    #barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:80px;
    width:100%;
    text-align:center;
    min-height:10px;
    background-color: rgba(87, 92, 109, 0.9);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 /*
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}
 */
.inner a.info1 {
    padding-left:5px;
    text-decoration:none;
    color:#fff;
    font-size: 14px;
}
.inner a.info1:hover {
    color: #02CEB8;

}

.closebutton {
    cursor:pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color:#f9f9f9;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius:5px;
    text-indent:0px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#666666!important;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
    height:25px;
    line-height:25px;
    text-decoration:none;
    text-align:center;
    padding:0px 10px;
    text-shadow:1px 1px 0px #ffffff;
    margin-left: 25px;
}
.closebutton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color:#e9e9e9;
}.closebutton:active {
    position:relative;
    top:1px;
}


#cookieNotice p {margin:0px; padding:0px;}

@media (max-width: 800px) {
    .inner {
        width:100%;
        position:absolute;
        padding-left:5px;
        font-family:verdana;
        font-size:12px;
        top:10%;
    }

    #barraaceptacion {
        display:none;
        position:fixed;
        left:0px;
        right:0px;
        bottom:0px;
        padding-bottom:100px;
        width:100%;
        text-align:center;
        min-height:10px;
        background-color: rgba(87, 92, 109, 0.9);
        color:#fff;
        z-index:99999;
    }
   }

@media (max-width: 941px) {
    .inner {
        width:100%;
        position:absolute;
        padding-left:5px;
        font-family:verdana;
        font-size:12px;
        top:15%;
    }

    #barraaceptacion {
        display:none;
        position:fixed;
        left:0px;
        right:0px;
        bottom:0px;
        padding-bottom:100px;
        width:100%;
        text-align:center;
        min-height:10px;
        background-color: rgba(87, 92, 109, 0.9);
        color:#fff;
        z-index:99999;
    }
   }

   @media (max-width: 320px) {
    .inner {
        width:100%;
        position:absolute;
        padding-left:5px;
        font-family:verdana;
        font-size:12px;
        top:10%;
    }

    #barraaceptacion {
        display:none;
        position:fixed;
        left:0px;
        right:0px;
        bottom:0px;
        padding-bottom:150px;
        width:100%;
        text-align:center;
        min-height:10px;
        background-color: rgba(87, 92, 109, 0.9);
        color:#fff;
        z-index:99999;
    }
   }

     @media (max-width: 410px) {
    .inner {
        width:100%;
        position:absolute;
        padding-left:5px;
        font-family:verdana;
        font-size:12px;
        top:10%;
    }

    #barraaceptacion {
        display:none;
        position:fixed;
        left:0px;
        right:0px;
        bottom:0px;
        padding-bottom:150px;
        width:100%;
        text-align:center;
        min-height:10px;
        background-color: rgba(87, 92, 109, 0.9);
        color:#fff;
        z-index:99999;
    }
   }