﻿body {
    font-family: Verdana;
    font-size: small;
    background-color: white;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana;
}
p, div {
    font-family: Verdana;
}
.cellulare
{
    display: none !important;
}
.desktop
    {
        display: block !important;
    }
.resetRiga
{
    clear: both;
    height: 15px;
}
.resetRighetta
{
    clear: both;
    height: 3px;
}

.paddingGrid tr th {
    padding: 5px;
}
.allineaCentro { text-align: center; width: 100%; margin: 0 auto; }
.grassetta {font-weight: bold;}
.piedino {background-color: #004e93; color: white; text-align:center; font-size: smaller !important;}

.customMenu
{
    background-color: white !important; 
    border:none !important;
    width: 100%;
    color: black;
}
.customMenu li
{
    /*display:inline;*/
    float: left;

}

.customMenu li a {
    display: block;
    padding: 8px;
    margin: 2px;
}
.customMenu li a:hover {
    text-decoration: none;
}
.customUl
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.customLi{
    color: black; 
    border-bottom: solid 4px #f7af15;
    text-decoration: none;
    /*width: 90%;*/
}
.customLi:hover
{
    border-bottom: solid 4px #004e93;
    text-decoration: none;
}
.customLi ul li
{
    display: block;

}
.customLi ul li:hover
{
    background-color: lightgray;

}
.sfondoTransp{background-color: transparent;}
.sfondoTransp li {background-color: transparent;}
.sfondoTransp li a {color: white;}
.sfondoTransp li a:hover{color: #004e93;}
.breadcrumb-item a {color: #004e93;}
.sfondoBlu {background-color: #143560 !important;}
#cookie-law { 
    max-width:960px;
    background:#f7d07c; 
    margin:10px auto 0; 
    /*border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;*/
}
 
#cookie-law p { 
    padding:10px; 
    font-size:1.2em; 
    font-weight:bold; 
    text-align:center; 
    color:#004e93; 
    margin:0;
}
@media screen and (max-width: 768px) 
{
    .cellulare
    {
        display: block;
    }
    .desktop
    {
        display: none !important;
    }

    .customMenu li
    {
        display:block;

    }
    .customUl li
    {
        display:block;

    }
}




