

/*********************************************************
  div menu LATERALE 2014
 *********************************************************/

.tabellamenu {      
     border-style: solid;
    border-width: 1px;
    border-color: #2c539e;
    margin:0px 0px 20px 0px;
    padding: 0 0 15 0;
}




#titolomenuomega {      
      text-align:left;
   height: 30px;
         margin-bottom: 20px;
background: #2c539e; /* Old browsers */
background: -moz-linear-gradient(top, #2c539e 0%, #000377 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c539e), color-stop(100%,#000377)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2c539e 0%,#000377 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2c539e 0%,#000377 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2c539e 0%,#000377 100%); /* IE10+ */
background: linear-gradient(to bottom, #2c539e 0%,#000377 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#000377',GradientType=0 ); /* IE6-9 */

}

.testotitoloomega {

font-family: 'Oswald'; 
color:#FFFFFF; 
font-size:15px; 
margin:0px 5px 0px 5px;}


.linkmenu A:link {text-decoration: none; font-family: 'Monda'; font-size:9pt; sans-serif; color: #000000; }
.linkmenu A:visited {text-decoration: none; font-family: 'Monda'; font-size:9pt; color: #000000; }
.linkmenu A:hover {text-decoration: none; color: red; }


.paragrafomenuomega {

margin:2px 10px 5px 5px;
text-align:left;

 }
 
 
 
 /*********************************************************
  TESTO NOTIZIA
 *********************************************************/
 
 .titolonotizia {

font-family: 'Oswald'; 
color:#000377; 
font-size:25px; 
text-transform: uppercase;
margin:0px 0px 10px 0px;


}


 .testonotizia {

font-family: 'Monda'; 
color:#000000; 
font-size:15px; 
margin:0px 0px 10px 0px;


}




/*********************************************************
  separatore
 *********************************************************/
 
#separatore {      
  background: url('../img/struttura/separatore.png');
         margin-bottom: 5px;
border-top: 10px none #000377;
border-bottom: 10px none #000377;
width:200px; 
Height:30px;
    margin: 0 auto;
    
    text-align: center;
    font-family: 'Oswald'; 
color:#000377; 
font-size:20px; 
text-transform: uppercase;

}