#centralpop {
	width: 480px;
	height: 112px;
	margin-left: -240px;
	margin-top: -56px;
	left: 50%;
	top: 33%;
	position: absolute;
	z-index: 999;
}
#popup {
	position:relative;
	width:480px;
	height:533px;
	z-index:999;
	visibility: visible;
	overflow: hidden;
	/*top: 220px;
	left: 460px;*/
	border: 2px #bb1019 solid;
}
#sombra {
	position:relative;
	width:480px;
	height:112px;
	z-index:888;
	visibility: visible;
	overflow: hidden;
	margin: 4px 0 0 4px;
	/*top: 4px;
	left: 4px;*/
	border: 2px #000 solid;
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}
#fechar {
	position:relative;
	width:28px;
	height:28px;
	z-index:1000;
	margin: 12px 0 0 0;
	z-index: 9999;
	
	/*left: 450px;
	top: 5px;*/
}


