body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: #555;
	background-color:#CCCCCC;
	margin: 0px;
	padding: 0px;
	}
	
	
#tudo {
position:relative;

width:760px;
	text-align:left;
	margin:0 auto;
	background:url(../images/int_back.jpg);
	}
	
#top {
	
	width:760px;
	height:23px;
	background:url(../images/h_top_back.jpg) no-repeat;
	}


#logo {
	width:760px;
	height:96px;
	background:url(../images/h_logo_back.jpg) repeat-x;
	}


#tit {
	
	width:760px;
	height:61px;
	background:url(../images/tit_back.jpg) repeat-x;
	}



#menu {
	float:left;
	width:186px;
	background:url(../images/men_back.jpg) no-repeat #3a5060;
	}


#frase_menu {
position:absolute;
top:320px;
left:0px;
padding:10px;
	width:166px;
	color:#FFFFFF;
	font-style:italic;
	}


#content {
	float:right;
	width:570px;
	}

#subtit {
	float:right;
	width:502px;
	height:30px;
	background:url(../images/subtit_back.jpg) no-repeat;
	}

#text {
	float:right;
	width:480px;
	padding:10px;
	
	}

#bot {
	width:760px;
	height:109px;
	background:url(../images/bot_back.jpg) repeat-x;
	clear:both;
	}



/************** Paragrafos e Fontes Diferentes ***************/



.dst1{
	padding: 3px;
	text-align: left;
}



/************** header tag styles **************/

h1{
 FONT-SIZE: 18px;
 font-weight:bold;
 color: #fff;
}

h2{
 FONT-SIZE: 16px;
 font-weight:bold;
 color: #fff;
}

h3{
 FONT-SIZE: 14px;
 font-weight:bold;
 color: #fff;
}

h6{
 FONT-SIZE: 11px;
 font-weight:normal;
 font-style:italic;
 color: #333;
 padding:20px;
 margin:0;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:active{
	color: #555;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}	

a.home:link, a.home:visited, a.home:active{
	color: #fff;
	text-decoration: none;
}
a.home: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;
}



/*---------- Menu  ----------*/
	
.navlat { 
	width:90%;
	margin:auto; 
	padding:0;
	padding-top:8px;
	background:none;
	
	}
	
.navlat li {
	list-style:none;	
	padding:1px 0 1px 0;
	margin:0;
	}
.navlat li a {
	display:block;
	background:#3a5060;
	border:1px solid #2c3943;
	border-left:10px solid #2c3943;
	border-right:1px solid #2c3943;
	color:#d1d7db;
	margin:0;
	padding:1px 2px 1px 4px;
	text-decoration:none;
	}
.navlat a:hover{
	color:#fff;
	text-decoration:underline;
	}	
	
