@charset "utf-8";
/* CSS Document */

#noticias{
	margin:10px;
}
#noticias .noticia{
	border-bottom:1px solid #ddd;
	padding:10px;
	margin:20px 0 0 0;
}
.noticia i{
	font-size:14px;
}
#noticias img.menor{
	width:80px;
}
#noticias p{

}
#noticias b{
	font-size:14px;
	color:#666;
}
#noticias img{
	border:2px solid #ccc;
	margin:15px 15px 0 15px;
}
