/*
	$primo_colore = '#039'; // azzurro
	$secondo_colore = '#97BD0E'; // verdePisello
	$terzo_colore = '#acb5c2'; // fondinoBlu
    $quarto_colore = '#F90'; // arancione

*/

a:link {
	color: $primo_colore ;
	text-decoration: none;
}
a:visited {
	color: $primo_colore;
	text-decoration: none;
}

a:hover {
	color: $quarto_colore;
	text-decoration: none;
}
a:active {
	color: $primo_colore;
	text-decoration: none;
}


body {
	background-color: #CCD7FF;
	font-size: 70.0%;
	margin-top: 0px;
}
.index{
	position:relative;
	padding:0px 0px;
	margin:0px auto;
	width:960px;
	height: 600px;
	background-repeat: no-repeat;
	background-color: #FFF;
	text-align: center;
	background-image: url(../img/fondo_index.jpg);
}

.index .slide_index {
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: left;
}

.header {
	height: 200px;
	width: 950px;
	margin-left: 7px;
}

.footer {
	width: 950px;
	margin-top: 20px;
	margin-left: 7px;
	text-align: center;
	float: left;
}

.main {
	position:relative;
	padding:0px 0px;
	margin:0px auto;
	width:964px;
}
.background
{
	width:100%;
	float:left;
	background-image: url(../img/ombra_main.jpg);
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: right top;	
}

.logo {
	float: left;
	width: 300px;
	background-repeat: no-repeat;
	background-position: top;
	height: 190px;
}

.barra_alta {
	width: 950px;
	margin-left: 7px;
	float: left;
	height: 25px;
	line-height: 0px;
	background-color: $secondo_colore;
}
.left_side {
	width: 193px;
	margin-left: 7px;
	float: left;
	margin-top: 16px;

}
.voce_menu {
	background-color: $secondo_colore;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	width: 185px;
	border: 1px none #00339B;
	height: 15px;
	float: left;
}

.voce_menu a:link {
	color: #ffffff;
	text-decoration: none;
}
.voce_menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.voce_menu a:hover {
	color: $primo_colore;
	text-decoration: none;
}
.voce_menu a:active {
	color: #ffffff;
	text-decoration: none;
}



.right_side {
	float: right;
	width: 200px;
	margin-top: 16px;
	margin-right: 7px;
}


.main_centro {
	width: 535px;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}

.col_primo_piano {
	width: 176px;
	float: left;
	margin-right: 3px;
}


.titolo_primo_piano {
	text-align: left;
	float: left;
	width: 171px;
	padding-left: 5px;
	padding-top: 2px;
	background-color: $quarto_colore;
	padding-bottom: 3px;
}

.testo_primo_piano {
	text-align: left;
	float: left;
	width: 168px;
	padding-left: 5px;
	padding-top: 10px;
	height: 180px;
}
.img_news {
	width: 176px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	padding-bottom: 5px;
}


.separatore_blu {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: $primo_colore;
	margin-top: 3px;
	height: 1px;
	min-height: 1px;
}


.testata_news {
	height: 50px;
	float: left;
	width: 200px;

}
.banner {
	float: left;
	height: 80px;
	width: 200px;
	margin-bottom: 10px;
}


.bottom_news {
	height: 20px;
	background-image: url(../img/box_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 200px;

}


.right_side_news {
	background-image: url(../img/bg_box.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 200px;

}

.label_prenotazione {
    float: left;
    width: 130px;
    padding-top:3px;
}

.input_prenotazione {
    float: left;
    width: 400px;
}

.riga_prenotazione {
    float: left;
    width: 530px;
}
.label_senza_padding {
	float: left;
	width: 130px;
}

.modulo_attivita {
	background-color: #FFF;
	float: left;
	width: 150px;
	padding: 0px;
}
.titolo_attivita {
	text-align: center;
	float: left;
	width: 150px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
}

.titolo_attivita a:link {
	color: #ffffff;
	text-decoration: none;
}
.titolo_attivita a:visited {
	color: #ffffff;
	text-decoration: none;
}
.titolo_attivita a:hover {
	color: #000;
	text-decoration: none;
}
.titolo_attivita a:active {
	color: #ffffff;
	text-decoration: none;
}

.div_photogallery {
	float: left;
	width: 535px;
}

.div_elenco_album {
	float: left;
	width: 100%;
    margin-bottom: 10px;
}
