#mainwrap {
    background:#FFF;
}
.menu {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
    color: #666;
    text-align: left;
    vertical-align: middle;
    padding: 8px 0px 3px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    width: 146px;
    text-decoration:none;
}
a.menu:hover {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    text-transform: none;
    color: #9b8e77;
    text-align: left;
    vertical-align: middle;
    padding: 8px 0px 3px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    width: 130px;
    text-decoration:none;
}
.luogoheader {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400;
    font-size: 14px;
    color: #666;
    margin: 25px 0 0 0;
    text-shadow:#666;
}
.dataheader {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 23px;
    font-weight: normal;
    color: #9b8e77;
    margin:0px;
    text-shadow: 0 0 2px #FFF;
}
.oraheader {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:500;
    font-size: 13px;
    color: #666;
    margin:3px 0 0 0;
}
.header {
    background:url(../images/bg_header.jpg) repeat;
    width: 100%;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    height: 245px;
}
.centraldiv {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    width:100%;
}
.content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #666;
    width:960px;
    margin-left:auto;
    margin-right:auto;
}
#informativa-cookie{
    border-bottom: 1px solid #ccc; 
    display: none;
    background-color: rgba(255,255,255,0.95);
    position: fixed;
    top: 0; 
    left: 0;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    z-index: 9999999;}

.contenitore-bottone-cookie{
    width: 10%;
    text-align: center;
    float: left;
}
.button-cookies{
    padding: 0px 20px;
    margin: 0;
    margin-top: 5px;
    background-color: #A0A0A0 !important;
    float: left;
    display: inline-block;
    height: 30px !important;
    color: #fff !important;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
    font-size: 12px; 
}
.button-cookies:hover{
    opacity: 0.8;
}


.contenitore-testo-cookie{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    width:90%;
}
.contenitore-testo-cookie p{
    font-size: 0.8rem;
    line-height: 3; 
    font-family: Arial, Helvetica, sans-serif;
    text-align: center; 
    margin: 0 !important; 
}
.footer {
    background: #EFEACC;
    width: 100%;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}

.espositore {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:600;
    font-size: 13px;
    color: #333;
}
.settoreluogo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #666;
}
.sito {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #9b8e77;
    font-weight:600;
    text-decoration:none;
}
a.sito:hover {
    color: #333;
    text-decoration:none;
}
.adv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #9b8e77;
    font-weight:600;
    text-decoration:none;
}
a.adv:hover {
    color: #333;
    text-decoration:none;
}
.capitolo {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    line-height: 24px;
    color: #9b8e77;
    font-weight: 400;
}
.paragrafo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 18px;
    color: #9b8e77;
    font-weight: 500;
}
.link {
    color: #9b8e77;
    text-decoration:none;
}
a.link:hover {
    color: #333;
    text-decoration:none;
}



@media screen and (max-width:800px){
    .contenitore-testo-cookie {
        width: 70%;
    }
    .contenitore-testo-cookie p {
        line-height: 1.4;
        padding-left: 2rem; 
        padding-bottom: 5px;
        padding-top: 5px;
    } 

    .contenitore-bottone-cookie {
        width: 30%;
    }
    .button-cookies{
        float: none;
        margin-top: 9px; 
    }

}
@media screen and (max-width:400px){
    .contenitore-testo-cookie p {
        padding-left: 1rem; 
    }
    .button-cookies{
        margin-top: 17px;
    }

}
