.popup-position {
    position: fixed;
    top: 0;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 120%;
}

#popup-wrapper {
    overflow: auto;
    width: 510px;
    margin: 50px auto;
    text-align: left;
}

#popup-container {
    overflow: auto;
    height: 660px;
    /*background-color: #FFF; */
    background-color: #e5f9e1;
    padding: 20px;
    border-radius: 4px;
}

#wrapper {
    width: 1000px;
    margin: 40px auto;
    text-align: left;
}

#popup_cerrar {
    height: 20px;
    width: 20px;
}

#popup-container p {
    text-align: center;
    font-size: 30px;
    vertical-align: middle;
}

#popup-container h3 {
    text-align: center;
    font-size: 40px;
    vertical-align: middle;
}

#popup-container img {
    display: block;
    margin: auto;
    width: 464px;
    height: 600px;
}