#barraaceptacion {
    display:none;
    position:fixed;
    line-height: 1em;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:white;
    z-index:99999999;
    /*background-color: white;*/
    font-size: 1.5em;
    margin-bottom: 10em;
}

.ok, .info {
    color: white;
}