/* CSS Document */

a {
	font-family: "Tahoma";
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.imagem_noticias {

	float:left;
	padding: 12px 10px 0px 0px;

}  

.texto_simples {

	font-family: "Tahoma";
	font-size: 12px;
	color: #000000;

}
.texto_branco {

	font-family: "Tahoma";
	font-size: 12px;
	color: #FFFFFF;

}
.texto_vermelho {

	font-family: "Tahoma";
	font-size: 12px;
	color: #AA0000;

}


.titulo {

	font-family: "Tahoma";
	font-size: 16px;
	color: #0066FF;
	font-weight:800;

}
.titulo2 {

	font-family: "Tahoma";
	font-size: 16px;
	color:#AA0000;
	font-weight:800;

}
.subtitulo {

	font-family: "Tahoma";
	font-size: 14px;
	color: #0066FF;
	font-weight:800;

}

.subtitulo2 {

	font-family: "Tahoma";
	font-size: 14px;
	color: #0066FF;

}


.texto_rodape {

	font-family: "Tahoma";
	font-size: 10px;
	color: #000000;

}

.pedding{

	padding:15px;

}

.borda_tabela {
	border: 1px solid #000000;
}

.borda_tabela_2{

	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
	background: #DEE1E8;

}

.destaque{
		
	font-family:Tahoma;
	font-size:11px;	
	color:#666666;

}

.conteinerfotover { 
   float:left; 
   width:140px; 
   height:90px; 
   margin: 5px; 
   padding:5px; 
   background-color:#f5f7f9; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
   text-align:center; 
   font-family:"Trebuchet MS";
   font-size:12px;
}