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

html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
.splash_footer {
	background:url(../images/splash_footer.jpg) repeat-x top;
	text-align:center;
	height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#95908a;
	padding-top:10px;
}
.splash_footer a {
	color:#95908a;
	text-decoration:underline;
}
.splash_footer a:hover {
	color:#95908a;
	text-decoration:none;
}
.splash_paragrafo {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	line-height:20px;
}


/*------------------------------ OPACITA' IMMAGINE  !!!-----------------------------*/
.cambia_opacita img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}

.cambia_opacita:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
}
