/* CSS Document */

#centro{
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	width: 82.5%;
}
#centro p{
	font-size:12px;
	color:#666666;
	line-height:19px;
	margin-right:20px;
	padding-bottom:25px;
}
h1{
	font-size:22px;
	color:#22588D;
	margin-top:10px;
}
h2{
	font-size:16px;
	color:#3E87D0;
	margin-top:10px;
}
#conteudo_lateral{
	width:180px;
	float:left;
	margin-bottom:10px;
	margin-right:15px;

}
#conteudo_lateral span{
	display:block;
	font-size:11px;
	color:#22588D;
	font-weight:bold;
	margin-left:2px;
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}
#conteudo_lateral a{
	display:block;
	display:block;
	font-size:11px;
	color:#547EA8;
	margin-bottom:5px;
	margin-left:2px;
}
.imagem{
	border:3px solid #cccccc;
	margin-bottom:10px;
}
#conteudo_lateral .legenda{
	font-family:tahoma;
	font-weight:normal;
	color:#285D8F;
	padding-bottom:5px;
	border-bottom:none;
}

/*TÍTULOS - dependendo do tipo de conteudo*/
.h1_institucional{
	font-size:35px;
	color:#A6C0DB;
	margin-top:2px;
	font-weight:normal;
	background-image:url(../images/titulos_conheca.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:28px;
}

/*EMPRESAS PARCEIRAS */
.parceiro{
	border: 1px solid #cccccc;
	float: left;
	padding: 5px;
	margin: 5px;
	font-family: arial;
	font-size: 0.70em;
	height: 125px;
}
html>body .parceiro{
	height: 110px;
}
.parceiro img{
	/*border: 4px solid #CEDDEB;*/
	border:none;
	margin-bottom: 4px;
}