#popup, #popup2, #popup3{
    width: 100%;
	height: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
	top:0;
	left:0;
	z-index: 997;
}

#popup, #popup2{
	display:none;
}

#cadreg, #cadreg2{
	opacity: 0.5;
	width: 100%;
	height: 100%;
	background: black;
	z-index:998;
}

#cadreb, #cadreb2{
	position:absolute;
	left: 50%;
	top: 50%;
	opacity: 1;
	width:900px;
	height: 500px;
	margin-left: -450px;
	margin-top: -250px;
	background: white;
	z-index: 999;
	padding:10px;
	overflow-y: auto;
	overflow-x: hidden;
}