#barraaceptacion {
    background-color: #808080;
    opacity: 0.85;
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
    text-align: center;
    min-height: 60px;
    color: #fff;
    font-size: 12px;
    z-index: 99999
}

 /* Boton de submit */
.button_accept {
    padding: 10px;
    margin-bottom: 5px;
    border: none;
    border-radius: 10px;
    background-color: #003a5c;
    color: #ffffff;
    font-size: 12px;
    width: 10%;	
    cursor: pointer;
}