@charset "utf-8";
/* CSS Document */
#footer {
/*	display:block; */
	font-size:9px;
	float:left;
	font-weight:bold;
/*	line-height:44px; */
	text-align:center;
	color:#00447b;	
	/*clear: both;*/
	width: 100%;
	margin:auto;
	padding:10px 0px 0px 0px;
	background: #ffffff;
}

#footer a {
	color:#225C8B;
	text-decoration:none;
	background: #ffffff;
}

#footer a:hover {
	color:#225C8B;
	text-decoration:underline;
}

#riferimenti {
	width:100%;
	
	text-align:center;
	padding:9px 0px 9px 0px;
	font-weight:bold;
	font-size:11px;
	width:100%;
/*	line-height:12px; */
	color:#00447b;
		
}