.cookies {
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    z-index:16000002;
    text-align:center;
    border-top:1px solid #b2b2b1;
}

@media(max-width:480px){
    .cookies {
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        background-color: #fff;
        color: #000;
        font-size: 15px;
        z-index:16000002;
        text-align:center;
        border-top:1px solid #b2b2b1;
    }
}

.accionCookie {
    width: 100%;
    display:inline-block;}
.cookies p, .cookies div {
    margin: 3px 0;
}

.cookies a{
    color:#ED6D53;
}
.botonCookie {
    text-decoration: none;
    display: inline-block;

}		
.botonCookie:hover {
    text-decoration: underline;
}
.enlaceCookie {
    text-decoration: none;
    display: inline-block;
}
.enlaceCookie:hover {
    text-decoration: underline;
}