/* CSS Document */
#cabecalho {width:100%; height:145px; 	background: url(layout/_imagens/bg_2.jpg) no-repeat center top }
#cabecalho #bgTopo #topo {width:940px; height:145px; margin:auto;}
#cabecalho #bgTopo #topo #linkHome {
	position:absolute; 
	width:340px; 
	height:105px; 
	margin:20px 0px 0px 0;
}

#cabecalho #bgTopo #topo #linkRede {
	margin:22px 0px 0px 0px;
	float:left;
	background: url(cabecalho/bt_voltar.gif) no-repeat top left;
	display:none;
} 

#cabecalho #bgTopo #topo #linkRede a {
	color: #FFFFFF;
	text-decoration: none;
	font-family:'Trebuchet MS', Arial;  
	font-size:10px;
	font-weight: bold;
	display: block;
	padding: 4px 15px 6px 15px;
}


#topo #boxTopo {
	background:url(cabecalho/bg_top_2.jpg) no-repeat;
	width:465px;
	height:57px;
	float:right;
	clear:right;
}

#topo #boxTopo #redesSociais {
    list-style: none;
    float: left;
	margin:13px 0 0 25px;
}
#topo #boxTopo #redesSociais li {
    display: inline-block;
    margin: 0px 5px;
	font-family:Arial;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}

#topo #boxTopo #busca { 
	float:right;
	margin:14px 23px 0px 0px;
}
#topo #boxTopo #busca #q { 
	border:0px;
	width:140px;
	height:17px;
	padding:5px;
	font-family:Arial;
	font-size:12px;
	color:#444;
}
#topo #boxTopo #busca #sa { 
	background:url(cabecalho/bt_busca.jpg) no-repeat;
	cursor:pointer;
	border:0px;
	width:32px;
	height:27px;
}

#topo #idiomas {
    list-style:none;
    float: right;
	margin:3px 0px 17px 0px;
}
#topo #idiomas li {
	display:inline-block;
	padding-left:3px;
}

#topo #seloAberje {
	position:absolute;
	margin:38px 0px 0px 362px;
}

