* { margin:0; padding:0; }

.noticias-jscroll {
	width:450px;
}
.noticias-jscroll ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.noticias-jscroll .thumbnail {
	float:left;
	width:118px;
	height: 118px;
}
.noticias-jscroll .info {
	float:left;
	width:323px;
	height: 118px;
	margin-left: 7px;
}
.noticias-jscroll .info span.texto {
	display: block;
	font-size:11px;
	color:#808080;
}
.noticias-jscroll .info span.mas {
	display: block;
	font-size:11px;
	color:#FF6600;
}
.noticias-jscroll .info span.mas:hover {
	color:#333333;
}
.noticias-jscroll span.title {
	text-align:left;
	font-size:14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #F60;
}
.clear { clear: both; }

