table.tabla_politica_cookies  {table-layout: fixed; width: 100%; border: 1px solid; border-collapse: collapse;}
table.tabla_politica_cookies th, .tabla_politica_cookies td { border: 1px solid; border-collapse: collapse; padding:5px;word-wrap: break-word;}
table.tabla_politica_cookies thead tr > :nth-child(1)  {width: 60px}
table.tabla_politica_cookies thead tr > :nth-child(2)  {width: 65px}
table.tabla_politica_cookies thead tr > :nth-child(3)  {width: 130px}
table.tabla_politica_cookies thead tr > :nth-child(4)  {width: 70px}



#cookie_fondo {position: fixed; cursor: wait; width: 100%; height:100%; opacity:0.8; background: gray; z-index: 100000; top: 0; left: 0;}
#cookie_info_ini {   min-height: 30%; top: 20%; z-index: 100001; position: fixed; left: 50%; background: white; padding: 20px; margin-left: -175px; width: 350px; }
#cookie_info_ini p {/*color: #007fff;*/}
.cookie_botones {text-align: center;}

#cookie_modificar_config {display:none; position: fixed; top:0; left:0;height:100%; width: 100%; z-index: 100001; background: white;overflow-y: scroll; padding: 20px;}
#cookie_modificar_config .cerrar {position: absolute; right: 4px; top: 1px; height: 48px; width: 48px; padding: 16px; font-size: 16px; z-index: 1;}
.botones {
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.boton_cancelar {
    background: rgb(91, 192, 222);
}
.boton_aceptar {
    background: #5cb85c;
}