/* < Configurações do cabecalho das paginas */
#barra_div { height:40px; }

#cabecalho { position:absolute; width:100%; }
#cabecalho h1 { display:block; width:240px; height:137px; text-indent:-5000px; background:url(cabecalho/logo.png) no-repeat center center; margin:22px 0px 0px 44px; }
#cabecalho h1 a { display:block; width:240px; height:137px; float:left; }

#cabecalho #bgTopo #topo { width:880px; margin:auto; }

.blog {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#c4151b;
	font-weight:bold;
	position:absolute;
	margin:8px 0px 0px 55px;
}

.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;
	margin-top: 10px;
}
.redesSociais ul {
	float:left;
	list-style:none;
	display:inline-block;
	margin:10px 0px 0px 4px;
}
.redesSociais ul li {
	float:left;
	display:inline-block;
	padding-right:5px;
}

/* > */