@charset "iso-8859-1";
/*------------links destaque----------------*/
a.infor_destaque:link, a.infor_destaque:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color:#003;
	text-decoration: none;
	
}


a.infor_destaque:hover {
	color:#009;
}


/*------------links internas noticias----------------*/
a:link, a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color:#003;
	text-decoration: none;
	
}

a:hover {
	color:#009;
}
/*---------------------------------*/


.titulo_destaque {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003;
	font-weight:bold;
}


.titulo_not_inter {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color:#003;
	font-style:italic;
}

.titulo_hidrata {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color:#003;
	
}


hr {
	margin-top:20px;
   	height: 1px;
   	border: none;
   	border-top: 1px solid #003;
}


h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#003;
	margin:0;
}


.clear {
	clear:both;
}


.borda {
	border:1px solid #003;
}




/*------------MENU----------------*/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


	
#menu {
	width: 226px;
	margin:10px 0 5px 0 ;
}
	
#menu li a {
	height: 30px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	text-decoration: none;
	font-weight:bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #003;
	display: block;
	background:  url(../images/menu.png);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover {
	color: #009;
	background:  url(../images/menu.png) 0 -38px no-repeat;
	padding: 8px 0 0 30px;
	}
	
/*------------MENU----------------*/

