<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------------------------------------- 
   
   Default styles 
  
-------------------------------------------------------------- */  
/* CSS Document */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
em {
	font-style:italic;
}
/***********************************************************************/     
  
.wrapper {
	width: 100%;
	margin:0 auto;
}
body {
	margin: 0 auto;
}
.fullwidth {
    width: 100%;
}
/* -------------------------------------------------------------- 
   
   Stampa 
  
-------------------------------------------------------------- */ 

/* NASCOSTI */
#head_right, #top, nav, .banner_big-2, .sidebar, #banner-footer, footer, #contenuti, .breadcrumbs, .addthis_sharing_toolbox, #disqus_thread {
    display: none;
}
/* */
#head {
    display: table;
    width: 100%;
}
#head_left {
	display: table-cell;
    width: 100%;
    background-image:none;
}
#head_right, #logo {
    font-family: "PT Sans",sans-serif;
}
#head_right, #logo {
    font-weight: 400;
}
.titolo-logo {
	display:inline-block;
    padding: 4px 0 0;
}
#logo h1, #logo h3 {
    color: #000;
    font-size: 55px;
    letter-spacing: -2px;
}
#logo .sub1 {
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: -4px;
}
#logo .sub2 {
    color: #888;
    font-size: 12px;
    margin-top: -2px;
}
#logo .sub1, #logo .sub2 {
    font-style: italic;
    text-align: right;
}
#logo h1, #logo h3 {
    color: #000;
    font-size: 55px;
    letter-spacing: -2px;
}
#logo-mobile{
	display:none;
}
.foto-news img {
    height: auto;
    width: 100%;
}
#head {
    padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom: 1px solid #000;
}
/* Content */
.content {
    width: 100%;
}
.content {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.content h1 {
    font-size: 40px;
}
.content h2 {
    font-size: 20px;
}
.content h2 {
    color: #999;
}
.content h1, .content h2 {
    color: #000;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    margin: 5px 0;
}
.clearfix::after, .clearfix::before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.info-news {
    color: #777;
    font-size: 12px;
    margin: 0;
}
.info-news-left{
	padding:5px 0 5px 0;
	margin:10px 0 20px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.content-news {
    font-size: 14px;
    margin: 0 2% 0 0;
    text-align: justify;
}
.content-news p {
    line-height: 18px;
    margin: 15px 0;
}</pre></body></html>