.noticias
{
	font-family: arial;
	font-size: 12px;
}

.noticias .noticia
{
	margin-top: 15px;
	margin-left: 15px;
}

.noticia h2.titulo
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #008072;
}

.noticia span.chamada
{
	font-style: italic;
}

.noticia a.vejamais, a.botaoVoltar
{
	/* float:right; */
	margin-top: 10px;
	font-size: 9px;
	color:#222222;	
}

.noticia a.vejamais:hover, a.botaoVoltar:hover
{
	color: #000;
}

.noticia a.vejamais:visited, a.botaoVoltar:visited
{
	color: #333333;
}

.noticia div.texto
{
	margin-top:10px;
}

.clear
{
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0;
	padding: 0;
}