/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#body .news {
	clear: left;
	margin-bottom: 24px;
	padding-left: 42px;
	min-height: 110px;
}
#body .news.orientacion {
	background: url(../images/icn_orientacion_32.png) no-repeat 0 0;
}
#body .news.trabajo {
	background: url(../images/icn_trabajo_32.png) no-repeat 0 0;
}
#body .news.articulos,
#body .news.noticias {
	background: url(../images/icn_articulos_32.png) no-repeat 0 0;
}
#body .news.carreras {
	background: url(../images/icn_carreras_32.png) no-repeat 0 0;
}
#body .news.tests {
	background: url(../images/icn_test_32.png) no-repeat 0 0;
}
#body .title {
	margin-bottom: 6px;
}
#body .title h3 {
	margin: 0;
}
#body .title .date {
	color:gray;
	display:block;
	font-size:0.8em;
	font-weight:normal;
	margin-top:2px;
}
#body .news .filepic {
	float: left;
	margin-right: 8px;
	border: 2px solid #398DC8;
}
#body p.more{
	text-align: right;
}
