#fondodev{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
/*	display: none;*/
	z-index: 999;
	background-image: url(../../cp_index/imagenes/popdev/overlay1.png);
}
#popdev_cerrar a {
	background-image: url(../imagenes/internas/popup1_cerrar.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 24px;
	position: relative;
	top: 33px;
	right: 10px;
	/*border: 1px solid #000;*/
	float:right;
	z-index:5000;
}
#popdev_cerrar a:hover {
	background-position: 0px -24px;
}
.popdev {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;            
	z-index:4000;
}
#popdev2 {
	height:320px;
	width: 350px;
	position: absolute;
	left: 50%;
	top: 50%;            
	margin-left: -175px;
	margin-top: -125px;
	z-index:4001;
}

