#popup {
    
    position: absolute;
    top: 5%;
    left: 25%;
    z-index: 1001;	
	width:calc(75%) !important;
    height:calc(80%) !important; 
}

#popup[style]{
	   top: 5% !important;
}

#imagen_popup_scroller{
    overflow-y: auto;
    height: 100%;
}



.content-popup {        
    padding:10px;
    width:calc(75%) !important;
	height:calc(100%) !important;    
    border-radius:4px;
    background-color:#FFFFFF;
	-webkit-box-shadow:0 1px 14px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 10px 14px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 10px 14px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	
}

.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

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