.noticias{
	border:1px solid #ddd;
	border-radius:10px;
	padding:10px;
	width:720px;
	margin-bottom:15px;
}
noticias img{
	float:left;
}
.noticias .legenda_fora{
	position:relative;
	top:140px;
}
.noticias .legenda{
	background:url("../img/legenda.png") repeat;
	width:255px;
	height:50px;
	padding:5px;
	position:absolute;
}
.noticias .legenda a{
	line-height:18px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.noticias p{
	text-align:justify;
	color:#999;
	margin-left:280px;
}
#clima, #feed{
	float:right;
	padding:10px;
	border:1px solid #ddd;
	border-radius:10px;
	width:150px;
	margin-bottom:15px;
}
#feed a{
	color:#555;
	font-size:11px;
	display:block;
	padding:5px 0;
	border-bottom:1px solid #ddd;
}
#feed a:hover{
	text-decoration:underline;
}
#feed a span{
	color:#0e97c1;
	font-size:11px;
}
#cotacao{
	float:right;
	padding:10px;
	border:1px solid #ddd;
	border-radius:10px;
	width:150px;
	margin-bottom:15px;
}
.empresa_conveniada{
	border-bottom:1px solid #ddd;
	padding:3px;
	display:inline-block;
}