/* ##### EXHIBITIONS ##### */
.contExhibitions {
	float: left;
	width: 285px;
	height: 280px;
	padding: 10px;
	text-align: left;
	border: 1px none red;
}

.titoloExhibitions {
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #AE1932;
	border: 1px none red;
}

.freccina {
	float: left;
	margin-top: 3px;
	width: 13px;
	height: 8px;
	border: 1px none red;
}

.red {
	color: #AE1932;
}

.riga {
	float: left;
	width: 1px;
	height: 280px;
	background-color: #666666;
}

.evocExhibitions {
	position: absolute;
	left: 623px;
	width: 258px;
	height: 417px;
	border: 1px none red;
}


