/***********************************************************
 *    IMPOSTAZIONI GENERALI
 ***********************************************************/
    html, body {
        margin: 0;
        border: 0;
        padding: 0;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 11px;
        background: #FFFFFF url(../images/ombra.png) top center no-repeat;
        color: #000000;
        width: 100%;
        height: 100%;
    }
    
    body {
        text-align: center; /* fix IE centering page*/
    }
    
    #centrato {
        width: 905px;
        position: relative;
        padding: 20px 0px;
        margin: 0 auto;
        text-align: left; /* fix IE centering page*/
    }
    
    a img {
        border: none;
    }
    
    .nascosto {
        display: none;
    }
    
/***********************************************************
 *    IMPOSTAZIONI INTESTAZIONE
 ***********************************************************/
    #intestazione {
        width: 100%;
        height: 70px;
        color: #000000;
        margin-bottom: 20px;
        position: relative;
    }
    
    #logo {
        display: block;
        position: relative;
        width: 270px;
        height: 72px;
        overflow: hidden;
        margin: 0;
        
        color: #000000;
        text-decoration: none;
        font-size: 17px;
    }

    #logo span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/logo.gif) top left no-repeat;
    }
    
    #nav1 {
        position: absolute;
        top: 0px;
        left: 510px;
        width: 90px;
    }
    
    #nav2 {
        position: absolute;
        top: 0px;
        left: 620px;
        width: 200px;
    }

    #nav1 a, #nav2 a {
        display: block;
        position: relative;
        line-height: 12px;
        text-decoration: none;
    }
    
    .menuselected span {
        position: absolute;
        left: -32px;
        top: -2px;
        width: 24px;
        height: 16px;
        background: #FFFFFF url(../images/arrow.gif) top left no-repeat;
    }

/***********************************************************
 *    IMPOSTAZIONI CORPO
 ***********************************************************/
    #corpo {
        width: 100%;
        height: auto !important;
        height: 505px; /* fix IE */
        min-height: 505px;
        position: relative;
        background-color: #FFFFFF;
    }
    
    #modulo_contenuti {
        float: left;
        width: 790px;
        margin-top: 10px;
    }
    
    #modulo_testo {
        width: 330px;
    }
	
	#modulo_testo h1 {
        font-size: 11px;
        font-weight: bold;
        display: inline;
    }
    
    #modulo_testo p {
        margin: 0;
    }
    
    #modulo_testo p a:link, #modulo_testo p a:visited {
        display: block;
        float: left;
        margin-top: 1em;
        color: #B01116;
        border-bottom: 1px solid #B01116;
        text-decoration: none;
    }
	
	#modulo_titolo {
        float: left;
		width: 300px;
    }
	
    #modulo_titolo h1 {
        font-size: 11px;
        font-weight: bold;
        display: inline;
    }
    
    
    #modulo_immagine {
        float: right;
        position: relative;
    }
    
    #scorri_immagini {
        position: absolute;
        right: 0;
        top: -16px;
        height: 16px;
        width: 30px;
    }
    
    #scorri_immagini a {
        display: block;
        width: 12px;
        height: 12px;
        text-decoration: none;
    }
    
    #scorri_immagini .indietro {
        background: url(../images/indietro.gif) top left no-repeat;
        float: left;
    }
    
    #scorri_immagini .avanti {
        background: url(../images/avanti.gif) top left no-repeat;
        float: right;
    }
    
/***********************************************************
 *    IMPOSTAZIONI NEWS
 ***********************************************************/


    h1.titolo_news {
        font-size: 11px;
        font-weight: bold;
        padding-top: 50px;
    }
    
    #modulo_biblio {
        position:relative;
        width:790px;
    }
    
    .titolo_voce {
        width:680px;
        display: block;
        float: left;
    }
    
    .testo_voce {
        width:75px;
        padding: 0 1px;
        float: right;
        background: #B01116;
    }
    
    #modulo_biblio p {
        width:100%;
        float:left;
        border-top:solid 1px #B01116;
		margin-bottom:1.5em;
    }
    
    #modulo_biblio a:link, #modulo_biblio a:visited {
        padding-top: 2px;
        display: block;
        width: 100%;
        height: 18px;
        color:#B01116;
        text-decoration:none;
        background: #FFFFFF;
    }
    
    #modulo_biblio a:hover {
        color:#FFFFFF;
        text-decoration:none;
        background: #B01116;
    }
    
    
    /****** FIX LITTLE PROBLEM WITH FIREFOX ******/
    #lightbox-container-image-data-box {
        overflow: hidden !important;
    }