#popup, #popup1, #popup2, #popup3 {
    left: 0;
    float: left;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    
}

.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:500px;
    min-height:200px;
    border-radius:4px;
    background-image: url("bgpageint.png");
    background-color: white;
    box-shadow: 0 2px 5px #666666;
    text-align: center;
    

 
}

.content-popup #boton{
    width: 390px; 
padding: 0.5em;
height: 40px;


}


.popup-overlay {
    left: 0;
    float: left;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #E9E9E9;
    cursor: pointer;
    opacity: 0.3;

    
}

.close {
    position: absolute;
    right: 15px;
}