/* LISTA */


.moduloNews .moduloLista .elemento {
	padding:40px 25px 0px 0;
	float:left;
}
.moduloNews .moduloLista h2 a:hover {
	text-decoration:underline;
}
.moduloNews .moduloLista .bottoneDx {
	margin-bottom:0
}
/* SCHEDA */


.moduloNews .moduloScheda {
	padding:30px 20px 0 0;
}
.moduloNews .moduloScheda h2 {
}
.moduloNews .moduloScheda .scheda {
}
.moduloNews .moduloScheda .contDesc {
	width:260px;
	float:left;
}
.moduloNews .moduloScheda .contDesc p {
	font-size:15px;
}
.moduloNews .moduloScheda .contDesc img {
	padding-bottom:15px;
}
.moduloNews .moduloScheda .vert {
	float:left;
	width:252px;
	height:454px;
	margin:0 0 0 55px;
}
.moduloNews .moduloScheda .contScheda {
	padding:15px 20px 0 0;
	width:240px;
	float:right;
}
.moduloNews .moduloScheda .bottone {
	margin-top:0
}
/* Galleria */

.moduloNews .thumbGallery {
	float:left;
	clear:both;
	padding-bottom:20px;
	padding-right:40px;
}
.moduloNews .thumbGallery .cornice {
	margin:0 11px 11px 0;
	float:left;
}
.moduloNews .thumbGallery .thumb {
	width: 100px;
	height: 180px;
	}

/* COMMON */

.moduloNews .vert {
	width: 200px;
	height: 360px;
	float:left;
}
/*BOX GRID*/

.boxgrid {
	width: 200px;
	height: 360px;
	float:left;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxcaption {
	padding:8px 0 0 15px;
	float: left;
	position: absolute;
	height: 100px;
	width: 100%;
}
.captionfull .boxcaption {
	top: 300px;
	left: 0;
}
.caption .boxcaption {
	/*posizione iniziale*/
 	top: 360px;
	left: 0;
}
.btnChange a {
	float:right;
	margin-right:20px;
	text-decoration:none;
	background:url(../../img/iconSwitch.gif) no-repeat 0 2px;
	padding-left:17px;
}
.moduloNews .moduloScheda .contScheda * {
	line-height:2em
}

.fullText {text-align:left}