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

html, body {
	width:954px;
	margin:auto;
	padding:0;
    height: 100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#f1f1f1;
	
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('/fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prolight_italic';
    src: url('/fonts/sourcesanspro-lightit-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-lightit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('/fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


#titoletto {
	font-family:'source_sans_prosemibold';
	font-size:14px;
	color:#617ebe;
}
#titoletto_rosso {
	font-family:'source_sans_prolight_italic';
	font-size:14px;
	color:#F00;
}

#oggetto {
	font-family:'source_sans_prosemibold';
	font-size:14px;
	color:#333;
}

#sottotitolo {
	font-family:'source_sans_prolight_italic';
	font-size:14px;
	color:#000;
}

#testo {
	font-family:'source_sans_proregular';
	font-size:14px;
	color:#333;
	line-height:1.6;
}




/* Regole per IE8  */
 
.lt-ie9 header
{
    background-position: top center;
}

/* CSS Accettazione Cookie */
div#cookieChoiceInfo {
background-color: #f1f1f2 !important;
color:#757678;
font-weight:bold;
font-size:12px;
font-family: "Times New Roman", Times, serif;
}
#cookieChoiceInfo > a:nth-child(2),a#cookieChoiceDismiss {
color: #F00;
text-align:center;
font-family: "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;}
#cookieChoiceInfo > a:nth-child(2):hover, a#cookieChoiceDismiss:hover {
color:#757678;
position: relative;
top:1px;left:1px;
	
	}
a.Grande:link {
	color: #007198;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
a.Grande:visited {
	color: #007198;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
a.Grande:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
