/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2007 ***************/
/*********************************************************************/


/*********************************************************************/
/*****                                        ************************/
/*****      INFORMAZIONI                      ************************/
/*****                                        ************************/
/*********************************************************************/

#boxInformazioniArchivio
{
    clear: both;
    float: left;
    width: 100%;
}

#boxInformazioniArchivio .sfondo2
{
    position: relative;
    clear: left;
    background-color: #f7f7f7;
    border-top: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
    font-weight: bold;
    width: 98%;
    padding: 5px;
}

.boxInformazioniElenco
{
    display: inline;
    border-bottom: 1px double #D2CFC8;
    float: left;
    height: auto !important;
    margin: 10px 2% 10px 0;
    min-height: 7em !important;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    width: 31%;
}

.boxInformazioniElenco img
{
    padding: 2px;
    border: 2px double #D2CFC8;
    max-width: 80%;
    width: auto !important;
    width: 40%;
    height: 50px;
}


.boxInformazioniElenco a
{
    text-decoration: none;
}

.spiacente
{
    margin-top: 1em;
}

.spiacente img
{
    vertical-align: middle;
    display: inline;
    float: left;
    margin-bottom: 20px;
}

.spiacente .testo
{
    float: left;
    width: 80%;
    padding: 10px 0;
    display: inline;
}


/*********************************************************************/
/****  DETTAGLIO INFORMAZIONI      ***********************************/
/* *******************************************************************/

#boxInformazioniDettaglio
{
    clear: both;
    float: left;
    margin-top: 15px;
    width: 100%;
}

#boxInformazioniDettaglio .Titolo1
{
    width: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

#boxInformazioniDettaglio .Titolo3
{
    width: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}


#boxInformazioniDettaglio .campoEditor H1
{
    font-size: 140%;
    padding-bottom: 0.6em;
}

#boxInformazioniDettaglio .campoEditor H2
{
    font-size: 120%;
    font-style: italic;
    padding-bottom: 0.6em;
}

#boxInformazioniDettaglio .campoEditor H3
{
    font-size: 100%;
    padding-bottom: 0.6em;
}

#boxInformazioniDettaglio .campoEditor p
{
    font-size: 100%;
    padding-bottom: 0.6em;
}

#boxInformazioniDettaglio .campoEditor H4
{
    font-size: 85%;
    padding-bottom: 0.6em;
}

#boxInformazioniDettaglio .campoEditor a, #boxInformazioniDettaglio .campoEditor a:hover
{
    font-weight: bold !important;
}

#boxInformazioniDettaglio .linkCartografia
{
    margin-left: 8px;
    margin-bottom: 30px;
}


#boxInformazioniDettaglio .boxInformazioniDett
{
    padding: .3em 0;
}

#boxInformazioniDettaglio .back
{
    clear: both;
    float: left;
    margin-top: 10px;
    line-height: 1.8em;
    vertical-align: middle;
}

#boxInformazioniDettaglio .Immagine
{
    float: right;
    border: 1px solid #007000;
    padding: 3px;
    max-width: 30% !important;
    width: auto !important;
    width: 30%;
    background: white;
    margin-bottom: 10px;
    margin-left: 5px;
}

#boxInformazioniDettaglio .Immagine IMG
{
    width: 100%;
}


#boxInformazioni ul
{
    border-bottom: 1px dashed green;
    margin: .5em 0;
    padding: .5em 0;
}
#boxInformazioni ul li
{
    list-style-type: none;
    margin: .5em 0;
    padding: .5em 0;
}

#boxInformazioni ul li a.titoloComunicato
{
    font-weight: bold;
    font-size: 130%;
    color: green;
    border-left: 1px dotted #999;
    border-bottom: 1px dotted #999;
    display: block;
    padding-bottom: .5em;
}

#boxInformazioni ul li a:hover
{
    background: #f2f6de;
}

#boxInformazioni
{
    width: 100%;
    clear: both;
    float: left;
}




































