﻿/*<!--- Codigo para la política de cookies-->*/
 

/* Fin del CSS para cookies */

.light.cc_dialog button.cc_b_ok {
    color: #fff;
    background-color: #f28b00 !important;
}

.light.cc_dialog {
    background-color: #f2f2f2;
    color: #111;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    color: white;
    background: #f28b00 !important;
}

.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent:checked + label:before {
    background: #f28b00 !important;
}

.cc_dialog.simple {
    right: 0;
    top: auto;
    bottom: 0;
    left: auto;
    max-width: 100% !important;
    position: fixed;
}

.light.cc_dialog .cc_dialog_headline {
    color: #111;
    display: none !important;
}



/*.light.cc_dialog {
    background-color: #F28B02 !important;
    color:white !important;
}*/