/* LISTA */

.moduloNews .moduloLista .elemento {
	padding-bottom:20px;
	margin-bottom:20px;
}
.moduloNews .moduloLista h2 {
	margin-top:5px;
}
.moduloNews .moduloLista h2 a:hover {
	text-decoration:underline;
}
.moduloNews .moduloLista .contDesc {
	width:445px;
	float:left;
}

/* SCHEDA */

.moduloNews .moduloScheda .scheda {
	margin-bottom:30px;
}
.moduloNews .moduloScheda .contDesc h2 {
	font-size:18px;
	color:#fff;
}
.moduloNews .moduloScheda .thumb {
	width: 150px;
	height:	96px;
}
.moduloNews .moduloScheda .contDesc {
}
.moduloNews .moduloLista .cornice, .moduloNews .moduloScheda .cornice {
	margin:0 20px 10px 0;
	border:none;
}
.moduloNews .moduloLista .thumb {
	width: 120px;
	height:	90px;
}
/* Galleria */

.moduloNews .thumbGallery {
	clear:both;
}
.moduloNews .thumbGallery .cornice {
	margin:0 8px 8px 0;
	border:none;
}
.moduloNews .thumbGallery .thumb {
	width: 82px;
	height:	56px;
}
.moduloNews .thumbGallery .thumb.vert {
	width: 72px;
	height: 94px;
}
.moduloNews .data {
	color:#666;
	font-size:11px;
	padding-bottom:5px;
}

