﻿
#barraaceptacion {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*padding-bottom: 70px;*/
    padding-bottom: 24px;
    padding-top: 60px;
    width: 100%;
    text-align: center;
    min-height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
    /*padding-top: 34px;*/
}

.inner {
    width: 100%;
    position: absolute;
    padding-left: 5px;
    font-family: verdana;
    font-size: 12px;
    top: 30%;
}

    .inner a.ok {
        padding: 4px;
        /*color: #ffffff;*/
        text-decoration: none;
        font-weight: 700;
        cursor:pointer;
        color: #337ab7;
        background-color: #ffffff;
        border-radius: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 20px;
    }

    .inner a.info {
        padding-left: 5px;
        text-decoration: none;
        color: #ffffff;
        background-color: #0D3182;
        border-radius: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

#barraaceptacion p{
    width: 75%;
    float: left;
    text-align: right;
    margin-top: -10px;
}

@media(max-width:992px){
#barraaceptacion{
    background-color: rgba(0,0,0,.5);
    position: fixed;
    bottom: 0px;
}
#barraaceptacion>.row{
    margin-top: -25px;
}

 #barraaceptacion p{
    width: unset;
    float: unset;
    margin-left: 60px;
    margin-right: 60px;
    text-align: center;
    margin-bottom: 20px;
 }   
 #barraaceptacion a{
    margin-top: 20px;
 }
 .btn-close-aceptacion{
    margin-top: -47px;
    right: 40px;
 }
}