#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: inline-block;
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 50px;
    width: 100%;
    text-align:center;
    background-color: #eeeeee;
}
#infobox3 p {
    line-height:50px;
    font-size:12px;
    text-align:center;
}
#infobox3 p a#cerrar {
    margin-left:25px;
    text-decoration: none;
}
.politicaCookies{
    width: 90%;
    text-align: justify;
    margin: 4% auto 2% auto;
}