@charset "utf-8";
/* CSS Document */
.content_middle_holder_conteudo_noticias {
	border:0px #F00 dashed;
	
	width:702px;   /* 722 - 20 dist. à direita */
	height:auto;
	
	margin-top:8px;
	margin-left:34px;
	margin-right:0px;
	
	float:left;
}

.content_middle_holder_conteudo_titulo h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#5C8727;
	
	border:0px #F00 dashed;
	
	text-align:left;
		
	width:702px;   /* 722 - 20 dist. à direita */
	height:auto;
	
	margin-top:34px;
	margin-bottom:20px;
	margin-left:34px;
	margin-right:0px;
	
	padding-left:6px;
		
	float:left;
}

.noticia_imagem{
/*
	border:1px #9C9D9F solid;
*/	
	width:160px;
	height:auto;	
	margin-right: 1em;
	float:left;
}
.noticia_imagem img {
	border: none;
}
.texto_imagem{
	border:0px #999999 dashed;
	width: 100%;
	margin-left:4px;
	
	height:auto;

	float:left;
}

.texto_imagem .titulo{
	height:auto;
	
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#5C8727;
	
}
.texto_imagem .titulo a {
	color:#5C8727;
	text-decoration: none;
}
.texto_imagem p {
	margin: 0;
}
.texto_imagem .link_noticia{
	border:0px #333333 dashed;
	
	height:auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#646567;
	
	float:left;
	
	margin-top:0px;
	
	text-decoration:none;
}

.texto_imagem .link_noticia a:link, .texto_imagem .link_noticia a:visited{
	color:#646567;
	text-decoration:none;
}

.texto_imagem .link_noticia a:hover{
	color:#5C8727;
	text-decoration:none;	
}



