@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#sfondo {
	position:absolute;
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #666;
} 
#logo {
	width: 100%;
	height: 655px;
	text-align: center;
	position: absolute;
	top: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FFF
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

      a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}

      a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

