@charset "utf-8";
/* CSS Document */

p{margin-bottom:10px;}
.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#91be69;
	padding-left:10px;
	font-weight:bold;
	letter-spacing:2px;
	line-height:30px;
	border-bottom:#91be69 1px solid;
	}
	
.texto1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:15px;
	text-align:justify;
	}	
.texto1 a{
	color:#666666;
	text-decoration:underline;
	}
.texto1 a:hover{
	color:#CCCCCC;
	}		
	
	
/* Listagem de ARTIGOS DESTAQUE na 1ª Pagina */


.destaque_artigo{
	width:350px;
	margin-left:10px;
	margin-bottom:15px;
	float:left;
	border-top:#9c6733 2px solid;
	background-color:#f6f0eb;
	padding:5px;
	margin-top:10px;
	}
	
.destaque_artigo_titulo{
	width:350px;
	margin-bottom:5px;
	color:#9c6733;
	font-weight:bold;
	float:left;	
	margin-top:5px;
	}
	
.fmontra{
	float:left;
	margin-bottom:5px;
	}	

.fmontra img{
	border:#9c6733 1px solid;
	}
	
.destaque_artigo_desc{
	width:240px;
	float:left;
	margin-left:5px;
	margin-bottom:10px;
	text-align:justify;
	color:#9c6733;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	}	
	
.link a{
	color:#9c6733;
	text-decoration:none;
	}	
.link a:hover{
	color:#603314;
	text-decoration:underline;
	}		
	
	
	
/* Listagem de Artigos Normais na 1ª Pagina */	

.noticias{
	width:298px;
	_width:285px;
	height:170px;
	_height:183px;
	margin-left:10px;
	margin-bottom:0px;
	float:left;
	border-top:#969628 2px solid;
	margin-top:10px;
	border-bottom:#969628 1px solid;
	display:table;
	padding-bottom:5px;
}
	
.noticias_titulo{
	color:#e3e4c5;
	font-weight:bold;
	margin-top:2px;
	line-height:16px;
	height:30px;
	width:298px;
	_width:285px;
}

.noticias_titulo a{
	color:#a3a34b;
	background-color:#d3d4aa;
	text-decoration:none;
	display:block;
	padding-left:2px;
}

.noticias img{
	border:#9c6733 1px solid;
	margin:3px;
	float:left;
	}
	
.noticias_desc{
	padding:2px;
	text-align:left;
	color:#6c953c;
	font-size:10px;
	line-height:14px;
}	
div.ler{
	width:280px;
	}
/* Formatar Detalhes da Noticia */	

.detalhe_noticia{
	width:500px;
	}	
div#barra_titulo{
	background-color:#92932b;
	color:#ffffff;
	height:30px;
	padding-left:5px;
	font-weight:800;
	width:610px;
	margin-bottom:10px;
	}	
div#titulo_texto{
	border:1px soli red;
	display:table;
	float:left;
	width:550px;
	margin-top:9px;
}
	
.detalhe_noticia_texto{
	width:500px;
	padding-left:15px;
	margin-bottom:10px;
	line-height:16px;
	color:#6c953c;
	font-size:11px;
	text-align:justify;
	float:left;
	}			
