#alerta_cookie {
    background-color: #555;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    color: white;
}

#alerta_cookie_contenedor {
    margin: 0 auto;
    max-width: 750px;
}

.alerta_cookie_texto {
    float: left;
    font-weight: normal;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #BFBFBF;
    width: 80%;
    margin-left: 15px;
}

.alerta_cookie_texto a.various,
.alerta_cookie_texto a.various strong {
    color: #BFBFBF !important;
    text-decoration: underline !important;
}

a.alerta_cookie_boton {
    width: 19%;
    float: right;
    text-align: center;
    padding-top: 7px;
}

#alerta_cookie a {
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
}

#alerta_cookie a.alerta_cookie_boton {
    color: #666666;
    background-color: #EEEEEE;
    text-transform: uppercase;
    width: 80px;
    padding: 4px;
    font-weight: normal;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    display: block;
    margin-top: 4px;
    border-radius: 3px;
}

#alerta_cookie_espacio {
    margin-bottom: 60px;
}