﻿#noticias
{
	font-size: 11px;
	min-height: 220px;
	position: relative;
	width: 68%;
	visibility: visible;
	left: 0;
	top: 0;
}
#noticias h1
{
	color:#4A5E3B;
	margin: 40px 0 15px 0;
	padding:0 0 0 12px;
	background: transparent url("../img/v_titulo_noticias.png") no-repeat 0px 1px;
	font-size:12px;
}
#noticias ul li h2
{
	color: #19740d;
	margin: 0 0 5px 6px;
	padding: 0 0 0 8px;
	background: transparent url("../img/v_subtitulo_noticia_interna.png") no-repeat 0px 1px;
	line-height: 150%;
}
#noticias ul li h2 span
{	
	color: #4f860b;
}
#noticias ul li h2
{
	cursor:pointer;
}
#noticias ul li p
{
	display:none;
}

#noticias ul li p
{
	color: #72736B;
	line-height: 15px;
	text-align: justify;
	margin: 0 0 12px 5px;
	background: transparent url("../img/linha_divisao_noticias.png") no-repeat bottom;
	padding: 0 0 15px 0;
}

#noticias .leiaMais
{
	font-size:10px;	
}

#noticias #todasNoticias
{
	margin-top: 10px;
	position: absolute;
	right: 0;
}



.leiaMais
{
	color: #85B64D;
	background: transparent url("../img/mais.png") no-repeat center right;
	padding-right: 14px;
	font-size: 10px;
}
