.kxn-modal{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.kxn-modal-wrap{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.kxn-modal-back{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 1000;
    width: 100%;
    height: 100%;
}
.kxn-modal-content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 500px;
	z-index: 1001;
	margin: -250px 0 0 -300px;
}
.kxn-modal-wrap{
	position: relative;
	width: 100%;
	height: 100%;
}
.kxn-modal-close{
	width: 48px;
	height: 48px;
	position: absolute;
	/*top: -48px;*/
	right: -48px;
	background: transparent url(../img/cerrar.jpg) no-repeat;
	cursor: pointer;
}