/* Geral -------------------------------------------------------------------- */


.tituloNoticias {
	font-size:1.9em;
	border-bottom:1px solid #000;
	margin-bottom:5px;
	text-transform:uppercase;
	line-height:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:left;
}

.imgNoticias {
	float:left;
	margin-right:20px;
	border:2px solid #e1e1e1;
	margin:0px 10px 10px 0px;
}

.conteudoNoticias {
	margin:20px 20px 20px 20px;
	text-align:justify;
	line-height:15px;
}

.linkOutrasNoticias {
    border-bottom:1px solid #d1d1d1;
    margin-bottom:10px;
    display:block;
    padding-bottom:5px;
}

