@charset "UTF-8";
/* CSS Document */

* { 
	margin:0; 
	padding:0;
}

body {
	background:#efefef;
	color:#333; 
	font-family:verdana, helvetica, sans-serif; 
	font-size:15px; 
	line-height: 1.5em;	
}

.container {
	width: 950px;
	display:block;
	text-align:center;
	margin:50px auto; 
	background-color: #FFF;
	border:1px solid #333;
	border-radius:20px 20px 20px 20px;
	box-shadow:0 12px 8px -9px #555;
	padding:20px;
	clear: both;
}

p + p {
	margin-top:.5em;
}

.content {
	display:inline-block;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {	
	margin: 10px 0;
	text-align:center;
	line-height:1.5em;
}

a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.fltcenter { 
	clear:both;
	width:100%;
	display:inline-block;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.barraazul {
	height: 10px;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #09F;
	margin-top: 20px;
	margin-bottom: 20px;
}
.h1_chrome {
	font-size:40px;
	text-align:center;
	color:#039;
	line-height: 50px;
	font-family: sans-serif, Verdana, Geneva;
	font-weight: lighter;
}

li {
	line-height:2em;
}

li.nome {
	font-size: .9em;
	margin-left: 1em;
	list-style:none;
	line-height:1.5em;
}
li.instituicao {
	font-size: .9em;
	margin-left: 1em;
	font-style:italic;
	list-style:none;
	line-height:1.5em;
}
li.instituicao + .nome {
	margin-top:.5em;
}

