/* < Configura��es do cabecalho das paginas */
#barra_div {
	height: 40px;
}
#cabecalho {
	background: url('cabecalho/fundo.jpg') center repeat-x;
	height: 170px;
}
#cabecalho h1 {
	display: block;
	width: 295px;
	height: 78px;
	float: left;
	margin: 0px 0 0 95px;
	background: url('cabecalho/logo_ebppe.png') no-repeat 0 0;
}
#cabecalho h1 a {
	display: block;
	width: 295px;
	height: 78px;
	float: left;
	
}
#cabecalho #linkData {
	padding: 60px 0 0 0;
	display: block;
	width: 228px;
	height: 62px;
	float: right;
	margin: 0 110px 0 0;
}
#cabecalho #bgTopo #topo {
	width: 900px;
	margin: auto;
	padding: 25px 0;
	overflow: hidden;
	position: relative;
}

#redes {
	width: 275px;
	height: 38px;
	overflow: hidden;
	float: right;
	margin: 20px 55px 0 0;
}
.redes {
	display: block;
	width: 38px;
	height: 38px;
	background: url('cabecalho/midias_sociais.png') no-repeat 0 0;
	float: left;
}
.redes.face { background-position: -49px 0; margin-left: 9px; }

#redes p { 
	color: #a7a7a7;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

/* > */