@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	width:auto;
	overflow-x:hidden;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif ;
	font-size:0.9em;
	background:url(immagini/bg.jpg);
	background-repeat:repeat-x;
}

#header {
	width:auto;
	height:220px;
	margin-bottom:20px;
	
}
#content {
	float:left;
	width:720px;
	margin:0 0 0 10px;
}
.itinerario{
	float:left;
	width:200px;
	height:89px;
	margin: 0 18px 20px 0;
	border:solid 1px;
	border-color:#E5E5E5;
	background:#E2F3FB;

}
span.it_titolo {
	display:block;
	width:100%;
	height:30px;
	position:relative;
	margin-top:59px;
	background-color:#000000;
	filter:alpha(opacity=70); /* per IE/WIN */
	opacity:0.7;
	visibility:hidden;	
	
	text-align:center;
	font-size:20px;
	color:#FFF;
}
a:hover span.it_titolo{
	
	visibility:visible;
}
a:hover .itinerario {
	border-color:#66C1CB;
}


#title{
	height:300px;
	display:block;
	position:relative;
	margin-bottom:20px;
		border:solid 1px;
	border-color:#E5E5E5;
	overflow:hidden;
	}
	
.pagtitle {
	display:block;

	height:40px;
	bottom:0;
	position:absolute;

	background-color:#000000;
	filter:alpha(opacity=70); /* per IE/WIN */
	opacity:0.7;
	font-size:20px;
	color:#FFF;
	padding:20px 0 0 20px;
	width:700px;
	}
	
#banners 
{
	float:left;
	width:200px;
	text-align:center;
	
}
#footer {
	width:720px;
	float:left;
	clear:both;
	margin:50px 0 0 10px;
	font-size:0.6em;
}
a:link,a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#F60;
}