@charset "UTF-8";
    /* GENERICO */

    html {height:100%;}
    * {margin:0;padding:0;font-size:8pt;font-family: 'Open Sans', sans-serif;color:#786756;}
    body {height:100%; background-color:#e0ded8;}

    a {cursor:pointer;color:#BFB4A2;text-decoration:none;}
    a:visited {color:#BFB4A2;}
    a:hover {color:#968b79;}

    img {border:none;vertical-align:middle;}
    ul {list-style-type:none;}


    /* IMPOSTAZIONI LAYOUT */
    #div_main {max-width:961px;margin:0 auto;text-align:center;background-color:#F2F2EC}
    #div_title {position:relative;width:100%;height:52px;margin:0 auto;z-index:1;background-color:#FFF}
    #div_body {position:relative;width:100%;float:left;min-height:490px;height:auto !important;height:490px;}
    #div_footer {position:relative;height:120px;background-color:#bbb3ab;clear:both;width:100%;}
    
    .blind_data {display:none;}

