#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding-top: 10px;
    width: 400px;
    background-color: rgba(0, 0, 0, 0.6);
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    color: #fff;
    z-index: 99999
}

@media screen and (max-width: 776px) {
    #barraaceptacion {
        display:none;
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding-top: 20px;
        width: 100%;
        min-height: 70px;
        background-color: rgba(0,0,0,0.5);
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        color: #fff;
        z-index: 99999
    }
}

.caja_principal {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 70px;
    text-align: center
}

.caja_img {
    margin-right: auto;
    width: 30% !important;
    float: left
}

.caja_text {
    margin-right: auto;
    width: 70%;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    font-size: 14px;
    line-height: 19px
}

.caja_principal a.ok {
    padding: 4px;
    text-decoration: none
}

.caja_principal a.info {
    padding-left: 5px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000
}

strong {
    font-weight: 400;
    letter-spacing: .09em;
    color: #fff;
    background: #8DC44C;
    padding: 0 .25em;
}

b {
    font-weight: 400;
    letter-spacing: .09em;
    color: #8DC44C;
    padding: 0 .25em;
}