@charset "utf-8";
/* CSS Document */

.immagine_fondo {
	background-attachment: fixed;
	background-color: #333;
	background-image: url(image/fondo.jpg);
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.Testo_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.Testo_Descrittivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}
.fondo_intestazione {
	background-color: #333;
	height: 90px;
	width: 960px;
	margin-top: 10px;
	position:relative;
	margin-left: 15%;

}
.Titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFF;
	text-align: center;
}
.FondoTesto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: justify;
}

.fonto_box {
	background-color: #666;
	border: 1px solid #888;
}

.simile_slider {
	border: 2px solid #333;
	width:940px;
    height:450px;
    margin:35px auto;
}


/*============================*/
/*=== Stili per lo slider ===*/
/*============================*/
#slider {
	border: 2px solid #333;
	width:640px;
    height:auto;
    margin:35px auto;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:auto;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
	font-family: Arial, Helvetica, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
