/* CSS Document */
.noticia { width:100%; height:55px; border-bottom:1px solid #313845; margin-top:35px; }
.noticiaTit { width:1050px; float:left; }
.noticiaOrigem { width:73px; float:left; text-align:center; font-weight:700; }
.noticiaData { width:77px; float:left; color:#57A5D7; }

@media screen and (max-width: 500px) {
	.noticia { height:70px; margin-top:10px; padding-bottom:10px; }
	.noticiaTit { width:320px; }
}
