.centro {
	width: 775px;
	height: 150px;
	background: #003366;
}
.logo{
	width: 775px;
	height: 50px;	
}
.linea{
	width: 775px;
	margin-bottom: 10px;
	background: #9CBBCF;	
}
.contenitore {
padding-top:12px;
width: 300px;
}
.normale{
	width: 25px;
	height: 30px;
	text-align: left;
	margin-left: 6px;
	float:left;
}
.accessibile{
	width: 25px;
	height: 30px;
	text-align: left;
	margin-left: 6px;
	float:left;
}
.testo{
	width: 175px;
	height: 30px;
	padding-top: 4px;
	text-align: left;	
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}
.spazio {
	width: 14px;
	height: 20px;
	margin-top: 14px;
	background: #9CBBCF;
	border-top: 1px solid #9CBBCF;		
	padding-top: 4px;
	text-align: left;	
	font-family: arial;
	font-size: 9px;
	float: left;	
}
.footer{
	width: 761px;
	height: 20px;
	background: #9CBBCF;
	margin-top: 14px;
	border-top: 1px solid #9CBBCF;		
	padding-top: 4px;	
	text-align: left;	
	font-family: arial;
	font-size: 9px;
	color: #ffffff;
	float: left;
}
a.footerLink {
	text-decoration: none;
	color: orange;
}
a.link {
	text-decoration: none;
	color: #ffffff;
}
a.link:hover {
	text-decoration: none;
	color: orange;
}