<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'aldosemibold';
    src: url('/fonts/aldo/aldo_pc-webfont.eot');
    src: url('/fonts/aldo/aldo_pc-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/aldo/aldo_pc-webfont.woff') format('woff'),
         url('/fonts/aldo/aldo_pc-webfont.ttf') format('truetype'),
         url('/fonts/aldo/aldo_pc-webfont.svg#aldosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: url("../images/background2.png") repeat scroll left top #f8f8f8;
}

#header {
	background: url("../images-custom/bg-header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0)
}

#banner {
	background: url("../images-custom/banner-title.png") no-repeat scroll 50% 0 #fcfcfc;
/*	background-color: #132C41;*/
}

#nav ul li a, #nav2 ul li a {
	color: #FFF;
}

#nav ul li a.inserisci {
	color: #e52a04;
}

#nav ul li a.inserisci:hover {
	color: #FFF;
}

#main-content h2 {
	color: #333444;
	font-family: 'aldosemibold';
}

h3.bar {
	background-color: #e63600;
	color: ##FFF;
}

.button.custom {
	background-color: #c1c1c1;
	border-color: #c1c1c1;
}

.button.custom:hover {
  background-color: #e1e1e1;
}

a.button.custom:link, a.button.custom:visited {
  color: #242424;
}

.addNoise {
	background-image: none;
}

div.separator {
  background-color: #034376;
}

#sidebar {
	background-color: #034376;
}

#sidebar h2, #sidebar ul a {
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

#sidebar ul a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  /* color: #797979; */
  color: #FFF;
}

#sidebar div.riepilogo {
  background-color: #2f6ea1;
}

#sidebar div.riepilogo h3, #sidebar div.riepilogo h4 {
	color: #ffffff;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

#ulteriori-info div.gg {
  background-color: #e63600;
  background-image: -moz-linear-gradient(center top , #e63600, #e63600);
}

fieldset {
  background: none repeat scroll 0 0 #ecdfbc;
}

form select {
	width: 416px;
}

#footer {
	background: url("../images-custom/bg-footer.png") repeat-x scroll left top rgba(0, 0, 0, 0);
}

#footer h3, #footer h3 a:link, #footer h3 a:visited,
#footer h4, #footer h4 a:link, #footer h4 a:visited {
	border-bottom: none;
	color: #f0e350;
}



</pre></body></html>