﻿.invisibile {
    display: none;
}

.sezione1 {
    width: 300px;
    height: 150px;
    background-image: url(../images/sezioneServizi.png);
    float: left;
    position: relative;
}

.sezione2 {
    width: 300px;
    height: 150px;
    background-image: url(../images/sezioneAmministrazione.png);
    margin-left: 18px;
    float: left;
    position: relative;
}

.sezione3 {
    width: 300px;
    height: 150px;
    background-image: url(../images/sezioneTurismo.png);
    margin-left: 18px;
    float: left;
    position: relative;
}

.sezioneEntra {
    position: absolute;
    bottom: 6px;
    width: 265px;
    text-align: right;
    font-style: italic;
    font-size: 11pt;
    color: #FFFFFF;
    font-weight: bold;
}

    .sezioneEntra a, sezioneEntra a:hover, visited {
        font-weight: bold;
        text-decoration: none;
        color: #FFFFFF;
        font-style: italic;
        font-size: 11pt;
    }

.sezioneTitolo {
    position: absolute;
    top: 6px;
    width: 285px;
    text-align: right;
    font-size: 14pt;
    color: #FFFFFF;
    font-weight: bold;
}

.sezioneDescrizione {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 240px;
    text-align: right;
    font-size: 11pt;
    color: #FFFFFF;
}

.btMenuRosso {
    width: 200px;
    height: 36px;
    background-image: url(../images/menuRosso.png);
    border: none;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 7px;
    padding-left: 40px;
    text-align: left;
    cursor: pointer;
}

.btMenuBlu {
    width: 200px;
    height: 36px;
    background-image: url(../images/menuBlu.png);
    border: none;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 7px;
    padding-left: 40px;
    text-align: left;
    cursor: pointer;
}

.btMenuVerde {
    width: 200px;
    height: 36px;
    background-image: url(../images/menuVerde.png);
    border: none;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 7px;
    padding-left: 40px;
    text-align: left;
    cursor: pointer;
}

.puntaleRosso {
    width: 170px;
    min-height: 18px;
    background-image: url(../images/puntaRosso.png);
    background-repeat: no-repeat;
    padding-top: 7px;
    padding-left: 30px;
    color: #c60003;
    border-bottom: 2px solid #eaa3a4;
    text-align: left;
}

.puntaleBlu {
    width: 170px;
    min-height: 18px;
    background-image: url(../images/puntaBlu.png);
    background-repeat: no-repeat;
    padding-top: 7px;
    padding-left: 30px;
    color: #1373b3;
    border-bottom: 2px solid #a1c7e1;
    text-align: left;
}

.puntaleVerde {
    width: 170px;
    min-height: 18px;
    background-image: url(../images/puntaVerde.png);
    background-repeat: no-repeat;
    padding-top: 7px;
    padding-left: 30px;
    color: #689b14;
    border-bottom: 2px solid #c3d7a1;
    text-align: left;
}


.puntaleRosso a, puntaleRosso a:hover, visited {
    color: #c60003;
    text-decoration: none;
}

.puntaleBlu a, puntaleBlu a:hover, visited {
    color: #1373b3;
    text-decoration: none;
}

.puntaleVerde a, puntaleVerde a:hover, visited {
    color: #689b14;
    text-decoration: none;
}

.titolo {
    clear: both;
    margin-bottom: 46px;
}

.titoloBluSx {
    width: 14px;
    height: 36px;
    background-image: url(../images/titoloBluSx.png);
    float: left;
}

.titoloRossoSx {
    width: 14px;
    height: 36px;
    background-image: url(../images/titoloRossoSx.png);
    float: left;
}

.titoloVerdeSx {
    width: 14px;
    height: 36px;
    background-image: url(../images/titoloVerdeSx.png);
    float: left;
}

.titoloBluCx {
    width: 690px;
    height: 29px;
    background-image: url(../images/titoloBluCx.png);
    background-repeat: repeat-x;
    float: left;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 7px;
}


.titoloRossoCx {
    width: 690px;
    height: 29px;
    background-image: url(../images/titoloRossoCx.png);
    background-repeat: repeat-x;
    float: left;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 7px;
}

.titoloVerdeCx {
    width: 690px;
    height: 29px;
    background-image: url(../images/titoloVerdeCx.png);
    background-repeat: repeat-x;
    float: left;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 7px;
}

.titoloBluDx {
    width: 14px;
    height: 36px;
    background-image: url(../images/titoloBluDx.png);
    float: left;
}

.titoloRossoDx {
    width: 14px;
    height: 36px;
    background-image: url(../images/titoloRossoDx.png);
    float: left;
}

.titoloVerdeDx {
    width: 14px;
    height: 36px;
    background-image: url(../images/titoloVerdeDx.png);
    float: left;
}

a.linkBlu {
    color: #0e61a1;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

    a.linkBlu:hover, visited {
        color: #0e61a1;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

a.linkBluScuro {
    color: #ab161e;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

    a.linkBluScuro:hover, visited {
        color: #ab161e;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }


.notizia {
    text-align: justify;
    padding-top: 3px;
}

.notiziaImmagine {
    width: 110px;
    float: left;
    padding: 5px;
    padding-left: 0;
}

.notiziaContenuto {
    text-align: justify;
    padding: 5px;
}

.notiziaLeggi {
    clear: both;
    border-bottom: dotted 1px #514f50;
    height: 25px;
    padding-left: 10px;
    text-align: right;
    padding-right: 5px;
}

.notiziaLeggiN {
    clear: both;
    height: 25px;
    padding-left: 10px;
    text-align: right;
    padding-right: 5px;
}

.notiziaLeggi1 {
    float: right;
    height: 25px;
    width: 25px;
}

.notiziaLeggi2 {
    float: right;
    height: 25px;
    color: #514f50;
    font-weight: bold;
    padding-left: 5px;
    vertical-align: middle;
    text-align: right;
    width: 120px;
}

.notiziaPagContenuto {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 210px;
    text-align: justify;
    width: 100%;
}

.notiziaPagImmagine {
    float: left;
    width: 212px;
    height: 202px;
    clear: left;
    padding-bottom: 10px;
}

.notiziaPagDescrizione {
    text-align: justify;
    color: #595959;
}

/*------- inizio percorso ------*/
.percorso {
    color: #848484;
    text-decoration: none;
    line-height: 40px;
}

a.percorso {
    color: #0e61a1;
    text-decoration: underline;
    line-height: 40px;
    cursor: pointer;
}

    a.percorso:hover, visited, active {
        color: #0e61a1;
        text-decoration: underline;
        line-height: 40px;
        cursor: pointer;
    }
/*------- fine percorso ------*/

.testoBlu {
    color: #0e61a1;
}

.testoBluB {
    font-weight: bold;
    color: #0e61a1;
}

legend {
    font-weight: bold;
    color: #0e61a1;
    padding-left: 5px;
    padding-right: 5px;
}

fieldset {
    padding: 15px;
}

.fieldset2 {
    padding: 2px;
}

.div_dx {
    width: 100%;
    text-align: right;
    margin-top: 32px;
}

.div_33 {
    width: 33%;
    float: left;
}

.div_50 {
    width: 50%;
    float: left;
}

.elencoPuntato {
    text-align: justify;
    color: #595959;
    font-family: Tahoma;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 5px;
    background: url(../images/puntaleBlu.png) no-repeat center left;
}

.div_settoreR {
    font-size: 1.15em;
    color: #514f50;
    font-weight: bold;
    padding-top: 25px;
    width: 100%;
    border-bottom: 1px solid #0e61a1;
    margin-bottom: 10px;
}


.organi {
    width: 100%;
    float: left;
    vertical-align: middle;
    border-bottom: dotted 1px #7f7f7f;
}

.organiImmagine {
    width: 90px;
    float: left;
    vertical-align: middle;
}

.organiTesto {
    margin-left: 100px;
    vertical-align: middle;
    padding-top: 10px;
}

.div_alto_dx {
    width: 100%;
    float: right;
    text-align: right;
}

.numeri {
    padding-bottom: 25px;
    border-bottom: solid 1px #0e61a1;
}

.float_5 {
    float: left;
    padding: 5px;
    width: 48%;
}

.login {
    margin: auto;
    width: 300px;
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 20px;
}

.txBox {
    width: 99%;
    height: 18px;
    background-color: #cccccc;
}

.float_dx {
    float: right;
    line-height: 1.3em;
}

.mappa_3d {
    margin: auto;
    width: 714px;
    height: 350px;
    border: 2px solid #0094f7;
}

.newsImmagine {
    float: left;
    margin: 0px 10px 10px 0px;
    max-width: 212px;
}

.bordoImmagine {
    max-width: 120px;
    border: 5px solid #FFFFFF;
    margin-bottom: 20px;
    -moz-box-shadow: 5px 5px 2px #333333;
    -webkit-box-shadow: 5px 5px 2px #333333;
    box-shadow: 5px 5px 2px #333333;
}

.frameCompresso {
    width: 120%;
    -ms-transform: scale(0.84);
    -moz-transform: scale(0.84);
    -o-transform: scale(0.84);
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
