body
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: .73em;
    margin: 0px;
    text-align: left;
}

/****** Impostazioni di base ******/
img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}

div.clear
{
    clear: both;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #000162;
}

a:hover
{
    text-decoration: none;
    color: Maroon;
}


h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    font-size: 1em;
    font-weight: bold;
}

hr
{
    border: 1px dashed #DCDCDC;
    margin-bottom: 10px;
    margin-top: 10px;
}

/****** FINE Impostazioni di base ******/
/****** Struttura del sito ******/

div#intestazione
{
    background-color: #549aca;
}

div#footer
{
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #549aca;
}



div#corpo
{
    background-color: white;
    padding-bottom: 30px;
    margin-bottom: 50px;
}


div#corpo_contenitore
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}
div#corpo_sx
{
    float: left;
    width: 670px;
}
div#corpo_dx
{
    float: right;
    width: 290px;
}

/****** FINE Struttura del sito ******/






/****** Intestazione ******/
div#intestazione_top
{
    background-color: #549aca;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 10px;
}

div#intestazione_top div.logo
{
    padding-top: 10px;
}
div#intestazione_top div.logo div.testo_sottologo
{
    color: white;
    font-size: 1.3em;
    margin-top: 5px;
    width: 280px;
    text-align: right;
    font-weight: bold;
}


div#intestazione_menu
{
    background-image: url(img/sfondo_menu_top.gif);
    background-repeat: repeat-x;
    background-position: top;
    height: 34px;
    color: Gray;
}

div#intestazione_menu_contenitore
{
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}
div#intestazione_menu a
{
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

div#intestazione_menu a:hover
{
    color: #FEE6C8;
}


.menu_sfondo
{
    background-image: url(img/sfondo_menu_top.gif);
    background-repeat: repeat-x;
}

.menu_sfondo a
{
    background-image: none;
}
div#intestazione_menu_bottom a
{
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

div#intestazione_menu_bottom a:hover
{
    text-decoration: underline;
}

.menu_item
{
    border-right: 1px dotted #BB0000;
}


/****** FINE Intestazione ******/

/****** Footer ******/


/****** BOx NEws ******/

div.box_news
{
    background-color: #efefef;
    border: 1px solid #dde1e3;
    width: 456px;
    padding: 5px;
}


/****** Fine Box NEws ******/

/* paginazione */
.paginazione
{
    font-weight: bold;
}
.paginazione a
{
    display: block;
    background-color: #ffffff;
    border: 1px solid #000162;
    color: #000162;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 3px;
    text-align: center;
    text-decoration: none;
    height: 20px;
    padding-top: 5px;
}

.paginazione a:hover
{
    color: #ffffff;
    background-color: #000162;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    border: 1px solid #000162;
    cursor: pointer;
}


/* fine paginazione */

div.titolo_box
{
    height: 20px;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 4px;
    background-image: url(img/sfondo_menu_top.gif);
    background-repeat: repeat-x;
    background-position: top;
}



h2
{
    font-size: 1.2em;
}

span.data
{
    color: #882600;
    font-weight: bold;
}

span.fonte
{
    color: #575757;
    font-weight: bold;
}

a.link_elenco
{
    font-size: 1.1em;
    color: Maroon;
}

/******* Briciole ***********/
div.briciole
{
    padding-top: 5px;
    padding-bottom: 15px;
}

span.pagina_selezionata
{
    font-weight: bold;
}
/******* FINE Briciole ***********/

h1.titolo-pagina
{
    font-size: 1.5em;
    color: Maroon;
    padding-bottom: 10px;
}

input.button
{
    border: 1px solid #48525C;
    background-color: #E3E7EA;
    cursor: pointer;
}


/**** Immagine front *********/
div.immagine_front
{
    padding: 5px;
}
/**** FINE Immagine front *********/
/**** Pagina interna *********/
div.pagina_sx, div.sx_corpo
{
    float: left;
    width: 700px;
    padding-right: 5px;
    text-align: left;
}
div.pagina_dx, div.dx_corpo
{
    float: right;
    width: 200px;
}
/**** FINE Pagina interna *********/

div.voce
{
    float: left;
    width: 120px;
    text-align: right;
    padding: 3px;
    padding-top: 5px;
}

div.input
{
    float: left;
    width: 350px;
    text-align: left;
    padding: 3px;
}

