﻿/* CSS Document */

/******************************LINK*******************************/
a:active {
    text-decoration: none;
    color: #333333;
}

a:link {
    text-decoration: none;
    color: #333333;
}

a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
    color: #333333;
}


.link_dark a:link {
    text-decoration: none;
    color: #333333;
}
/******************************LINK*******************************/




body {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px; /* DIMENSIONE DI RIFERIMENTO PER TUTTI I CARATTERI  */
    background-image: url('images/background.jpg');
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    color: #333333; /*colore default caratteri*/
}


#contenitore {
    width: 930px;
    margin: 10px auto;
    padding: 0px;
    border: 10px solid #FFFFFF;
    /*border: 1px solid #FF0000;**/
    background-color: rgba(255,255,255,0.9);
    /*background-color: #FFFFFF;*/
    /* -moz-border-radius: 15px;
    border-radius: 15px;*/
}


#sx {
    padding: 10px;
    float: left;
    width: 210px;
    /*border: 1px solid #000000;*/
    /*background-color: #dfdfdf;*/
}

#contenuto_centro_home {
    float: left;
    width: 450px;
    padding: 10px;
    border: 0px solid #000000;
    /*background-color: #daafdf;*/
}


#dx {
    float: right;
    width: 210px;
    padding: 10px;
    /* padding: 0px 10px 0px 10px;
    border: 0px solid #000000;*/
    /*background-color: #ffeeff;*/
    /*padding-left: 10px;*/
    vertical-align: top;
}

/*****************************TESTATA******************************/

.slideshow {
    height: 200px;
    width: 960px;
    margin: 0px 0px 10px 0px;
}

    .slideshow img {
        padding: 0px;
        border: 0px solid #ccc;
        background-color: #ffffff;
    }

#pre_header {
    /* line-height: 28px;*/
    clear: both;
    text-align: right;
    height: 0px;
    background-color: rgba(255,255,255,0.9);
    /*  -moz-border-radius: 15px  15px 0 0;
    border-radius: 15px  15px 0 0;*/
}

#header {
    clear: both;
    width: 930px;
    height: 255px;
    border: 0px solid #000000;
}



#post_header {
    clear: both;
    width: 930px;
    height: 40px;
    /*   line-height: 35px; /*  background-image: url('images/bg_post_header.jpg');     background-repeat: repeat-x;*/
    /*background-color:aquamarine;*/
}

/*#sx_post_header
{
    float: left;
    line-height: 35px;
    width : 30.9em;
    text-align:left;
    text-indent: 0.9em;
    background-image: url( 'images/bg_post_header.jpg' );
    background-repeat: repeat-x;
}
#centro_post_header
{
    float: left;
    width: 300px;
    line-height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    text-indent: 100px;
    text-align: left;
    background-image: url( 'images/bg_post_header.jpg' );
    background-repeat: repeat-x;
}
#dx_post_header
{
    float: left;
    width: 30.9em;
    line-height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    padding-right: 0.9em;
    text-align: right;
    background-image: url(  'images/bg_post_header.jpg' );
    background-repeat: repeat-x;
    
}*/

/*****************************END TESTATA******************************/

#sitemap {
    clear:both;
    text-align: left;
    height:20px;
    margin-left:10px;
   /*background-color:aliceblue;*/
    
}

/*******************FOOTER****************************/

#footer {
    clear: both;
    height: 150px;
    /*background-color:  #ccc;*/
    border-top : 1px solid #dfdfdf; 
    
    /*color: #333333;*/
    padding-bottom:20px;

}

#sx_footer {
    padding:10px;
    float: left;
    width: 300px;
    text-align: left;
    
}

#centro_footer {
    padding:10px;
    float: left;
    width: 300px;
    text-align: center;
}

#dx_footer {
    padding:10px;
    float: right;
    width: 300px;
    text-align: right;
}




/******************END FOOTER******************************/






/*  inizio menu superiore */



ul.menu_sup {
    float: left;
    top: 5px;
    left: 0;
    width: 930px; /* quella che ti serve */
    background: rgba(71,98,143,0.6);
    list-style: none;
    line-height: normal; /* puoi fissarla o lasciarla free */
    border-bottom: 2px solid #ddd;
    margin: 0.7em 0 0px 0;
    padding: 0;
}

    ul.menu_sup li {
        display: inline;
    }

        ul.menu_sup li a {
            display: block;
            float: left;
            text-decoration: none;
            line-height: normal; /* puoi fissarla o lasciarla free */
            font-size: 1.1em;
            padding: 5px 20px 5px 20px;
            color: #ffffff;
            border-bottom: 2px solid #E6EEF7;
        }

            ul.menu_sup li a:hover {
                background: #D9E6F2;
                border-bottom: 2px solid #999;
                color: #808080;
            }



/* fine menu superiore*/

#logo {
    float: left;
}

#centro_1c {
    clear: both;
}

.centro_gal {
    float: left;
    margin-top: 10px;
}

/***************/
#filtro_cerca {
    padding:30px;
}

#risultato_cerca {
    padding:30px;
}



/*******************/
#box_sezione {
    /*background-color:Navy;*/

    
}#box_sezione_centrale {
    /*background-color:Navy;*/
      column-count: 2;
      column-width:210px;
 column-gap: 10px; 

 -moz-column-width:210px;
 -moz-column-count:  2; /*Firefox*/
-moz-column-gap:    10px;

-webkit-column-width:210px;
-webkit-column-count: 2; /*Safari e Chrome*/
-webkit-column-gap: 10px;
    
}

.sezione {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-repeat: no-repeat;
    background-position: top;

}

.sezione0 {
    margin: 0 0 0px 0;
    /*padding: 0px 0px 0px 0px;*/
    list-style-type:  none;
    /*color: #1f1f1f;*/
    color: white;
    font-family: 'Arial';
    font-size: 1.0em;
    font-weight: bold;
    font-style: normal;
    line-height: 25px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    /*background-color: rgba(192,192,192,0.8);*/
    background-color: rgba(71,98,143,0.6);
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background-image: url(  'images/title_sezioni.jpg' );
    background-repeat: no-repeat;
    background-position: top;*/
    
}

.sezione1 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.0em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni_arancio.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione2 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni_giallo.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione3 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni_verde.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione4 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni_lilla.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione5 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni_azzurro.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione6 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni_rosa.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione7 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni_blu.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione8 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione9 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione10 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione11 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni_marrone.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione12 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni_beige.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione13 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni_verde_chiaro.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione14 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione15 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sezione16 {
    margin: 0;
    padding: 6px 0px 0px 0px;
    list-style-type: none;
    color: #000000;
    font-family: 'Arial';
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 40px;
    vertical-align: bottom;
    text-align: left;
    text-indent: 10px;
    background-image: url( 'images/title_sezioni.jpg' );
    background-repeat: no-repeat;
    background-position: top;
}

.sottosezione {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
}



.sottosezione0 {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
    /*background-color: #C0C0C0;
        -moz-border-radius: 5px;
    border-radius: 5px;*/
}

.sottosezione1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
    /*background-color:#FFECDF;*/
}


.sottosezione2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
    /*background-color:#FFF7CC;*/
}

.sottosezione3 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
    /*background-color:#E3ECCE;*/
}

.sottosezione4 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
    /*background-color:#E4E4F1;*/
}

.sottosezione5 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
    /*background-color:#DDF1FF;*/
}

.sottosezione6 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
    /*background-color:#F4E3ED;*/
}


.sottosezione7 {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 20px;
    text-transform: none;
    /*background-color:#E8F0F7;*/
}

.sottosezione8 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
}

.sottosezione9 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
}

.sottosezione10 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
}

.sottosezione11 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
}

.sottosezione12 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
}

.sottosezione13 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
}

.sottosezione14 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
}

.sottosezione15 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
}

.sottosezione16 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: -10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
}



.sottosezione_doc {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: Verdana;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    padding-left: 15px;
    text-indent: 10px;
    color: #808080;
    line-height: 15px;
    text-transform: none;
    background-color: #FFECDF;
}

#paginazione {
    float: left;
    text-align: left;
    margin:20px;
}






#primopiano_cnt {
    padding: 0 10px 0px 10px;
    width: 210px;
    float: left;
    text-align: left;
    /* background-color: #FFF7CC;*/
}

#post_corpo_primopiano {
    /*padding: 0 5px 5px 5px;
    text-align: left;*/
    /*color: #FFFFFF;*/
}

.sezione_cnt {
    /*padding: 5px;
    width: 235px;
    float: left;
    text-align: center;*/
}

#sez_primo_home {
    /*margin: 10px;
      
    background-color: rgba(207,207,207,0.85);
    background-color: rgba(177,194,210,0.9);*/
    /*-moz-border-radius: 5px;
    border-radius: 5px;*/
}




/* IMMAGINI NEWS E PRIMOPIANO */

.news_cnt img {
    /*float: left;
    padding: 2px;
    border: 1px solid #cccccc;
    margin-right: 10px;
    margin-bottom: 5px;*/
}


/* NEWS */


#news_cnt_news {
    padding: 5px;
    width: 470px;
    text-align: left;
}

/*.img_news {
    float: left;
    padding: 5px;
    border: 1px solid #cccccc;
    margin-right: 10px;
}*/

#data_news {
    font-family: Arial;
    font-size: 1.1em;
    font-weight: normal;
    font-style:  oblique;
    /*color: #ffffff;*/
    float: left;
}

.news_li {
    /*font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;*/
}

#titoli_news_home {
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    text-align: justify;
    color: #000000;
    /*text-indent: 5px;*/
    /*padding-left: 65px;*/
    margin-left:50px;
}


.corpo_news {
    font-family: Arial;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}

.segue {
    text-align: right;
    font-size: 0.9em;
    line-height: 11px;
}

/* PRIMOPIANO */

#foto_primopiano {
    /*float:left;*/
    padding: 5px;
    /*border: 1px;*/
}

#data_primopiano {
    font-family: Arial;
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    line-height: 20px;
}

#titoli_primopiano {
    font-family: Arial;
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
    color: #0E0E0E;
    line-height: 18px;
    padding: 0 0 0 5px;
}

#corpo_primopiano {
    padding: 0 15px 5px 5px;
    font-family: Arial;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    /*color: #0E0E0E;*/
    color: white;
    text-align: justify;
}



/***************************************/


/** sezione centrale ***/
#sezioni_centrali_cnt {
    padding: 5px;
    width: 210px;
    float: left;
    text-align: left;

    
}

/************ box sezioni centrali *************************/

/*ul#multi, ul#multi li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#multi {
    align-items: center;
    margin: 20px 0;
    /*line-height: 1.8;
}
    
    ul#multi li {
        float: left;
        width: 49%;
        margin-left: 1%;
        display: inline;
        padding-bottom: 0px;
       
    }*/*/



/*****************end box sezioni centrali**********************/

     

/******/


.foto_scheda {
    padding: 0px 10px 10px 0px;
}

.lista_galleria {
    clear: both;
    padding-top: 20px;
}

.foto_galleria {
    padding: 10px 10px 10px 10px;
}

div.foto_galleria img {
    display: block;
    border: 1px solid;
    border-color: #CCC #CCC #AAA #CCC;
    padding: 5px;
    background: #f6f6f6;
}

.menusx {
    /*height: 90em;
    float: left;
    width: 210px;
    text-align: left;*/
    
}

/********pagina schede************************/

.news_cnt_scheda {
    width: 610px;
    float: left;
    padding:10px;
}

#corpo_news_scheda {
    text-align: left;
    font-family: Arial;
    font-size: 1.2em;
    padding: 10px;
    color: #00000;
}

.news_cnt_scheda_title {
    font-family: Arial;
    font-size: 1.6em;
    font-weight: bold;
    font-style: normal;
    line-height: 20px;
    text-align: left;
    color: #000000;
   
}

.indietro_schede {
    float: right;
    text-align: left;
    font-weight: bold;
    margin-right:20px;
}


.sottosezione_schede {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 10px;
    font-family: Verdana;
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    color: #808080;
    line-height: 20px;
    text-transform: none;
}

.sezione_doc {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    list-style-type: none;
    text-indent: 5px;
    font-family: 'Verdana';
    font-size: 1.1em;
    font-style: normal;
    color: #808080;
    line-height: 15px;
    text-transform: none;
    text-align: left;
}


/* CALENDARIO */

#sez_cal {
    float: left;
    width: 225px;
    padding: 18px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
}








/*
	
#dx li a {
	height: 22px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 18px;
	text-decoration: none;
	}	
	
#dx li a:link, #dx li a:visited {
	color: #333333;
	display: block;
	background:  url(images/menu.gif);
	padding: 2px 0 0 22px;
	}
	
#dx li a:hover {
	color: #333333;
	background:  url(images/menu.gif) 0 -22px;
	padding: 2px 0 0 22px;
	}*/

.logo_iw {
    text-align: right;
}

.accesso_riservato {
    width: 500px;
    height: 206px;
    background-color: White;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -103px 0 0 -250px;
}

.img_campi {
    float: left;
    margin: 10px;
}

b.rtop, b.rbottom {
    display: block;
    background: #B3BFCB;
}

    b.rtop b, b.rbottom b {
        display: block;
        height: 1px;
        overflow: hidden;
        background: #ffffff;
    }

b.r1 {
    margin: 0 5px;
}

b.r2 {
    margin: 0 3px;
}

b.r3 {
    margin: 0 2px;
}

b.rtop b.r4, b.rbottom b.r4 {
    margin: 0 1px;
    height: 2px;
}

.centro_dx {
    text-align: right;
}

.sezione_img {
    text-align: center;
    text-indent: 0px;
    padding: 0px 0px 0px 0px;
}

/*.sezione_img_dx
{
    text-align: right;
    text-indent: 0px;
    padding-top: 10px;
    padding-right: 40px;
}
*/
.elementi_doc {
   
    clear: both;
    padding: 20px ;
}

#elenco_doc {
    padding-left: 30px;
}

#elenco_notizie {
    padding: 30px;
}

#lbl_mail_cont {
    float: left;
}

.input100 {
    height: 17px;
    width: 280px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    float: left;
}

.btu_email {
    vertical-align: top;
    text-align: right;
}

#mailinglist {
    float:left;
    width: 500px;
    padding:30px;
}

#link_facebook {
    margin-top: 5px;
    text-align: left;
}

.link_indietro {
    float: left;
    padding: 5px 0 5px 0;
}

.archivio_news {
    text-align: center;
    
}

.link_preferiti {
    padding: 0px 10px 0px 10px;
}

.link_accessibilita {
    padding: 0px 0px 0px 10px;
}



.mappa_sito {
    padding-left: 120px;
}

#testo_note_legali {
    padding: 20px;
    text-align: justify;
}

#data_testata {
    Float: left;
}

#utenti_collegati {
    vertical-align: middle;
}

#msg_errore {
    padding: 100px;
    width: 600px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #003399;
}
