body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#000;
	background:#ffffff;
}

body,html { 	
	height:100%; 
}

a {		
	text-decoration:none;
	color:#014493;
}

a:hover{	
	text-decoration:none;
	color: #ccc;
}

#contenitore {
	position: relative;
	/*border:1px solid #000;*/
	width:980px;
	margin:auto;
	padding:0;
	/*background:url(../img/bg_colonnacx.jpg) top left;*/
}

#header {
	margin:0 0 20px 0; 
	padding:0;		
	/*border:1px solid #000000;*/
	min-height:400px;
	/*height:auto !important;*/
	height:400px;
	}


/* ------------------------------------------------------- */


#corpo1 {
	margin:0px; padding:0;	
	/*border:1px solid #000;*/
	}
	
#corpo2 {
	margin:0px; padding:0;	
	/*border:1px solid #000;*/
	}
	
#colonna-sx {
	position:relative;
	float:left;
	width:250px;
	margin:0px; padding:0;
	/*border:1px solid #e8e8e8;*/
	}
	
#colonna-dx {
	position:relative;
	float:right;
	width:200px;
	margin:0px; padding:0;	
	/*border:1px solid #e8e8e8;*/
	text-align:left;
	}
	
#colonna-cx {
	position:relative;
	margin:0 220px 20px 0px;
	text-align:left;
	/*border:0px solid #e8e8e8;*/
	min-height:505px;
	height:auto !important;
	height:505px;
	/*overflow:hidden;*/
	}
	

.colonna-interna {
	margin:0; 
	padding:0.5em 0.3em;
	font-size:12px;
	}
	
.azzera {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}


/* /////////////////////////////////////////*/

.testo-semplice{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;	
}

.note{
	font-size:10px;
}


/****************************************/


/* NEWS IN HOMEPAGE */

.news-box {
	float:left;
	display:block;
	width:350px;
	min-height:70px; height:70px;
	margin:0 0 12px 0; padding:0;
	cursor:pointer;
	cursor:hand;
}

.news-box .foto-box {	
	float:left;
	width:70px;
	min-height:70px; height:70px;	
}


.news-box .testo-box {
	float:right;
	width:260px;
	min-height:70px; height:70px;
	border:1px solid #f4f4f4;
	padding:0px 3px;
}

.news-box .testo-box .testo1{
	font-size:12px;
	font-weight:bold;
	color:#93486d;
}

.news-box .testo-box .testo2{
	font-size:12px;
	font-weight:bold;
	color:#014493;
}
.news-box .testo-box .testo3{
	font-size:10px;
	font-weight: normal;
	line-height:9px;
	color:#111110;
}

/* detagglio */

.news-box-detail {
	float:left;
	display:block;
	width:380px;
	min-height:140px; height:140px;
	margin:0 0 22px 0; padding:0;
}

.news-box-detail .foto-box {	
	float:left;
	width:140px;
	min-height:140px; height:140px;	
}


.news-box-detail .testo-box {
	float:right;
	width:220px;
	min-height:140px; height:140px;
	padding:0px 3px;
}

.news-box-detail .testo-box .testo1{
	font-size:18px;
	font-weight:bold;
	color:#93486d;
	margin:8px 0 5px 0;
}

.news-box-detail .testo-box .testo2{
	font-size:18px;
	font-weight:bold;
	color:#014493;
	margin:0 0 5px 0;
}
.news-box-detail .testo-box .testo3{
	font-size:16px;
	font-weight: bold;
	color:#111110;
	margin:0 0 5px 0;
}

.news-box-detail .testo-detail{
	float:left;
	font-size:12px;
	font-weight: normal;
	line-height:14px;
	color:#111110;
	margin:22px 0 0 0;
	text-align:justify;
}

.news-box-detail .testo-detail .viola{
	color:#93486d;

}



/* TAPPE */

.testo-tappe{
	float:left;
	font-size:12px;
	font-weight: normal;
	line-height:14px;
	color:#111110;
	margin:0;
	text-align:justify;
}

.testo-tappe .blu{
	color:#014493;
	font-weight: bold;
}

.testo-tappe .viola {
	color:#93486d;
	font-weight: bold;	
}


/*** menu sponsor ******************************************/

.menu-sponsor-gen {
	display:block;
	position:relative;	
	padding:0;
	/*border:1px solid #fff;*/
	margin: auto;
	min-height:30px;
	/*height:auto !important;*/
	height:30px;
	text-align: center;
}

.menu-sponsor-gen ul {	
	list-style: none;
	margin: auto;
	padding: 0; 
	text-align: center;
}
.menu-sponsor-gen ul li {
	display: inline ;
	float:left;
	text-align: center;
}

.menu-sponsor-gen ul li .clicked{
	display: inline ;
	float:left;
	text-align: center;
	background:#974665;
}

.menu-sponsor-gen a{		
	display:block;
	text-align: center;
	margin:0 15px 20px 0;
	padding: 2px 0.4em 2px 0.4em;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;	
	color:#ffffff;
	background:#e48f8b;
}

.menu-sponsor-gen a:hover{	
	margin:0 15px 20px 0;
	padding: 2px 0.4em 2px 0.4em;
	/*border-bottom:8px solid #22645c;*/
	color:#ffffff;
	background:#974665;
}


/* ------------------------------------------------------- */


