#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    bottom:0px;
    width:250px;
    text-align:center;
    background-color: white;
    color: #2B2BEC;
    z-index:999999999;
    border: 1px solid black;
    border-radius: 0 50px 50px 0;
}

.inner {
    position:relative;
    padding:28px;
    font-family:verdana;
    font-size:12px;
}

.inner a.ok {
    padding:4px;
    background: rgba(22, 154, 11, 0.89);
    color: black;
    text-decoration:none;
    display: inline-block;

    width: auto;
}
.inner a.ok:hover {
    background: rgba(24, 135, 11, 0.49);

}
.inner a.ko {
    padding: 4px;
    background: rgb(228, 28, 36);
    color: black;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0px;
    right: -2px;
    width: 28px;
    border: 2px solid white;
    border-radius: 50px;
}
.inner a.ko:hover {

    background: rgb(181, 24, 31);

}

.inner a.info {
    padding:5px;
    text-decoration:none;
    color: white;
    background: #2B2BEC;
    display:inline-block;
    width: auto;

}
.inner a.info:hover {
    background: rgba(246, 125, 36, 0.49);


}