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

    html {height:100%;}
    * {margin:0;padding:0;font-size:10pt;font-family: 'Open Sans', sans-serif;color:#6a5a5a;}
    body {height:100%; background-color:#FFF;}

    a {cursor:pointer;color:#434343;text-decoration:none;}
    a:visited {color:#434343;}
    a:hover {color:#CC232A;}

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


    /* IMPOSTAZIONI LAYOUT */
    #div_main {width:100%;margin:0 auto;text-align:center;}
    #div_title {position:fixed;top:0;left:0;width:100%;min-height:135px;margin:0 auto;z-index:100;background-color:#FFF;border-bottom:1px solid #a49594}
    #div_body {background-color:#f7f6f5;position:relative;width:100%;float:left;min-height:490px;height:auto !important;height:490px;}
    #div_footer {position:relative;min-height:200px;clear:both;background-color:#695A59;width:100%;}
    
    .blind_data {display:none;}

