body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: #555;
	background-color:#CCCCCC;
	margin: 0px;
	padding: 0px;
	}
	
	
#tudo {
	width:760px;
	text-align:left;
	margin:0 auto;
	background:url(../images/content_back.jpg) repeat-y #fff;
	}
	
#top {
	position:relative;
	width:760px;
	height:112px;
	background:url(../images/h_top_back.jpg) repeat-x;
	}

#menu {
position:relative;
	width:760px;
	height:24px;
	background:url(../images/h_menu_back.jpg) repeat-x;
	}

#logo02 {
	float:left;
	width:146px;
	height:24px;
	background:url(../images/h_logo02.jpg) repeat-x;
	}

#menu02 {
	float:right;
	width:600px;
	text-align:right;
	padding:4px 10px 4px 4px;
	}

#content {
	width:760px;
	}

#c_left {
	float:left;
	width:262px;
	}

#c_right {
	float:right;
	width:498px;
	}

#lat_tit {
	width:262px;
	height:66px;
	}

#lat_ilust {
	width:222px;
	height:113px;
	}

#lat_menu {
	width:222px;
	height:300px;
	background:url(../images/lat_menu_back.jpg) no-repeat;
	}

#sec {
	width:498px;
	height:66px;
	}

#tit {
	width:498px;
	height:26px;
	}

#text {
	float:right;
	width:460px;
	padding:20px 10px;
	}



#bot {
	clear:both;
	width:760px;
	height:64px;
	background:url(../images/h_bot_back.jpg) repeat-x;
	}
	
#botpos {
float:right;
	width:500px;
	height:64px;
	}


/************** Paragrafos e Fontes Diferentes ***************/

/*p{
	margin: 0px;
	padding: 0px;
}*/


.bot_text{
	color:#FFFFFF;
	text-align: right;
}



/************** header tag styles **************/

h1{
 FONT-SIZE: 13px;
 font-weight:bold;
 color: #b0b0b0;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:active{
	
	color: #00355d;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}	

a.menu:link, a.menu:visited, a.menu:active{
	FONT-SIZE: 12px;
	color: #d1d7db;
	text-decoration: none;
}
a.menu:hover{
	color: #fff;;
	text-decoration: underline;
}	


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
				
input, select, textarea{
font-family: Verdana;
FONT-SIZE: 10px;
}

select.busca{
width:280px;
margin:17px 5px 5px 5px;
}

/********* listas *********/


ul{
	background: #f1f1f1;
	margin:10px 10px 10px 30px;
	padding:5px 5px;
	list-style-type: circle;
}

li{
	padding:2px;
	list-style-type: circle;
}


/*---------- Menu  ----------*/
	
.navlat { 
	width:90%;
	margin:auto; 
	padding:0;
	padding-top:15px;
	background:none;
	
	}
	
.navlat li {
	list-style:none;	
	padding:1px 0 1px 0;
	margin:0;
	}
.navlat li a {
	display:block;
	background:#285a83;
	border:1px solid #193852;
	border-left:10px solid #193852;
	border-right:1px solid #193852;
	color:#d1d7db;
	margin:0;
	padding:1px 2px 1px 4px;
	text-decoration:none;
	}
.navlat a:hover{
	color:#fff;
	text-decoration:underline;
	}	
	