<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------------------------------- */
/*    Reset &amp; Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ---------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}/*body{line-height:1}*/abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* Fix Clear */
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}

/* Some basic settings */
h1, h1 .button { font-size: 28px; }
h2, h2 .button { font-size: 24px; }
h3, h3 .button { font-size: 20px; }
h4, h4 .button { font-size: 16px; }
h5, h5 .button { font-size: 14px; }
h6, h6 .button { font-size: 12px; }
small { font-size: 10px; }
ol { list-style: decimal; 
    padding: 15px;
    text-indent: 15px;
}
ul { list-style: disc; }




/* -------------------------------------------------- */
    /*    Elementi principali e classi
/* -------------------------------------------------- */


body

    {

    background: url('mmbg.jpg');Æ’
    color: #374d53;/*testo*/
    font: 12px/1.5 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    }


h1, h2, h3, h4, h5, h6 {
    color: #7a8070;
    font-family: "Share Tech",sans-serif;
    font-weight: 400; 
    line-height: 1.25;
    margin-bottom: 5px;
}


 

h3 {
    background: #e9eae4;
    text-indent: 5px;

}

a, a &gt; * { /*tutti i link devono avere queste regole, ossia effetto elastico quando passi sopra al link*/
    text-decoration: underline;
    color: #106FD9;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    
}


a:hover, a &gt; *:hover {

    color: #000;  
    text-decoration: underline;
    } /*a maggiore * significa gli elementi di qualsiasi tipo inclusi dentro un collegamento*/


blockquote {
color: #999;
font-style: italic;

}


.noBorderRight {
    border-right: 0px;

}

.container img {
    border: 1px solid #ccc;
    padding: 1px;
}

em {
	color: #999;
	
	
	}

/* -------------------------------------------------- */
    /*    COOKIES
/* -------------------------------------------------- */


#CookiePolicy, #Informativa {
	margin: 0 10%;
	padding: 10px;
	background:#fff;
	}

#Informativa strong {
	color: #999;
    font-weight: 600;
    text-transform: uppercase;
}
	
#CookiePolicy .TTitoloPagina {
    color: #999;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#CookiePolicy .TTitoloParagrafo {
    color: #999;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}


#CookiePolicy ul li, #CookiePolicy ol li {
    list-style-position: inside;
}
#CookiePolicy #TTabellaCookiePolicy ul li {
    padding-bottom: 2px;
    padding-top: 2px;
}
#CookiePolicy #TTabellaCookiePolicy th {
    background-color: #999;
    color: #ffffff;
    padding: 5px;
    text-align: center;
}
#CookiePolicy #TTabellaCookiePolicy td {
    border-bottom: 1px solid #999;
    padding: 8px;
}
#CookiePolicy #TTabellaCookiePolicy td.TPrimaColonna, #CookiePolicy #TTabellaCookiePolicy td.TSecondaColonna {
    text-align: center;
}


#cookieChoiceInfo a#cookieChoiceDismiss {
    color:    #fff;
    background: red;
    padding: 8px;
    text-decoration: underline;
	display: inline-block;
}


#cookieChoiceInfo a {
    color: #fff;
    text-decoration: underline;
}

#cookieChoiceInfo span {
    color:    #fff;
	padding: 10%;
}

/* -------------------------------------------------- */
    /*    BOTTONE
/* -------------------------------------------------- */

a.button, .button, input[type="submit"], input[type="reset"] {
    background: none repeat scroll 0 0 #b13358;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans","Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 1em;
    font-weight: 400;
    height: auto;
    margin-top: 10px;
    overflow: visible;
    padding: 7px 20px;
    transition: background-color 0.2s ease 0s;
    width: auto;
    border: 1px solid #6d6d72;
}
.button:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background: #952b4a;
    color: #fff;
    border: 1px solid #778986;
}
.button {
    display: inline-block;
    font-size: 12px;
    padding: 5px 16px;
}
.button.medium {
    font-size: 13px;
}
.button.large {
    font-size: 15px;
}
.button.no-bg {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c9c9c7;
    color:#0066ff
}
.button.no-bg:hover, #footer .button.no-bg:hover {
    background: #1a3386;
    color: #fff;
}

.button:before {
    content:'ÃƒÂ¢Ã¢â‚¬ Ã¢â‚¬â„¢ ';

}




/* ---------------------------------------------------------------------- */
/*    Classi generiche
/* ---------------------------------------------------------------------- */

.hidden { display: none; }

.align-center { margin-left: auto; margin-right: auto; text-align: center; }

.align-left { float: left; }

.align-right { float: right; }



hr {
    border:0;
    background:url('1pxOpacityhr.png') repeat-x;
    height: 1em;
    margin-top: 1em;
    display:block;
    clear: both;
}


.informativa {
	float: right;
	
	}
address {
	font-style:normal;
	
	
	}

/* ---------------------------------------------------------------------- */
/*    Elenchi
/* ---------------------------------------------------------------------- */

ul {
	list-style-type: none;
	
}


/* ---------------------------------------------------------------------- */
/*    Wrap
/* ---------------------------------------------------------------------- */

.container {
    margin: 0 auto;
    position: relative;
    width: 960px;
    background: #D2DAE5;
    
}



/* -------------------------------------------------- */
    /*    Stili per le varie colonne
/* -------------------------------------------------- */

.one-half, .one-third, .two-third, .one-fourth, .three-fourth {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
        background: #fff;
    }

.one-column {
        margin-right: 1.3em;
        margin-left: 1.3em;
        background: #fff;
        margin-top: 0.8em;
        margin-bottom: 0.8em;
}



one-fourth.last, one-third.last, .two-third.last, .one-half.last, .three-fourth.last { margin-right: 0px; }

.one-fourth { width: 190px; }
.one-third { width: 270px; }
.two-third { width: 590px; }
.one-half { width: 430px; }
.three-fourth { width: 670px; }
/*.one-column { width: 910px; }*/
.one-column { width: auto; }


.padding {
    padding: 0.8em;
}

/* ---------------------------------------------------------------------- */
/*    TESTATA PAGINA
/* ---------------------------------------------------------------------- */

    
#header {
    box-shadow: 1px 0px 2px;
    border-top: 6px solid #3a3a3a;
    background: #fff;
}

#header .container {
    background: #fff;

}

.logo a img {
     float: left;
	 border: 0px;
	 padding-bottom: 10px;
}

.noborder img {
	border: 0px solid #ccc;
	
	}

.logo span {
	display:block;
	float: left;
	
	margin-left: 4px;


}


.logo a {
    display: block;
    width: 200px;
    height: 286px;
    margin: 12px 0px 0px 0px;
    height: auto;
}



/* ---------------------------------------------------------------------- */
/*   CONTENUTO
/* ---------------------------------------------------------------------- */

#Contenuto {
	
	
	
	}
	
	
/* ---------------------------------------------------------------------- */
/*   MAIN MENU
/* ---------------------------------------------------------------------- */

.main-menu li a {
	font-size:16px;
	
	
	}</pre></body></html>