#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}

#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align:center;
    background-image:url(/admin_img/pag/fondo_aceptoCookies.png);
    border-top-style:solid;
    border-top-width:2px;
    border-top-color:#000000;
}

#infobox3 p {
    line-height:58px;
    font-size:14px;
    text-align:center;
}

#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}

@media only screen and (max-width: 959px) {
    #infobox3 {
    }
}

/*Tablet (Portrait)*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #infobox3 {
    }
}

/*Tablet (landscape)*/
@media only screen and (max-width: 767px) {
    #infobox3 {
    }
}

/*Mobile (Landscape)*/
@media only screen and (min-width: 551px) and (max-width: 767px) {
    #infobox3 {
        height: 125px;
    }
    
    #infobox3 .enlaces{
        display: block;
    }
}
            
/*Mobile (Portrait)*/
@media only screen and (min-width: 321px) and (max-width: 767px) {
    #infobox3 {
        height: 135px;
        font-size: 85%;
    }
    
    #infobox3 .enlaces{
        display: inline;
    }
}

/*Mobile (Portrait)*/
@media only screen and (max-width: 320px) {
    #infobox3 {
        height: 135px;
        font-size: 85%;
    }
    
    #infobox3 .enlaces{
        display: inline;
    }
}
