/* < Configurações do cabecalho das paginas */
#barra_div { height:40px; }

#cabecalho { position:absolute; width:100%; }
#cabecalho h1 { display:block; width:238px; height:137px; text-indent:-5000px; background:url(cabecalho/logo.png) no-repeat center center; margin:22px 0px 0px 30px; }
#cabecalho h1 a { display:block; width:238px; height:137px; float:left; }

#cabecalho #bgTopo #topo { width:880px; margin:auto; }

.redesSociais {
	position:absolute;
	margin:-140px 0px 0px 520px;
	height:55px;
	background:url(conteudo/bg_redes.gif) no-repeat;
}
.redesSociais div {
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#a7a7a7;
	font-family:Arial, Helvetica, sans-serif;
}
.redesSociais ul {
	float:left;
	list-style:none;
	display:inline-block;
	margin:0px 0px 0px 10px;
}
.redesSociais ul li {
	float:left;
	display:inline-block;
	padding-right:10px;
}

/* > */