html, body{
	padding: 0px;
	margin:0px;
	background-color:#FFF;
	
	text-align: center;   /*centra in IE 5.x*/
	}

.clLineaRossa{
	color: #FF0000;
	height: 1px;

	}
	
.clLinea{
	color: #CCCCCC;
	height: 1px;

	}

.clClear{
	clear: both;
	}
	
.clNoBorder{
	border: 0px;
}

/* ================================================================= */
/* div principali                                                    */
/* ================================================================= */

div#divContenitore{
	position: relative;
	width:940px;
    margin: 0px auto;   /*centra negli altri browsers*/
	clear: both;
	background-color:#FFFFFF;
	border:0px solid #333;
	}

div#divAreaTestata{
	position: relative;
	width: 940px;
	height: 100px;
	background-color: #FFF;
	}
	
div#divAreaTestata2{
	position: relative;
	width: 940px;
	height: 210px;
	background-image: url("/immagini/imgStruttura/imgTestata.jpg");
	background-repeat: no-repeat;
	}
	

div#divAreaCorpo{
	clear:both;
	width: 940px;
	background-image: url("/immagini/imgStruttura/imgSfondoCorpo.jpg");
	background-repeat: no-repeat;

}

div#divAreaPiedipagina{
	clear:both;
	width: 940px;
	height: 100px;
	border: 0px solid #0F0;
	text-align: center;
	margin: 0px auto;
	background-color: #FFF;
	}		
	
/* ================================================================= */
/* div Area Testata                                                  */
/* ================================================================= */
div#divLogo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 100px;
	background-image: url("/immagini/imgStruttura/imgLogo.jpg");
	background-repeat: no-repeat;
	}
div#divMenuGlobale{
	position: absolute;
	top: 30px;
	left: 540px;
	width: 400px;
	height: 70px;
	border: 0px solid #F0F;
	background-color: #FFF;
	}
/* ================================================================= */
/* div Area Testata2                                                 */
/* ================================================================= */

div#divFotoAlberobello{
	position:absolute;
	top: 90px;
	left: 30px;

	width: 190px;
	height: 120px;	
	
	background-color: #CDCDCD;
	border: 1px solid #333;
	}
/* ================================================================= */
/* div Area Corpo                                                    */
/* ================================================================= */

div#divMenu{
	float:left;
	width: 250px;

	border: 0px solid #ccc;
	}
div#divContenuti{
	float: right;
	width: 668px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	margin-right: 20px;
	background-color: #FFF;	
	border: 1px solid #e5e5e5;	
	}
div#divContenuto{
	width: 630px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	
	margin: 10px auto;
	}

div#divMenuLocale{
	width: 210px;
	border: 0px solid #F00;
	margin: 0px auto;
	background-color: #FFF;
	}


/* ================================================================= */
/* div Area menu                                                   */
/* ================================================================= */
.clVoceMenuLocaleOff{
	width:190px !important;
	width:190px;
	height: 30px;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #EBF6F9;
	color: #6f6f6f;
	margin: 0px auto;
	}
.clVoceMenuLocaleOn{
	width:190px !important;
	width: 190px;
	height: 30px;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	background-color: #D6ECF2;
	color: #012E4C;
	margin: 0px auto;
	}


/* ================================================================= */
/*  navigazione tra le pagine                                        */				
/* ================================================================= */

div#divNavigatorePagineTop{
	clear: both;
	width: 100%;
	height: 20px;
	text-align: center;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}

div#divNavigatorePagineBottom{
	clear: both;
	width: 100%;
	height: 20px;
	text-align: center;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}
/* ================================================================= */
/*  Cella con foto anteprima album e cella descrizione album         */				
/* ================================================================= */
.clCellaAlbum{
	clear:both;
	width: 550px;
	border: 0px solid #FF0000; 
	}
		
.clCellaAlbumSX{
	float:left;
	
	width: 120px;
	height: 120px;
	
	vertical-align: top;
	text-align: center;
	
	background-repeat: no-repeat;
	background-image:  url("/immagini/imgStruttura/imgSfondoAlbum.gif");

	border: 0px solid #00FF00; 
	}
	
.clCellaAlbumDX{
	float:right;
	border: 0px solid #0000FF;
	width: 430px;
	border: 0px solid #00FFFF; 
	}	
.clSpazioCella{
	clear:both;
	border: 0px solid #FF0000; 
	height:20px;
}

.clAnteprimaAlbum{

	padding:20px;
	border: 0px solid #0000FF; 
	}
/* ================================================================= */
/*  Cella con anteprima foto                                         */				
/* ================================================================= */
.clSfondoAreaFoto{
	width: 550px; 
	position:relative;
	}
.clContenitoreFoto{
	position:absolute;
	text-align:center;
	width:120px;
	height:120px;
	background-image:  url("/immagini/imgStruttura/imgSfondoFoto.gif");
	border:0px solid #333;
}

/* ================================================================= */
/*  MappaGoogle in pagina DoveSiamo                                  */				
/* ================================================================= */
.clMappaGoogle{
	width: 425px;
	height: 350px;
	border: 1px solid #CCC;
	}

/* ================================================================= */
/* Cerca nel sito                                                    */
/* ================================================================= */
#divBoxRicerca{
	width:350px;
	background-color: #FFF;
	border: 0px solid #CCC;	
	margin: 0px auto;
	}	

#divBoxRisultati{
	width:550px;
	background-color: #FFF;
	border: 0px solid #CCC;	
	}	
/*modifica la larghezza del controllo che rap. i risultati*/	
#divBoxRisultati .gsc-control {
  width: 550px;
}	

/* ================================================================= */
/* Validazione sito                                                    */
/* ================================================================= */
.clValidatoriW3C{
	border: 0px; 
	width: 88px; 
	height: 31px;
}