


.moduloNews {
	width:562px;
}


/* LISTA */

.moduloNews .moduloLista .elemento {
	padding-bottom:20px;
	margin-bottom:20px;	
}

.moduloNews .moduloLista h2 a:hover {
	text-decoration:underline;
}

.moduloNews .moduloLista .contDesc {
	font-size:12px;
	width:390px;
	float:right;
}

.moduloNews .moduloLista .fullContDesc{
	width:100%
}


/* SCHEDA */

.moduloNews .moduloScheda .mainTitle span {
	padding-top:5px;
	font-size:12px;
	float:right;
	
}

.moduloNews .moduloScheda .scheda {
	margin-bottom:30px;
}


.moduloNews .moduloScheda .thumb {
	width: 200px;
	height:	140px;
}

.moduloNews .moduloScheda .thumb.vert {
	width: 200px;
	height: 300px;
}

.moduloNews .moduloScheda .descIscrizione {
	padding-top:25px;
	margin-bottom:30px;
}

.moduloNews .moduloScheda .bottone {
	margin-bottom:30px;
}


/* Galleria */

.moduloNews .thumbGallery {
	clear:both;
	margin-bottom:30px;
	padding-top:30px;
}
.moduloNews .thumbGallery .cornice {
	margin:0 11px 11px 0;
	float:left;
	padding:1px;
}
.moduloNews .thumbGallery .thumb {
	width: 128px;
	height: 80px;
}



/* COMMON */

.moduloNews .thumb {
	width: 144px;
	height:	100px;
}

.moduloNews .thumb.vert {
	width: 144px;
	height: 216px;
}



/*TABLE MODULO*/


.tabella {
	clear:both;
	margin-top:25px;
}
.tabella table {
	width: 100%;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	margin-bottom:15px;
	background: url(../../img/lineaBig.jpg) no-repeat left bottom;
}

.tabella td {
	vertical-align:top;	
	padding:15px 0;
	background: url(../../img/lineaBig.jpg) no-repeat -180px top;
}

.tabella .titolo {
	font-weight:bold;
	width:180px;
	padding-right:15px;
	background: url(../../img/lineaBig.jpg) no-repeat left top;
}

