/* Popup de verificación de mayoría de edad (portado desde SimplexTheme, con scope .age-popup) */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 9999;
}

.age-popup {
    position: fixed;
    width: 400px;
    max-width: 92%;
    top: 5%;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99991;
}

.age-popup .cnt223 {
    min-width: 0;
    width: 100%;
    min-height: 200px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 103;
    padding: 2em;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    text-align: center;
}

.age-popup .popup-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    display: block;
}

.age-popup .botones {
    clear: both;
    color: #555555;
    font-size: 20px;
    font-family: sans-serif;
}

.age-popup .botones a {
    text-decoration: none;
    display: inline-block;
    width: 120px;
    height: 50px;
    background: #fff;
    border: 1px solid #b3895d;
    line-height: 46px;
    margin: 0 5px;
}

.age-popup p {
    margin-top: 10px;
}
