/* CSS Document */
#cabecalho {
	width:100%;
	height:150px;
}

#cabecalho #bgTopo{
	background:url(cabecalho/bg.jpg) top center no-repeat;
}

#cabecalho #bgTopo #topo {
	width:900px;
	height:150px;
	margin:auto;
	position:relative;
}

#cabecalho #bgTopo #topo #linkHome {
	float:left;
	width:410px;
	height:85px;
	margin-top:30px;
}

#cabecalho #bgTopo #topo #linkEnglish {background:url(cabecalho/en.gif) no-repeat left center transparent; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:12px; float:left; height:18px; left:10px; padding:0px 0px 0px 30px; position:absolute; top:120px; width:100px;}
