﻿.titoloMenu
{
    width: 249px;    
    color: White;
    font-size: 16px;    
    font-family: Tahoma;
    font-weight: bold;
}   

.vociMenu a
{
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #3F4142;    
    font-weight: bold;    
}

.vociMenu a:hover
{
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: underline;
    color: #3F4142;    
    font-weight: bold;    
}

.menu
{   
   font-family: Tahoma;
   font-size: 12px;   
   color: #3F4142;    
   font-weight: bold;
} 

.giorno
{
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #3F4142;    
    font-weight: bold;
    width: 324px;
    height: 38px;
} 

.sfondo_news_titolo
{
    background-color: #F0F6FA;
    width: 128px;
}

.sfondo_news
{
    background-color: #F0F6FA;
}

.testo_news
{
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #3F4142;    
}

.link_news a
{
    font-family: Tahoma;
    font-size: 14px;
    text-decoration: none;
    color: #357095;
    font-weight: bold;   
}

.link_news a:hover
{
    font-family: Tahoma;
    font-size: 14px;
    text-decoration: underline;
    color: #357095;
    font-weight: bold;   
}

.td_cerca_titolo
{
    width: 128px;
    background-color: #C9CDD0;
}

.td_cerca_testo
{
    width: 370px;    
    background-color: #C9CDD0;
}

.spazio_home
{
    font-family: Tahoma;
    font-size: 4px;
    text-decoration: none;       
}

.spazio_home_piede
{
    font-family: Tahoma;
    font-size: 2px;
    text-decoration: none;       
}

.spazio_voci_menu
{
    font-family: Tahoma;
    font-size: 2px;
    text-decoration: none;       
}

.spazio_link_home
{
    width: 50px;
}

.link_home
{
    width: 218px;
    border-style: solid;
    border: 0px;        
}

.boxMenu
{
	width: 249px;
	height: 200px;
}

.tdCerca
{
    height: 38px;
    width: 700px;
}

.tdNews
{
    width: 1024px;
    height: 60px;
}

/* famiglia per il menu a discesa MORE */          
#menudisc {
           position:absolute;
           border:1px solid black;
           border-bottom-width: 0;
           line-height:15px;
           font: normal 12px Tahoma;
           z-index:100;
          }
#menudisc a {
             width: 100%;
             display: block;
             text-indent: 3px;
             border-bottom: 1px solid black;
             color: white;
             padding: 1px 0;
             text-decoration: none;
            }
#menudisc a:hover { 
                   background-color: #005088;                   
                  }


            
