@charset "utf-8";
/* CSS Document */
/* Menu do site*/
body {
	background-color: #EFEFEF;

}
#menubv {
width:17em;
padding: 2px;
margin: 2px;
font: 12px  Arial;
}
#menubv ul {
list-style:none;
margin: 0px;
padding: 0px;
text-align: justify;
}
#menubv li {
margin: 10;
}
#menubv li a{
display:block;
padding: 4px 0 1px 25px;
border-left: 10px;
border-right: 10px;
color:#000000;
text-decoration:none;
}
#menubv li a:hover{
padding: 4px 0 1px 25px;
border-left: 10px solid  #006633;
border-right: 10px solid #006633;
background-color: #006633;
color: #FFFFFF;

}


/* componentes do site*/
.copyri {
	color: #999999;
	font-family:Arial;
	font-size: 10px;
 
}
.rod {
	color: #000000;
	text-align: justify;
	font-family:Arial;
	font-size: 12px;
 
}
.menutr {
background-image:url(../imagens/menubaixo.png); background-repeat:no-repeat-x; width:211px; background-repeat:no-repeat-y; height:200px; background-position:top;
}
.baixo {
background-image:url(../imagens/sites_r5_c1.png); background-repeat:no-repeat-x; width:973px; background-repeat:no-repeat-y; height:69px; 
}
.traconot{
background-image: url(../imagens/palheta_noticias.png);  background-repeat:repeat-x; width:auto;   background-repeat:no-repeat-y; height:8px; 
}
.bg_parceiros {
	background-image: url(../imagens/palheta_parceiros.png); 
	background-repeat:repeat-x; 
	width:191px; 
	 
}
/*icones do menu*/
.ico {
background-image: url(../imagens/MENU_r1_c4.png); background-repeat:repeat-x; width:27px; background-repeat:repeat-y; height:13px; background-position:center;

	
}
/*botoes do menu font e cores e alinhamento*/
.botoes {
	color: #000000;
	text-align: center;
	font-family:Arial;
	font-size: 10px;

}
/*background do 1 menu*/
.menua {

	background-image: url(../imagens/palheta_menu1.png); background-repeat: repeat-y;  height:27px; repeat-x; width:972px;

}
/*background do menu2*/
.menub {
background-image: url(../imagens/palheta_menu2.png); background-repeat: repeat-y; height:34px; background-repeat: repeat-x; width:972px;
}
/*background do corpo da pagina*/
.bg_campo {
background-image:url(../imagens/palheta.png);
background-repeat:repeat-x; width:973px;
background-repeat:repeat-y;

}
/*cores font indicador da noticia hib*/
.noticias {
	color: #006600;
	text-align: justify;
	font-family:Arial;
	font-size: 16px;
	
}
/*titulo da noticia cadastrada cores e font*/
.noticias2 {
	color: #000000;
	text-align:justify;
	font:bold;
	font-family:Arial;
	font-size: 12px;
	
}
/*texto da noticia cadastrada cores e font*/
.noticias3 {
	color: #000000;
	margin-top:auto;
	text-align:justify;
	font-family:Arial;
	font-size: 11px;
	
}
/*foco na noticia*/
table.table_lista tbody tr:hover {
	background-color: #EEEEEE;
	
}







