@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	margin: 0px;
	padding: 0px;
}
img {
	border-width: 0
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #241614;
	background-color:#F00;
}
a:active {
	text-decoration: none;
}
.banda_centrale {
	overflow: hidden;
	min-height:95%;	/* tolgo l'altezza del footer*/
	padding-bottom: 30px;
}
.header {
	float:right;
	clear:left;
	text-align: right;
	padding-top:30px;
	margin-left:50px;
	margin-right:10px;
}
.header_logos {
	position:fixed;
	top:10px;
	left:20px;
	float:right;
	text-align: right;
	padding-top:50px;
	margin-left:50px;
	margin-right:40px;
}
.contentgray {
	overflow: hidden;
	float:right;
	clear:right;
	border-top-style: dotted;
	border-top-width: thin;
	border-top-color:#F00;
	width: 410px;
	height: 190px;
	text-align: right;
	margin-top:0px;
	margin-right: 70px;
	padding-top:510px;
	padding-bottom: 10px;
	background-color:#FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
filter: alpha(opacity=10);
opacity:0.1;
}
.onecolumn {
	width: 380px;
	height: 100%;
	padding-top: 10px;
	margin-left: 10px;
	border-bottom-color:#000;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}
.title {
	font-size: 56px;
	line-height:46px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.subtitle {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height:20px;
	color: #FFF;
	background-color:#000;
}
.text_black {
	font-size: 14px;
	font-weight:100;
	color: #OOO;
	background-color:#FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity:0.5;
}
.text_gray_italic {
	font-size: 11px;
	color: #000;
	font-style: italic;
	text-decoration: none;
}
.footer {
	position:fixed;
	bottom: 0px;
	font-size: 11px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #F00;
	background-color:#FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);
	opacity:0.8;
	width: 100%;
	padding-bottom: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #F00;
}

