﻿/******************************************************

	autor: INPUT CENTER INFORMÁTICA
	versão: 1.0.0
	atualizado em: 14/01/2010

******************************************************/

@import url("conteudo.css");

ul#listaTodasNoticias{
	width: 705px;
}
#listaTodasNoticias li{
	width: 322px;
	padding: 15px 15px 15px 35px;
	float: left;
}
#listaTodasNoticias li img{
	*float: left;
}
#listaTodasNoticias li.liNoticiaEsquerda{
	width: 300px;
	padding-left: 0;
	border-right: 2px solid #DFE6E3;
}
#listaTodasNoticias p{
	width: 216px;
	float: right;
}
#listaTodasNoticias p strong{
	display: block;
}
#listaTodasNoticias p u{
	color: #0F9B58;
}
#listaTodasNoticias li a:link, #listaTodasNoticias li a:active, #listaTodasNoticias li a:visited{
	color: #053C22;
	margin-left: 12px;
	text-decoration: none;
	float: left;
}
#listaTodasNoticias li a:hover{
	color: #0F9B58;
}
#listaTodasNoticias li a:hover u{
	color: #053C22;
}

/* boxOpcoesConteudo */
#boxOpcoesConteudo li.btnImprimirNoticia{
	margin-right: 24px;
	background: url(../layout/btnImprimirNoticia.png) no-repeat;
}
#boxOpcoesConteudo li.btnCompartilharNoticia{
	background: url(../layout/btnCompartilharNoticia.png) no-repeat;
}
