@charset "utf-8";

body {
	background-color: #3b547a;
	background-image: url(../img/sfondo.jpg);
	background-repeat: repeat-x;
	height:100%;
	margin:0;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #333333;
}

.contenitore1 #footer {
	height: 15px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	clear: both;
	text-align: center;
	margin-top: 5px;
}

.contenitore1 #contenitore2 .bandiere {
	padding-top: 15px;
	padding-left: 15px;
}

.contenitore1 #contenitore2 .bandiere a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

.contenitore1 {
	width: 900px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -450px;
	border: 2px solid #0099CC;
}

.contenitore1 #menu #lista_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.contenitore1 #contenitore3 .logo {
	width: 100%;
	text-align: right;
}

.contenitore1 #menu #lista_menu a:hover {
	color:#FFCC00;
	text-decoration:underline;
}

#contenitore2{
	width:50%;
	float:left;
	height: 525px;
	background-color: #798daa;
	background-image: url(../img/sfondo_sx.jpg);
	background-position: top;
}

#contenitore3{
	width:50%;
	float:left;
	height: 525px;
	background-image: url(../img/sfondo_dx.jpg);
	background-position: top;
}

#menu{
	height:35px;
	width:100%;
	clear:both;
	background:url(../img/sfondo_menu.jpg) repeat-x;
}

#menu #lista_menu{
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu #lista_menu li{
	float:left;
	margin:8px 20px;
}
.contenitore1 #contenitore3 .testo {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

.contenitore1 #contenitore3 .tariffe {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #AF412D;
}
.contenitore1 #contenitore2 .fotogallery {
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
	width: 430px;
}

.contenitore1 #contenitore2 .tab_tariffe {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 430px;
	background-color: #CFD8E7;
}
.contenitore1 #contenitore2 .tab_tariffe #tariffe{
	font-size:14px;
}

.contenitore1 #contenitore3 .tit_sezione {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	color: #AF412D;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 15px;
}

.visualizza_mappa{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#C00;
}

