@charset "utf-8";
/* CSS Document */

#logo {
	float:left;
	width:140px;
	height:150px;
	margin-left:10px;
}

#topoconteudo {
	float:left;
	width:830px;
	height:150px;
	margin-left:5px;
}

	
#topo_menu_1 {
	width:600px;
	height:25px;
	float:right;
	margin-left:80px;}
	
#topo_menu_1 ul {
	margin:0px;
	padding:0px;
	float:right;}
	
#topo_menu_1 ul li {
	list-style-type:none;
	display:inline;
	margin-left:3px;
	margin-right:3px;
	color:#036;
	line-height:25px;
	font-weight:bold;
}
	
#topo_menu_1 ul li a{
	text-decoration:none;
	color:#036;
}


	
#topoconteudobanner {
	width:790px;
	height:80px;
	float:left;
	margin-left:30px;
}

#topoconteudobanner em {
	margin-right:45px;
	
}


#topo_menu_2 {
	width:800px;
	height:45px;
	line-height:45px;
	float:right;
	background-image:url(imagens/bgmenu.png);
	background-repeat:repeat-x;
	margin-top:5px;
	padding:0px;
	text-align:center;
	}
#topo_menu_2 ul {
	margin:0px;
	padding:0px;
	float:right;
	margin-right:15px;
}
	
#topo_menu_2 ul li {
	list-style-type:none;
	display:inline;
	margin-left:5px;
	margin-right:5px;
	color:#FFF;
	line-height:25px;
	font-weight:bold;
	font-size:14px;	
}
	
#topo_menu_2 ul li a{
	text-decoration:none;
	color:#FFF;
}