.lista {
	margin: 16px 15px;
	margin-right: 24px;
}
.lista li {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;	
	margin-top: 12px;
}
#corpo #conteudo .lista li a {
	display: block;
	text-align: justify;
	font-size: 11px;
	color: #888;
}
.lista li a strong {
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding: 1px 2px;
	margin-top: 5px;
}
.lista li a small {
	display: block;
	font-size: 11px;
	color: #FF9933;
	margin-top: 6px;
	margin-bottom: 5px;
}
.lista li a img {
	float: left;
	margin-right: 12px;
	display: block;
	background: #EEE;
	padding: 5px;
}
.lista li a:hover { text-decoration: underline; }
.lista li a:hover strong { color: #FF9933; }

#corpo #conteudo .lista li a.mais {
	color: #DF6B0D;
	display: block;
	margin-top: 5px;
}

.noticia {
	color: #666;
	text-align: justify;
	padding-right: 10px;
}

.noticia small {
	display: block;
	font-size: 10px;
	margin-bottom: 16px;
}
.noticia .foto {
	display: block;
	float: left;
	margin-right: 10px;
	background: #EEE;
	padding: 2px;
}

#mais_fotos {
	display: block;
	width: 108px;
	margin: 15px auto;
	background: #F7F7F7 url(../imagens/fotos.gif) no-repeat 5px center;
	padding-left: 27px;
	line-height: 23px;
	border: 1px solid #DDD;
	font-weight: bold;
	font-size: 13px;
}
#mais_fotos:hover {
	background: #EEE url(../imagens/fotos.gif) no-repeat 5px center;
}