@import url('http://cdn.dcodes.net/2/gradient_buttons/css/dc_gradient_buttons.css');


.santesCookieDiv {
    opacity: 0.9;
    position: fixed;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    width: 100%;
    min-height: 35px;
    background-color: white;
    bottom: 0px;
    z-index: 1000;
    border-top: solid #999 1px; 

}

.santesCookieDiv p{
    text-align: center;
    color: #000;
    padding-top: 9px;
/*    width: 90%;
    float: left;*/
    margin: 0;
    
}

.santesCookieDiv a{
    cursor: pointer;
}

#santesPolicyDiv{
    width: 80%;
    height: 60%;
    border: solid 3px #999;
    position: fixed;
    display: none;
    background-color: #fff;
    overflow-y: scroll;
    padding: 30px 50px 40px 50px;
    z-index: 100000;
}

#santesPolicyDiv h3{
    font-size: 16px;
    padding-bottom: 10px;
}

#santesPolicyDiv a{
    cursor: pointer;
    font-size: 12px;
}

p.cookies_buttons{
    padding: 10px 0;
}

.cookie_button{
    background: #44c0e3;
    color:#fff;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px 10px;
}

.cookie_button_black{
    background: #17200E;
    color: #fff;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px 10px;

}