/*Start Reglas creadas por FRAN*/

/* START Ventana cookies*/
.cookie-disclaimer {
    background: #000000;
    color: #e3dbdb;
    /*opacity: 0.8;*/
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    /*height: 150px;*/
    position: fixed;
}

body > div.cookie-disclaimer > div.container > p{
    color: #e3dbdb;
}

.cookie-disclaimer .container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.cookie-disclaimer .cookie-close{
    float: right;
    /*padding: 10px;*/
    cursor: pointer;
}
/* END Ventana cookies*/

/*End Reglas creadas por FRAN*/