@charset "utf-8";
/* CSS Document */
.content_middle_holder_conteudo_noticias {
	border:0px #F00 dashed;
	
	width:702px;   /* 722 - 20 dist. à direita */
	height:auto;
	
	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: none;
	
	width:112px;
	height:auto;	
	margin-right:2em;
	float:left;
}
.noticia_imagem img {
	border: none;
}
.texto_imagem{
	border:0px #0000FF dashed;
	
	
	
	width:562px;  /*584 sem dashed lines; 722 - (112(imagem)+26(distancia imagem texto)*/
	height:auto;
	
	float:left;
}

.texto_imagem .titulo {
	width:562px;
	height:auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
}	
.texto_imagem .titulo a{
	color:#5C8727;
	text-decoration: none;
}
.texto_imagem p {
	margin-top: 0;
}
.texto_imagem p a{
	width:562px;
	height:auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	color:#5C8727;
	text-decoration: none;
	margin-top:0;
	margin-bottom:0;
}
.texto_imagem .texto{
	border:0px #00FF00 dashed;
	width:562px;  /*584 sem dashed lines; 722 - (112(imagem)+26(distancia imagem texto)*/
	height:auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#808080;
}

