html, body {
	margin : 0;
	padding : 0;
	height : 100%;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	background-color : #52423D;
}

#corpo{
	text-align:center;}
/*------------------------------------------------------------------
Menus Maps
*/
#menu_maps{
	position:relative;
	float:right;
	width:750px;
	height:23px;
	/**height:28px;*/
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:14px;
	color:#FFFFFF;
	top:15px;
	padding-top:3px;
	background:url(../images/bg_weather.jpg) repeat-y right;
}

#menu_maps a {
	
	text-align:center;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}
#menu_maps a:visited {
	
	text-align : center;
	font-size : 14px;
	color : #ffffff;
	text-decoration : none;
}
#menu_maps a.current {
	font-weight : bold;
	text-decoration : underline;
}
#menu_maps a:hover {
	
	text-align : center;
	font-size : 14px;
	color : #ffffff;
	text-decoration : underline;
}
