<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 */

/* General */
body {
	text-align: center;
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: 400;
	background: #F2F3F6;
}
a {
	text-decoration: none;
	color: #f89729;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
.clear {
	clear: both;
	font-size: 1px;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
.none {
	display: none;
}
.date {
	display: block;
}
.mbottom {
	margin-bottom: 43px;
}
.bigBanner {
	display: block;
	margin-bottom: 23px;
}
.size {
	font-size: 0.8em !important;
}
/* @ General */

/* Struttura */
#wrap {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
	-moz-box-shadow:0px 0px 10px 1px rgba(102, 102, 102, 0.3);
	-webkit-box-shadow:0px 0px 10px 1px rgba(102, 102, 102, 0.3);
	box-shadow:0px 0px 10px 1px rgba(102, 102, 102, 0.3);
}
/* @ Struttura */

/* Header */
#header {
	/*border-top: 8px solid #fff;*/
	/*border-bottom: 9px solid #f89729;*/
	padding-top: 8px;
	height: 132px;
	background: #666;
}
#header .logo {
	width: 195px;
	height: 132px;
	display: block;
}
#header .menu {
	width: 782px;
	height: 132px;
	display: block;
}

/* Top Menu */
#header .tmenu {
	text-align: right;
	/*color: #666;*/
	color: #fff;
	font-size: 11px;
	margin-top: 20px;
	height: 25px;
	line-height: 25px;
}
#header .tmenu a {
	display: -moz-inline-stack; /* optional */
	display: inline-block;
	zoom: 1; /* triggers hasLayout for IE */
	*display: inline; /* target IE7 only */
	vertical-align: bottom;
	
	/*color: #666;*/
	color: #fff;
	text-transform: uppercase;
	margin: 0 5px;
	height: 25px;
}
#header .tmenu a:hover {
	text-decoration: none;
	color: #f89729;
}

/* Search */
#header .tmenu .searchInput {
	display: -moz-inline-stack; /* optional */
	display: inline-block;
	zoom: 1; /* triggers hasLayout for IE */
	*display: inline; /* target IE7 only */
	vertical-align: bottom;
	
	height: 25px;
	width: 155px;
	background: #fce9d3;
	margin: 0 12px 0 7px;
}
#header .tmenu .searchInput .txt {
	display: block;
	border: 0 none;
	background: none;
	padding: 0;
	margin: 0;
	height: 23px;
	width: 106px;
	overflow: hidden;
	padding: 0 12px;
	color: #333;
}
#header .tmenu .searchInput .sbmt {
	display: block;
	height: 13px;
	width: 13px;
	margin-top: 6px;
	margin-right: 12px;
}
/* @ Search */

#header .tmenu .social {
	display: -moz-inline-stack; /* optional */
	display: inline-block;
	zoom: 1; /* triggers hasLayout for IE */
	*display: inline; /* target IE7 only */
	vertical-align: bottom;
	
	height: 25px;
	width: 25px;
	margin: 0;
	padding-right: 12px;
}
/* @ Top Menu */

/* Main Menu */
#header .mmenu {
	font-size: 14px;
	margin-top: 60px;
	font-weight: 700;
}
#header .mmenu a {
	display: -moz-inline-stack; /* optional */
	display: inline-block;
	zoom: 1; /* triggers hasLayout for IE */
	*display: inline; /* target IE7 only */
	
	/*color: #666;*/
	color: #fff;
	text-transform: uppercase;
	margin: 0 20px;
	margin: 0 18px\9;
}
#header .mmenu a.selected,
#header .mmenu a:hover {
	text-decoration: none;
	color: #f89729;
}
/* @ Main Menu */
/* @ Header */

/* Home */
#home {
	margin-top: 43px;
}

/* Colls */
#home .coll {
	width: 558px;
	padding-right: 22px;
}
#home .colr {
	width: 378px;
	border-left: 1px solid #f5f4f4;
	padding-left: 21px;
}
/* @ Colls */

/* Col Left */
#home .coll .lbox {
	line-height: 16px;	
}
#home .coll .lbox h2 {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-left: 40px;
}
#home .coll .lbox h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
}
#home .coll .lbox .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#home .coll .lbox.left,
#home .coll .lbox.right {
	width: 266px;
	margin-bottom: 39px;
}
#home .coll .lbox .allRel {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #333333 !important;
	text-align: right;
	/*font-style: italic;*/
	text-decoration: underline !important;
	padding: 0 15px;
}
#home .coll .lbox .allRel:hover {
	color: #333333 !important;
	text-decoration: underline !important;
}

/* Lista */
#home .coll .lbox ul {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	margin-bottom: 16px;
}
#home .coll .lbox ul li {
	margin-top: 12px;
	padding-top: 12px;
	/*border-top: 1px dashed #79797b;*/
}
#home .coll .lbox ul li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}
/* @ Lista */

/* Primo piano */
#home .coll .lbox.primoPiano h2 {
	background: #666666 url(../images/ico-cidi.png) no-repeat 6px center;
}
#home .coll .lbox.primoPiano {
	margin-bottom: 39px;
}
#home .coll .lbox.primoPiano .prima {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	width: 326px;
}
#home .coll .lbox.primoPiano .prima .mainFoto,
#home .coll .lbox.primoPiano .prima .mainVideo {
	margin-bottom: 12px;
	text-align: center;
	display: block;
}
#home .coll .lbox.primoPiano .prima h3 {
	margin-bottom: 12px;
}

/* Altre */
#home .coll .lbox.primoPiano .altre {
	width: 208px;
	/*background: #f9f5f5;*/
}
#home .coll .lbox.primoPiano .altre .scrollbar-outer {
	height: 440px;
}
#home .coll .lbox.primoPiano .altre ul {
	/*padding: 15px;*/
	padding: 0 7px 0 0;
}
#home .coll .lbox.primoPiano .altre ul li {
	/*border-top: 1px dashed #79797b;*/
}
/*#home .coll .lbox.primoPiano .altre ul li:nth-child(odd) {
	margin-top: 0;
	padding-top: 0;
	border: 0 none;
}*/
#home .coll .lbox.primoPiano .altre .ctrl {
	height: 14px;
	margin-bottom: 15px;
	background: url(../images/slide-bg.png) no-repeat center center;
	text-align: center;
}
#home .coll .lbox.primoPiano .altre .ctrl a {
	display: -moz-inline-stack; /* optional */
	display: inline-block;
	zoom: 1; /* triggers hasLayout for IE */
	*display: inline; /* target IE7 only */
	
	width: 14px;
	height: 14px;
	background: url(../images/slide.png) no-repeat center center;
	margin: 0 3px;
	text-indent: -200px;
	overflow: hidden;
	
}
#home .coll .lbox.primoPiano .altre .ctrl a.active {
	background: url(../images/slide-select.png) no-repeat center center;
}
#home .coll .lbox .altre .allRel {
	padding-top: 15px;
	padding-bottom: 15px;
}
/* @ Altre */
/* @ Primo piano */

/* Edicola */
#home .coll .lbox.edicola h2 {
	background: #f89729 url(../images/ico-edicola.png) no-repeat 10px center;
}
/* @ Edicola */

/* Segnaliamo */
#home .coll .lbox.segnaliamo h2 {
	background: #a8a9ad url(../images/ico-segnaliamo.png) no-repeat 6px center;
}
#home .coll .lbox.segnaliamo a {
	color: #333333;
}
#home .coll .lbox.segnaliamo a:hover {
	color: #f89729;
	text-decoration: none;
}
/* @ Segnaliamo */

/* Blog */
#home .coll .lbox.blog h2 {
	background: #8b2e5d url(../images/ico-blog.png) no-repeat 10px center;
}
#home .coll .lbox.blog h2 em {
	display: -moz-inline-stack; /* optional */
	display: inline-block;
	zoom: 1; /* triggers hasLayout for IE */
	*display: inline; /* target IE7 only */
	
	text-transform: none;
	float: right;
	margin-right: 10px;
}
#home .coll .lbox.blog {
	background: #f2f3f6;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#home .coll .lbox.blog ul {
	padding: 0 15px;
}
#home .coll .lbox.blog a {
	color: #8b2e5d;
}
#home .coll .lbox.blog .date {
	/*margin-bottom: 12px;*/
}
/* @ Blog */
/* @ Col Left */

/* Col Right */
#home .colr .rbanner {
	display: block;
	margin-bottom: 23px;
}
#home .colr .rbanner.right {
	margin-bottom: 11px;
}
#home .colr .rbox {
	margin-bottom: 24px;
}
#home .colr .rbox h2 {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-left: 40px;
}
#home .colr .rbox.attivita {
	background: #f2f3f6;
	padding-bottom: 15px;
	/*min-height: 465px;*/
}
#home .colr .rbox.attivita h2 {
	color: #fff;
	background: #b4b3b3 url(../images/ico-attivita.png) no-repeat 8px center;
}
#home .colr .rbox.attivita .allRel {
	display: block;
	font-size: 12px;
	color: #333333;
	text-align: right;
	/*font-style: italic;*/
	text-decoration: underline;
	padding: 0 15px;
}

/* Lista Attività */
#home .colr .rbox .attivita-list {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	margin-bottom: 16px;
	padding: 0 15px;
}
#home .colr .rbox .attivita-list li {
	margin-top: 12px;
	padding-top: 12px;
	/*border-top: 1px dashed #79797b;*/
}
#home .colr .rbox .attivita-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}
#home .colr .rbox .attivita-list li h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: bold;
}
#home .colr .rbox .attivita-list li h3 a:hover {
	color: #f89729;
	text-decoration: none;
}
#home .colr .rbox .attivita-list li .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#home .colr .rbox .attivita-list li p {
	line-height: 18px;
}

/* Facebook */
#home .colr .facebook-title {
	font-size: 16px;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    padding-left: 40px;
	color: #fff;
    background: #3A5795 url(../images/ico-facebook.png) no-repeat 8px center;
}
#home .colr .facebook-box {
	margin-bottom: 30px;
}
/* @ Facebook */

/* Notecidi */
#home .colr .notecidi-box {
	width: 175px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-left: 1px solid #FF9933;
	line-height: 16px;
}
/* @ Notecidi */
/* @ Lista Attività */
/* @ Col Right */
/* @ Home */

/* Main */
/* Path */
#main .path {
	font-size: 12px;
	padding: 31px 0 25px 0;
	/*font-style: italic;	*/
}
#main .path a {
	color: #333;
}
/* @ Path */

/* Colls */
#main .coll {
	width: 212px;
	border-right: 1px solid #f5f4f4;
}
#main .colc {
	width: 470px;
	margin-left: 27px;
}
#main .colr {
	width: 230px;
	border-left: 1px solid #f5f4f4;
	padding-left: 12px;
}
/* @ Colls */

/* Left Menu */
#main .lmenu {
	width: 201px;
}
#main .lmenu li {
	margin-bottom: 11px;
}
#main .lmenu li a {
	display: block;
	font-size: 15px;
	color: #666666;
	background: url(../images/sep-menu-left.png) no-repeat left top;
	padding: 19px 5px 0 5px;
}
#main .lmenu li a:hover,
#main .lmenu li a.selected {
	text-decoration: none;
	color: #f89729;
}
#main .lmenu li a.selected {
	font-weight: 700;
}
#main .lmenu li ul {
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
#main .lmenu li li {
	margin-bottom: 8px;
}
#main .lmenu li li a {
	display: block;
	background: url(../images/arrow-menu-left.png) no-repeat left 4px;
	font-size: 14px;
	padding: 0 0 0 15px;
}
#main .lmenu li li a:hover,
#main .lmenu li li a.selected {
	text-decoration: none;
	color: #f89729;
	background: url(../images/arrow-menu-left-hover.png) no-repeat left 4px;
	font-weight: 400;
}
#main .lmenu li li li a {
	display: block;
	background: url(../images/point-menu-left.png) no-repeat left 4px;
	font-size: 14px;
	padding: 0 0 0 15px;
}
#main .lmenu li li li a:hover,
#main .lmenu li li li a.selected {
	text-decoration: none;
	color: #f89729;
	background: url(../images/point-menu-left-hover.png) no-repeat left 4px;
	font-weight: 400;
}
/* @ Left Menu */

/* Col Right */
#main .colr .rbanner {
	display: block;
	margin-bottom: 36px;
}
#main .colr .rbanner.bint {
	margin-bottom: 16px;
}
#main .colr .rbox {
	margin-bottom: 36px;
}
#main .colr .rbox h2 {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-left: 40px;
}
#main .colr .rbox.relItem h2 {
	color: #fff;
	background: #993366 url(../images/ico-tag.png) no-repeat 8px center;
}
#main .colr .rbox.attivita {
	background: #f2f3f6;
	padding-bottom: 15px;
	/*min-height: 565px;*/
}
#main .colr .rbox.attivita h2 {
	color: #fff;
	background: #b4b3b3 url(../images/ico-attivita.png) no-repeat 8px center;
}
#main .colr .rbox.relItem .allRel {
	display: block;
	font-size: 12px;
	color: #993366;
	text-align: right;
	/*font-style: italic;*/
	text-decoration: underline;
}
#main .colr .rbox.attivita .allRel {
	display: block;
	font-size: 12px;
	color: #333333;
	text-align: right;
	/*font-style: italic;*/
	text-decoration: underline;
	padding: 0 15px;
}

/* Lista Tags */
#main .colr .rbox .tags-list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin-bottom: 16px;
}
#main .colr .rbox .tags-list li {
	margin-top: 12px;
	padding: 0 15px;
	padding-top: 12px;
	/*border-top: 1px dashed #c2c2c2;*/
}
#main .colr .rbox .tags-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}
#main .colr .rbox .tags-list li h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#main .colr .rbox .tags-list li h3 a {
	color: #333;
	font-weight: bold;
}
#main .colr .rbox .tags-list li h3 strong {
	color: #993366;
}
/* § Lista Tags */

/* Lista Attività */
#main .colr .rbox .attivita-list {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	margin-bottom: 16px;
	padding: 0 15px;
}
#main .colr .rbox .attivita-list li {
	margin-top: 12px;
	padding-top: 12px;
	/*border-top: 1px dashed #79797b;*/
}
#main .colr .rbox .attivita-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}
#main .colr .rbox .attivita-list li .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#main .colr .rbox .attivita-list li h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
}
#main .colr .rbox .attivita-list li h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: bold;
}
#main .colr .rbox .attivita-list li h3 a:hover {
	color: #f89729;
	text-decoration: none;
}
/* @ Lista Attività */
/* @ Col Right */
/* @ Main */

/* Heading */
#content h1.mainTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 700;
	color: #f89729;
	line-height: 22px;
	margin-bottom: 12px;
}
#content h3.subTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	line-height: 20px;
	margin-bottom: 38px;
}
#content .cbox h2 {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-left: 33px;
}
/* § Heading */

/* Tags */
#content .tags {
	margin-bottom: 12px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
#content .tags a {
	color: #333;
}
/* § Tags */

/* Sharing */
#content .sharing {
	margin-bottom: 38px;
	height: 16px;
}
#content .others {
	height: 16px;
	text-align: right;
}
#content .others a {
	display: -moz-inline-stack; /* optional */
	display: inline-block;
	zoom: 1; /* triggers hasLayout for IE */
	*display: inline; /* target IE7 only */
	
	font-size: 11px;
	color: #333;
	height: 16px;
	line-height: 16px;
	padding-left: 24px;
	margin-left: 12px;
	
	float: none !important;
}
#content .others span {
	display: none !important;
}
#content .others .send {
	background: url(../images/ico-mail.png) no-repeat left center;
}
#content .others .print {
	background: url(../images/ico-print.png) no-repeat left center;
}
#content .others .mark {
	background: url(../images/ico-mark.png) no-repeat left center;
}
/* § Sharing */

/* Foto, Video e Mappa */
#content .mainFoto,
#content .mainVideo {
	margin-bottom: 43px;
	text-align: center;
}
#content .mainVideo {
	margin-left: -27px;
	margin-right: -27px;
	background: #f2f3f6;
	padding: 28px 0;
}
#content .mappaItalia {
	margin-left: -27px;
	margin-right: -27px;
	background: #fef4e9;
	padding: 28px 0;
	text-align: center;
}
#content .mappaItalia .map {
	margin: 0 auto;
}
#content .mappaNota {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin-left: -27px;
	margin-right: -27px;
	margin-bottom: 43px;
	background: #f89729;
	padding: 12px 0;
	text-align: center;
}
#content .tableMappa {
	width: 100%;
}
#content .tableMappa h3 {
	color: #f89729;
	margin-top: 16px;
	margin-bottom: -8px !important;
}
#content .tableMappa h4 {
	margin-bottom: 0px !important;
	margin-top: 16px;
	font-size: 13px !important;
}
/* @ Foto, Video e Mappa */

/* Testo */
#content .testo {
	line-height: 18px;
}
#content .testo h1,
#content .testo h2,
#content .testo h3,
#content .testo h4,
#content .testo h5,
#content .testo h6 {
	margin-bottom: 16px;
	font-size: 15px;
}
#content .testo .subtitle {
	color: #f89729;
	font-weight: bold;
}
#content .testo p {
	margin-bottom: 16px;
}
#content .testo ul,
#content .testo ol {
	margin-bottom: 16px !important;
	padding-left: 25px !important;
	overflow: hidden !important;
}
#content .testo ul li {
	list-style-type: circle !important;
}
#content .testo ul li li {
	list-style-type: disc !important;
}
#content .testo ol li {
	list-style-type: decimal !important;
}
#content .testo li {
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	background: none  !important;
	border-bottom: none  !important;
}
#content .testo table {
	margin-bottom: 16px;
	border-collapse: collapse;
}
#content .testo table td {
	padding: 4px;
	border: 1px solid #e6e5e5;
}
#content .testo table.noBorder td {
	padding: 4px;
	border: 0 none;
}
/* § Testo */

/* Allegati Box */
#content .cbox {
	margin-bottom: 36px;
}
#content .cbox.documenti h2 {
	background: #e6e5e5 url(../images/ico-attach.png) no-repeat 10px center;
}
#content .cbox.immagini h2 {
	background: #e6e5e5 url(../images/ico-photo.png) no-repeat 7px center;
}
#content .cbox.video h2 {
	background: #e6e5e5 url(../images/ico-video.png) no-repeat 6px center;
}
#content .cbox.link h2 {
	background: #e6e5e5 url(../images/ico-link.png) no-repeat 6px center;
}
/* § Allegati Box */

/* Lista Doc, Lista link */
#content .doc-list,
#content .link-list {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	/*font-style: italic;*/
}
#content .doc-list li,
#content .link-list li {
	margin-top: 12px;
	padding-top: 12px;
	/*border-top: 2px dotted #c2c2c2;*/
}
#content .doc-list li:first-child,
#content .link-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}
#content .doc-list li .date,
#content .link-list li .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#content .doc-list li h3,
#content .link-list li h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#content .doc-list li h3 a,
#content .link-list li h3 a {
	color: #333;
	font-weight: bold;
}
#content .doc-list li h3 a:hover,
#content .link-list li h3 a:hover {
	color: #f89729;
	text-decoration: none;
}
/* § Lista Doc, Lista link */

/* Lista foto, Lista video */
#content ul.foto-list,
#content ul.video-list {
	margin: 0 auto;
	margin-bottom: -12px;
	width: 100%;
}
#content ul.foto-list li,
#content ul.video-list li {
	width: 123px;
	float: left;
	margin-left: 44px;
	margin-bottom: 12px;
}
#content ul.foto-list li.first,
#content ul.video-list li.first {
	clear: left;
	margin-left: 0;
}
#content ul.foto-list li img,
#content ul.video-list li img {
	width: 123px;
	height: 93px;
	border: 2px solid #a7a2a2;
}
#content ul.foto-list li a,
#content ul.video-list li a {
	color: #333;
}
#content ul.foto-list li span,
#content ul.video-list li span {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-style: italic;*/
	font-size: 11px;
	color: #333;
	display: block;
	padding-top: 8px;
	line-height: 16px;
}
#content ul.foto-list li.clear,
#content ul.video-list li.clear {
	clear: both;
	float: none;
	margin-left: 0;
	margin-bottom: 0;
	width: auto !important;
}
#content ul.foto-list li.clear.sep,
#content ul.video-list li.clear.sep {
	/*border-bottom: 2px dotted #c2c2c2;*/
	margin-bottom: 14px;
}
/* § Lista foto, Lista video */

/* Lista News */
#content ul.news-list {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	margin-bottom: 16px;
}
#content ul.news-list li {
	margin-top: 12px;
	padding-top: 12px;
	/*border-top: 2px dotted #c2c2c2;*/
}
#content ul.news-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}
#content .news-list li .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#content ul.news-list li h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#content ul.news-list li h3 a {
	color: #333;
	font-weight: bold;
}
#content ul.news-list li h3 a:hover {
	color: #f89729;
	text-decoration: none;
}
#content ul.news-list li h3 strong {
	color: #f89729;
}
/* § Lista News */

/* Lista Tags */
#content ul.tags-list {
	font-size: 13px;
	line-height: 18px;
	color: #333;
	margin-bottom: 16px;
}
#content ul.tags-list li {
	margin-top: 12px;
	padding-top: 12px;
	/*border-top: 2px dotted #c2c2c2;*/
}
#content ul.tags-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}
#content ul.tags-list li h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#content ul.tags-list li h3 a {
	color: #333;
	font-weight: bold;
}
#content ul.tags-list li h3 strong {
	color: #f89729;
}
/* § Lista Tags */

/* Pagine */
#content .pages {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #333;
	font-size: 16px;
	margin-top: 36px;
	padding-top: 9px;
	border-top: 1px solid #333;
}
/*#content .pages a {
	color: #333;
}*/
#content .pages a.selected {
	color: #f89729;
}
/* § Pagine */

/* Years, Months */
#content .years {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
	margin-bottom: 36px;
}
#content .years a {
	color: #333;
}
#content .years a:hover,
#content .years a.selected {
	color: #f89729;
	text-decoration: none;
}
#content .years a.selected {
	font-weight: bold;
}
/* § Years, Months */

/* @ Footer */
#footer {
	margin-top: 43px;
	background: #f2f3f6;
	padding: 16px 14px;
}

/* Colls */
#footer .coll {
	width: 198px;
	color: #666;
	font-size: 12px;
	/*font-style: italic;*/
	line-height: 18px;
}
#footer .coll strong {
	color: #f89729;
	font-weight: 700;
}
#footer .colr {
	width: 738px;
}
/* @ Colls */

/* Footer Menu */
#footer .fmenu {
	font-size: 12px;
	width: 738px;
}
#footer .fmenu li {
	float: left;
	max-width: 127px;
	padding-right: 25px;
}
#footer .fmenu li a {
	display: block;
	height: 32px;
	color: #f89729;
	font-weight: 700;
	text-transform: uppercase;
}
#footer .fmenu li li {
	float: none;
	padding: 0;
	margin-bottom: 8px;
}
#footer .fmenu li li a {
	display: inline;
	height: auto !important;
	color: #666;
	font-weight: 400;
	text-transform: none;
}
#footer .fmenu li.clear {
	max-width: auto !important;
	padding-right: 0;
}
/* @ Footer Menu */

/* Bottom Menu */
#footer .bmenu {
	color: #666;
	font-size: 9px;
	margin-top: 20px;
}
#footer .bmenu a {
	display: -moz-inline-stack; /* optional */
	display: inline-block;
	zoom: 1; /* triggers hasLayout for IE */
	*display: inline; /* target IE7 only */
	vertical-align: bottom;
	
	color: #666;
	text-transform: uppercase;
	margin: 0 5px;
	font-size: 11px;
}
/* @ Bottom Menu */
/* @ Footer */

/* Commenti */
#commentlist ol {
	margin: 0;
	padding: 0;
	margin: 0 -27px;
	list-style: none !important;
	line-height: 18px;
}
#commentlist ol li {
	margin: 0;
	padding: 0;
	padding: 28px 27px;
	list-style: none;
	background: #fff;
}
#commentlist ol li:nth-child(odd) {
	background: #f2f3f6;
}
#commentlist ol li strong {
	color: #f89729;
}
#commentlist ol li h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
}
#commentlist ol li h3 span {
	font-size: 11px;
}

/* Form */
#commentform {
	margin: 0;
	padding: 18px 0;
	margin: 0 -27px;
	background: #f2f3f6;
}
#commentform div {
	padding: 12px 27px;
}
#commentform label {
	color: #f89729;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
#commentform input.txt,
#commentform textarea {
	display: block;
	width: 460px;
	margin: 0;
	padding: 5px;
	border: 1px solid #c2c2c2;
	color: #666;
	background: #fff;
}
#commentform input.btn {
	margin: 0;
	padding: 5px;
	border: 1px solid #c2c2c2;
	color: #666;
	background: #f2f3f6;
}
#commentform  label.error, label.error {
	margin-top: 8px;
	color: red;
}
/* @ Form */
/* @ Commenti */

/* Mappa */
#content .mappa {
	color: #333;
	line-height: 18px;
	margin: 0 13px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	/*border-bottom: 2px dotted #c2c2c2;*/
}
#content .mappa a {
	color: #f89729;
	font-weight: bold;
	text-decoration: none;
}
#content .mappa li li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#content .mappa li li li a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
#content .mappa a:hover {
	text-decoration: underline;
}
#content .mappa ul {
	margin-bottom: 5px;
	list-style:  none;
}
#content .mappa ul ul {
	margin-left: 36px;
	list-style: circle;
}
#content .mappa ul ul ul {
	margin-left: 18px;
	list-style: disc;
}
/* § Mappa */

/* Risultati della ricerca */
.searchBox {
	padding: 18px 0;
	margin: 0 -27px;
	background-color: #f2f3f6;
	margin-bottom: 36px;
}
.searchBox table {
	margin: 0 auto;
}
.searchBox table table {
	margin: 0;
}
.searchBox table td {
	padding: 5px;
}
.searchBox table table td {
	padding: 0;
}
#results .description {
	margin: 5px 0 0 17px;	
}
#results .url {
	/*font-style: italic;*/
	margin-bottom: 12px;
	margin-left: 17px;
}

/* suggest results */
#sresults {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 100%;
	width: 100%;
	border: 1px solid #c0c0c0;
	background-color: #f2f2f2;
}
#sresults .item {
	padding: .1875rem;
	border-bottom: 1px solid #c0c0c0;
}
#sresults .item:last-child {
	border-bottom: 0;
}
#sresults .item:hover {
	background-color: #ededed;
	cursor: pointer;
}
/* § Risultati della ricerca */

/* Newsletter */
div.sendita_form_container { /* Container form */
	width: 100%;
}
div.sendita_form_container 
	div.sendita_actionHead { /* Page title (only in public platform page */
	font-weight: bold;
}
div.sendita_form_container 
	div.sendita_okMessage { /* Success (only in public platform page */
	font-weight: bold;
	color: green;
}
div.sendita_form_container 
	div.sendita_errorMessage { /* Fail (only in public platform page */
	font-weight: bold;
	color: red;
}
div.sendita_form_container 
	form.sendita_form { /* form */
	margin: 0px;
	padding: 0px;
}
div.sendita_form_container 
	form.sendita_form 
		div.sendita_advise { /* div container "Il campi contrassegnati da asterisco (*) sono obbligatori!" */
	margin-bottom: 17px;
}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable { /* table */
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable 
			td { /* td (cell) */
	padding: 7px 0;
	border: 0 none;
}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable 
			td.sendita_labelTd { /* td label container */
	width: 130px;
	white-space: nowrap;
}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable 
			td.sendita_labelTd 
				label { /* label */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	
	height: 30px;

	font-size: 13px;
	color: #f89729;
	line-height: 30px;
	white-space: nowrap;
}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable 
			td.sendita_inputTd { /* td form field container */
	width: 380px;
}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable 
			td.sendita_inputTd 
				input.sendita_text { /* input type=text */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	
	width: 360px;
	height: 28px;
	
	padding: 0 10px;
	margin: 0;
	
	border: 1px solid #f89729;

	font-size: 13px;
}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable 
			td.sendita_inputTd 
				textarea.sendita_textarea { /* textarea */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	
	width: 360px;
	height: 130px;
	
	padding: 10px;
	margin: 0;
	
	border: 1px solid #f89729;

	font-size: 13px;
}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable 
			td.sendita_inputTd 
				select.sendita_select { /* select */
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	
	width: 360px;
	height: 28px;

	padding: 0 10px;
	margin: 0;

	font-size: 13px;
}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable 
			td.sendita_inputTd 
				input.sendita_checkbox { /* input type=checkbox */

}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable 
			td.sendita_inputTd 
				div.sendita_div {/* div radio container */

}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable 
			td.sendita_inputTd 
				div.sendita_div 
					input.sendita_radio {/* input type=radio */

}
div.sendita_form_container 
	form.sendita_form 
		table.sendita_formTable 
			td.sendita_inputTd 
				input.sendita_submit {/* input type=submit */
	display: block;
	
	width: 180px;
	height: 30px;

	padding: 0;
	margin: 0;

	border: 0 none;
	background: #f89729;

    font-size: 13px;
	color: #ffffff;
	text-transform: lowercase;
	
	cursor: pointer;
}
div.sendita_form_container 
	form.sendita_form 
		div.sendita_privacy {/* div container "Ho letto l'informativa e autorizzo il trattamento dei dati" */
	position: relative;
	
	height: 16px;
	
	margin-top: 17px;
	margin-bottom: 8px;
	padding-left: 24px;
	
	line-height: 16px;
}
div.sendita_form_container 
	form.sendita_form 
		div.sendita_privacy 
			input.sendita_checkbox { /* input privacy type=checkbox */
	position: absolute;
	top: 0;
	left: 0;
			
	display: inline-block;
	height: 16px;
	width: 16px;
	
	margin: 0;
}
div.sendita_form_container 
	form.sendita_form 
		textarea.sendita_textarea_privacy { /* textarea privacy */	
	/*width: 90%;
	height: 150px;
	
	padding: 10px;*/
	display: none;
}
/* § Newsletter */



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