
.cookies_bar {
    background-color: #ffffff ;/*#ebb700;*/
    /*border: 1px solid #000;*/
    bottom: 0;
    color: #000;
    display: block;
    font-family: helvetica,arial;
    font-size: 13px;
    height: auto;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    min-height: 30px;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.cookies_bar a {
    color: #000000;
    font-weight: bold;
}
.cookies_bar .btn_cookies {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: none;
    font-family: helvetica,arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 24px 0 20px;
    padding: 4px 12px;
}


.bg_cintra_success {
    background-color: #ebb700;
}

.overlay_gallery .gallery_img img{
    width: 100%;
}