<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************
*******Typography******
**************************/
html {
	font-size: 18px;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color:#333333;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Source Sans Pro', sans-serif;
  color:#333333;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 1.3em;
  color: #6F6F6F;
  font-weight: 400;
  line-height: 1.5;
}

h4{
  font-size: 16px;
}

a {
  color: #760C41;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #333333;
  text-decoration: underline !important;
}
p img {
    max-width: 100%;
    height: auto !important;
} 

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
  background-color: #760C41;
  color:#ffffff;
  font-size: 16px;
  border-radius:5px;
  border: none;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
  color: #ffffff;
  text-decoration: underline !important;
}

.dropdown-menu&gt;li&gt;a,
.dropdown-menu&gt;li&gt;a:focus {
	color: #FFFFFF;
}
.dropdown-menu&gt;.active&gt;a,
.dropdown-menu&gt;.active&gt;a:hover,
.dropdown-menu&gt;.active&gt;a:focus,
.dropdown-menu&gt;li&gt;a:hover {
	color: #ffffff;
	background-color: #5A0A32;
}
.navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
.nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: #5A0A32;
}
/*************************
*******Header******
**************************/
.testata-container-1 {

}
.testata-row-1 {
	background-color: #E4E6E7;
    height: auto;
    width: 100%;
}

.testata-row-2{
	background: #fff;
    height: auto;
    width: 100%;
}

.testata-row-4 {
}

.breadcrumb-bar {
	background-color: #000000;
    padding: 10px 0px;	
	color: #ffffff;	
}

.breadcrumb-bar  a:hover{
	color: #ffffff;
}

#header {
}

#header .search{
  display: inline-block;
}

.wait {
	background-color: #CCCCCC;
}

.navbar&gt;.container .navbar-brand{
  margin-left: 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}

.social{
  text-align: right;
  margin: 12px 0px 10px 0px;
  font-size: 0.9em;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0 10px 0 0;
}

ul.social-share li {
  display: inline-block;
  margin-right: 4px;
}

ul.social-share li a {
  display: inline-block;
  color: #E4E4E4;
  background: #760C41;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #333333;
  color: #ffffff;
}

.ico-search {
	font-size: 1.2em;
	margin-left: 5px;
}
.search i {
  color: #fff;
}

input.search-form{
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #D2D2D2;
  width: 60px;
  padding: 5px 10px 3px 10px;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form:hover {
  width: 170px;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #151515;
  padding: 15px 0;
  padding-bottom: 0;
}

.navbar-nav{
	font-size: 1.1em;
}

.navbar-nav&gt;li{
	
}
.navbar-nav &gt; li &gt; a {
    color: #760C3F;
	padding: 15px 16px 15px 16px;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 4px;
	margin-right:2px;
}
.nav .open&gt;a,
.nav .open&gt;a:hover,
.nav .open&gt;a:focus,
.navbar-nav &gt; li &gt; a:hover,
.navbar-nav &gt; li.active &gt; a {
	color: #ffffff;
	background-color: #760C41;
}

.navbar-toggle {
	background-color: #760C41;
	color: #FFFFFF;
}



/*************************
*********centro***********
*************************/
.centro-container-1 {
	margin: 20px auto;
}

.cont-bg-1 {
	padding: 30px 0px;
	background:#760C41;
	color:#ffffff;
}

.cont-bg-2 {
	padding: 30px 0px;
	background:#ffffff;
}

.cont-bg-3 {
	padding: 30px 0px;
	background:#EEEEEE;
}
/*************************
*******chiusura***********
*************************/
.chiusura-1  {
	background-color: #000000;
	padding: 30px 0px;
	color: #FFFFFF;	
}
.chiusura-1 a:hover {
	color: #FFFFFF;
}
.chiusura-2 ,
.chiusura-3  {
	font-size: 0.9em;
	text-align: center;
    padding: 17px 0px 7px 0px;
}
.chiusura-2  {
	background-color: #0B2D53;
	color: #FFFFFF;
}

.chiusura-3  {
	color: #FFFFFF;
}

.chiusura-1 a:hover ,
.chiusura-2 a:hover ,
.chiusura-3 a:hover {
	color: #FFFFFF;
}
.chiusura-3 {
	background-color: #760C41;
}
.chiusura-3 a:hover {
	color: #FFFFFF;
}

.chiusura-container-1 p,
.chiusura-container-2 p,
.chiusura-container-2 p a,
.chiusura-container-3 p,
.chiusura-container-3 p a {
	color: #FFFFFF;
}


/*************************
*******Home Page******
**************************/

#main-slider  .carousel-content {
  margin-top: 30px;
  background: url('grafica/transparent-bg-nero.png');
  padding: 15px;
  font-size: 0.9em;
  border-radius: 5px;
}

#main-slider  .titoloContSlider {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.8em;
	color: #ffffff;
}

#main-slider .descContSlider {
	display: block;
	margin-top: 15px;
	color: #ffffff;	
	font-size: 1.1em;	
}

#main-slider  .slide-margin{
  margin-top: 50px;
}

#main-slider  .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 445px;
  position: relative;
}
#main-slider  .btn-slide {
  padding: 5px 15px;
  border-radius: 05px;
  margin-top: 25px;
  display: inline-block;
  color: #FFFFFF;
  border: 2px solid #ffffff;
}
#main-slider a:hover {
	color: #FFFFFF;
}

#sliderPiani {
	margin-top: 20px;
}

#sliderPiani .bx-pager-item{
	display:none;
}

#sliderPiani .bx-wrapper .bx-controls-direction{
    display: block;
    border: 1px solid #ffffff;
    width: 60px;
    height: 35px;
    float: right;
    margin-top: 20px;
}

.slidContTitle{
	font-size: 1.5em;
	line-height:1.5;
	color:#ffffff;
	margin-bottom:10px;
	font-weight: 300;
}

.slidContTitle a{
	color:#ffffff;
}

.slidContTitle a:hover{
	text-decoration: underline;
}

.slidContDesc{
	line-height:1.4;
	color:#ffffff;
	font-weight: 300;
}

.immagine-lista-news-home{
    position: relative;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
}

.data-lista-news-home{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    background: url('grafica/transparent-bg-nero.png');
	border-bottom-left-radius: 5px;
    color: #ffffff;
}

/***********************************
***** Accordion ********************
***********************************/
.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default&gt;.panel-heading,
.panel{
  background-color: #F5F5F5; 
  border:0 none;
  box-shadow:none;
}

.panel-default&gt;.panel-heading+.panel-collapse .panel-body{
  background: #FFFFFF;
  color: #333333;
}

.panel-body{
  padding: 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #E2E2E2;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title&gt;a{
  color: #760C41;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #333333;
}

.panel-heading.active .panel-title&gt;a{
  color:#FFFFFF;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
}


/***********************************
***** Personalizzazioni ************
***********************************/
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-right {
	margin-right: 10px;
}
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.padding-verticale {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.padding-orizzontale {
	padding-left: 10px;
	padding-right: 10px;
}

/***********************************
************** OGGETTI *************
***********************************/
.istanza-1 {
	margin: 0px 12px 24px 12px;
	border: 1px solid #DBDBDB;
	background: #ffffff;
}

.istanza-2 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
    border-bottom: 1px dotted #CCCCCC;
}

.istanza-3 {
	width: 195px;
	margin: 0px auto 20px auto;
	max-height: 130px;
    overflow: hidden;
}
.istanza-4 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #E2E2E2;
}

.istanza-5 {
	margin: 0px 12px 24px 12px;
}

.istanza-6 {
	margin: 0px 12px 24px 12px;
	background: #ffffff;
}

.istanza-banner-colonna {
	width: 280px;
	margin: 0px auto 20px auto;
}
.img-lista {
	max-height: 93px;
    overflow: hidden;
    margin: 10px 0px 10px 10px;
	border: 1px solid #efefef;
	float: left;
}
.img-slider {
	max-height: 93px;
    overflow: hidden;
    margin: 10px 10px 10px 0px;
	float: left;
}
.img-zoom img {
	-webkit-transition: all 0.2s ease; /* Safari and Chrome */
  	-moz-transition: all 0.2s ease; /* Firefox */
  	-o-transition: all 0.2s ease; /* IE 9 */
  	-ms-transition: all 0.2s ease; /* Opera */
  	transition: all 0.2s ease;
}
.img-zoom:hover img {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
    opacity: 0.7;
}
.img-lettura {
	margin: 5px 10px 10px 0px;
	border: 1px solid #efefef;	
}
.img-richiamo {
	margin: 5px 10px 10px 0px;
}
.img-richiamo  img{
	border-radius: 10px;	
	border: 3px solid #cccccc;
}
.gallery-img-lettura {
	width: auto;
	margin: 10px 0px 30px 0px;
}
.gallery-img-lettura img{
	width: 100%;
}
.titolo-lista {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 3px 0px;
    line-height: 1.4;
    /*margin-bottom: 10px;*/
	font-weight: bold;
	color: #760C41;
	font-size:1.3em;
}
.titolo-lista-nero-piccolo {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 3px 0px;
    line-height: 1.5;
	font-weight: bold;
	color: #000000;
	font-size:1.1em;
}

.titolo-lista-nero-piccolo  a{
	color: #000000;
}


.titolo-nero-grassetto {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 3px 0px;
    line-height: 1.4;
	font-weight: bold;
	color: #000000;
	font-size:1.1em;
}

.titolo-nero-grassetto span{
    font-size: 0.8em;
    margin-right: 10px;
}

.descrizione-lista {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 3px 0px;
    line-height: 1.4;
    min-height: 100px;
    margin-bottom: 10px;
    padding: 10px 10px;
	font-weight: bold;
	color: #000000;
	font-size:0.9em;
	background-color: #EAEBEC;
}

.descrizione-lista-no-bg{
	font-family: 'Source Sans Pro', sans-serif;
	margin: 3px 10px 3px 0px;
	line-height: 1.4;
	font-weight: bold;
	color: #000000;
	font-size:0.9em;
}

.icon-titolo-lista {
	margin-right: 10px;
	color: #760C41;
}
.titolo-lettura {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	color: #760C41;
	margin-bottom: 10px;
}
.titolo-news-home {
	margin: 3px 0px 0px 0px;
}
.titolo-banner-home {
	font-size: 1.2em;
}
.titolo-area-home {
	margin-top: 15px;
}
.titolo-area-home a{
	color: #333333;
}
.titolo-area-home a:hover{
	color: #0D3F73;
}
.testo-normale {
	font-size: 1em;
}
.icon-testo-normale {
	margin-right: 12px;
	margin-left: 5px;
}
.istanza-aree-tematiche-home {
	background-color: #EAEBEC;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.img-area-colonna {
	margin: 5px 10px 5px 20px;
}
.banner-home {
	background-color: #EAEBEC;
	padding: 20px 10px;
	margin: 20px 0px;
}
.btn-allegato {
	margin: 5px 0px;
	padding: 10px 15px;
	border: 1px solid #E4E6E7;
	background-color: #F5F5F5;
	display: inline-block;
}
.btn-maggiori-info {
	margin: 10px 0px;
}
.btn-archivio {
	margin: 0px 0px 20px 0px;
	padding: 8px 20px;
	border-radius: 5px;
	display: inline-block;
	float: right;
	background: #760C41;
	color: #FFFFFF;
}

.btn-archivio:hover {
	background: #333333;
}
	
.btn-archivio a, .btn-archivio a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/***********************************************************
************** Motori di ricerca e Pulsanti ****************
***********************************************************/
.oggetto44 input,
.oggetto44 label,
.oggetto43 input,
.oggetto43 label {
	font-family: 'Source Sans Pro', sans-serif;
}
.oggetto43 label {
	display: block;
}
.oggetto43 input[type="text"],
.oggetto43 textarea {
	width: 80%;
}
.oggetto44 input,
.oggetto43 input {
	padding: 3px 7px;
	margin-right: 7px;
	margin-bottom: 10px;
}
.oggetto44 label {
	font-weight: 400;
	margin-right: 7px;
}
.pulsante,
.oggetto44 input[type="submit"],
.oggetto44 input[type="reset"],
.oggetto43 input[type="submit"],
.oggetto43 input[type="reset"]  {
	background-color: #760C41;
	color: #FFFFFF;
	border: 0;
	padding: 5px 15px;
}
.pulsante {
	margin: 5px 5px 5px 0px;
}
.oggetto45 h3 {
	margin: 0px 5px 0px 5px; 
	font-size: 1.4em;
	color: #333333;
	font-weight: bold;
}

.oggetto42 h3 {
	margin: 20px 5px 20px 15px; 
	font-size: 1.4em;
	color: #666666;
	font-weight: bold;
}

.testataPag,
.interfacciaPagine {
	font-size: 0.8em;
	clear: both;
	margin: 10px;
	line-height: 2.5;
}
.testataPag a,
.interfacciaPagine a {
	margin: 5px;
	padding: 5px;
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	text-decoration:none;
}
.testataPag a:hover,
.interfacciaPagine a:hover {
	color:#FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 1px solid #E0E0E0;
	background-color: #760C41;
}
/***********************************************************
************** Altre personalizzazioni *********************
***********************************************************/
.ultima-modifica {
	text-align: right;
	margin-bottom: 20px;
}
.noIstanze {
	margin: 10px 30px;
	font-weight: 600;
}
.istanzaRicerca {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #D2D2D2;
}
.noTitleStuff .ui-dialog-titlebar {
	display: none;
}
.ui-widget-content {
	font-size: 15px !important;
	color: #333333;
	z-index:1500;
}

.navbar-nav&gt;li&gt;.dropdown-menu{
	margin-top: -3px !important;
    margin-right: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu{
	background:#760C41 !important;
}

.dropdown-menu&gt;li&gt;a {
	margin: 5px 0px 5px 0px;
	padding: 3px 35px 3px 20px;	
    white-space: pre-wrap;	
}

.dropdown-submenu.pull-left&gt;.dropdown-menu{
  left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
    
.dropdown-submenu.pull-left{
  float:none;}

.dropdown-submenu&gt;.dropdown-menu{
  width:100%;top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}

.dropdown-submenu&gt;a:after{
  display:block;float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}

.dropdown-submenu:hover&gt;.dropdown-menu{
  display:none;}

.dropdown-submenu:hover&gt;a:after{
  border-left-color:#000000;}

.dropdown-submenu{
  position:relative;
}

.sottomenu{
	background-color: #5A0A32 !important;
}

.freccia-sottomenu {
	position: absolute;
	right: 0px;
	margin: 0px 15px 0px 5px;
	padding: 4px 0px 3px 0px;
}

.sottomenu&gt;li&gt;a:hover {
    color: #ffffff;
    background-color: #760C41 ;
}

.boxParoleEmozionaliHome {
	width: 100%;
	position: relative;
}
.nuvolaParoleEmozionaliHome {
	background-color: #FFFFFF;
	border: 0px solid #B7B7B7;
	padding: 0px 15px;
	min-height: 260px;
}

.box-titolo-sottolineato {
	width: 100%;
	border-bottom: 2px #DDDDDD solid;
	margin-bottom: 20px;
}

.titolo-cloud {
    position: relative;
    width: 40%;
    border-bottom: 2px #760C41 solid;
    text-align: left;
    color: #760C41;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8em;
    margin-bottom: -2px;
}

.icon-font-grande{
	margin-right: 10px;	
}

.titolo-attivita {
    position: relative;
    width: 40%;
    border-bottom: 2px #000000 solid;
    text-align: left;
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8em;
    margin-bottom: -2px;
}

.recent-work-wrap {
    position: relative;
    width: 100%;
    height: 145px;
    overflow: hidden;
	border: 1px solid #DBDBDB;
	margin-bottom:20px;	
}

.img-responsive img {
    width: 100%;
	margin:10px 0px;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: url('grafica/transparent-bg-nero.png');
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 15px 15px 15px 15px;
}

.recent-work-wrap .textPrevOverlay {
    color: #ffffff;
    font-size: 1em;
}

.recent-work-wrap a{
	color:#ffffff;
}

.recent-work-wrap a:hover{
	color:#ffffff;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

.gmaps{
	margin: 0px 0px 15px 0px;
	clear: both;	
}

.contenitore-scheda-informativa{
	background:#F5F5F5;
	padding:10px;
}

.contenitore-dettaglio-scheda-informativa{
	background: #ffffff;
    padding: 0px 20px 10px 20px;
    border: 1px solid #D1D1D1;
    margin: 0px 5px;
}

.titoliIstanzeCollegate {
    font-size: 1.3em;
    color: #760C40;
	font-weight: bold;
	padding: 5px 0px;
	margin:15px 0px 0px 0px;
}

.titoliIstanzeCollegate span{
	padding-right:10px;
}

.testo-nero-icona {
    font-size: 1em;
    color: #760C40;
	font-weight: bold;
	padding: 5px 0px;
	margin:5px 0px 0px 0px;
}

.testo-nero-icona span{
	padding-right:7px;
}


.titoliIstanzeCollegateNero {
    font-size: 1.3em;
    color: #333333;
	font-weight: bold;
	border-bottom: 2px solid #E0E0E0;
	padding: 5px 0px;
	margin:10px 0px;
}

ul.elencoIstanzeCollegate li a:hover{
	text-decoration:underline;
}

.ultima-modifica {
    text-align: right;
    margin-bottom: 20px;
    font-size: 0.8em;
}

.titolo-ultima-modifica{
    font-size: 1.2em;
    color: #760C41;
    margin-bottom: 0px;
    font-weight: 400;
}

.popup-gallery{
	margin-top:10px;
}

.titolo-elenco-colonne-viola {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 3px 0px;
    line-height: 1.4;
    color: #ffffff;
	font-weight: bold;
    font-size: 1.1em;
    background: #760C41;
    min-height: 75px;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.titolo-elenco-colonne-nero {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 3px 0px;
    line-height: 1.4;
    color: #ffffff;
	font-weight: bold;
    font-size: 1.1em;
    background: #000000;
    min-height: 75px;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.titolo-elenco-colonne-viola  a, .titolo-elenco-colonne-nero a{
    color: #ffffff;
 }
 
 .titolo-elenco-colonne-viola  span,.titolo-elenco-colonne-nero span{
	font-size:0.9em;
	margin-right:5px;
 }
 
.btn-dettagli{
	font-family: 'Source Sans Pro', sans-serif;
	margin: 3px 0px;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 10px 10px;
	font-weight: bold;
	color: #000000;
	font-size: 1em;
	background-color: #EAEBEC;
}

.btn-dettagli span{
	font-size:1em;
	margin-left:5px;
	color: #760C41;	
}

.link-richiamo{
    font-family: 'Source Sans Pro', sans-serif;
    margin: 3px 0px;
    line-height: 1.4;
    padding: 5px 10px 0px 0px;
    font-weight: bold;
    color: #000000;
    font-size: 1.1em;
}

.link-richiamo span{
	color: #000000;	
}

.link-richiamo a{
	color: #000000;	
}
 
.review70:hover{
    background: #333333;
} 

.boxAudio {
    border-bottom: 1px solid #E0E0E0;
    margin: 0px 0px 15px 0px;
    padding: 0px 10px 10px 10px;
}

.titoloBoxAudio {
    font-weight: bold;
    margin-top: 10px;
}

.pannello35  div span:hover{
	background-color: #760C41;
	color:#ffffff;
}
.pannello35  a:hover{
	color:#ffffff;
}</pre></body></html>