body {
	margin:0;	padding:0;
	width:100%;
	height:100%;
	background-color: #E9E6DD;
	text-align:center;
}
#box { 
	width:950px; 
	margin:auto; 
	text-align:center;
	overflow:hidden;
	margin-top:10px;
}

.clSpazio5{
	width:5px; 
	height:23px;
}
.clSpazio25{
	width:25px; 
	height:23px;
}
.clSpazio60{
	width:60px; 
	height:23px;
} 
 
/* ================================================================= */
/* div principali                                                    */
/* ================================================================= */
div#divCornice{
	width:950px;
	background-color: #FFF;
	margin: 0 auto;   /*centra negli altri browsers*/
	border: 1px solid #FFF;

	
	}
	
.hide{
	visibility:hidden;
}
div#divContenitore{
	width:930px;
	background-color: #FFF;
	border: 1px solid #CAC6BC;
	margin: 10px auto;   /*centra negli altri browsers*/
	}
	
div#divAreaMenu{

	width: 930px;
	height: 40px;
	background-color: #FFF;
	}

div#divAreaTestata{

	width: 930px;
	height: 364px;
	}
	
div#divAreaCorpo{
	position: relative;
	width: 930px;
	
	background-color: #DACFBF;

	}
	

.clClear{
	clear: both;
}

/* ================================================================= */
/* pagina default                                                 */
/* ================================================================= */
#divDefault{
	width: 950px;
	height: 130px;
	/*cambiare l'alterzza in 260 appena si aggiusta*/
	margin-top: 30px;
}
.header{
	width:400px;
	height:150px;
	float:left;
}
.flags{
	width:270px;
	height:150px;
	float:left;
	margin-left:280px;
}
.loghi{
	width:100%;
	height:110px;
}
.elenco{
	float:left;
}
.regalami{
	margin-left:300px;
	float:left;
}
.shinez{
	margin-left:303px;
	float:left;
}
/* ================================================================= */
/* div Testata                                                  */
/* ================================================================= */
	
div#divLogo{
	float: left;
	width: 308px;
	height: 364px;
	background-image: url("/immagini/imgStruttura/imgLogo.jpg");	
}

div#divFoto{
	float: right;
	width: 622px;
	height: 364px;

}
	
/* ================================================================= */
/* Area corpo                                                        */
/* ================================================================= */
div#divModuloDisponibilita{
	float: left;
	width: 306px;
	
	background-color: #DACFBF;
	text-align: left;

	}
	
#divModulo{
	margin-left: 25px;
	}
		
div#divContenuti{
	float: right;
	width: 622px;
	background-color: #FFFFFF;

	min-height: 560px;
	height:auto !important;
	height: 560px;
	}

	
div#divContenuto{
	padding: 1px 25px 25px 25px;
	text-align: center;
	}	

/* ================================================================= */
/*  MappaGoogle in pagina DoveSiamo                                  */				
/* ================================================================= */
.clMappaGoogle{
	width: 425px;
	height: 350px;
	border: 1px solid #CCC;
	}	

