@charset "utf-8";
/* CSS Document */

.light_box{
	width:100%;
	height:0px;
	background-color:#000;
	position:absolute;
	left:0px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 100;
}

/*///////////Alerta//////////////////*/
.alerta_light_box{
	z-index: 121;
}
.alerta_titulo{
	width:1px;
	height:1px;
}
.alerta_container{
	background-image: url(../imagenes/back_03.png);
	background-repeat: no-repeat;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 140;
}
.alerta_btn_cerrar{
	width: 66px;
	height: 56px;
	background-image:url(../imagenes/cerrar_03.png);
	cursor:pointer;
	position: absolute;
	top: 5px;
	right: 0px;
}

.alerta_contenido{
	width:519px;
	height:244px;
}

#msj_alerta{
	width:519px;
	position:absolute;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	color:#F00;
	top: 45%;
}

/*///////////Alerta OK//////////////////*/
.alertaOk_light_box{
	z-index: 138;
}
.alertaOk_titulo{
	width:1px;
	height:1px;
}
.alertaOk_container{
	background-image: url(../imagenes/back_03.png);
	background-repeat: no-repeat;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 140;
}
.alertaOk_btn_cerrar{
	width:1px;
	height:1px;
	top: 0px;
	right: 0px;
}

.alertaOk_contenido{
	width:519px;
	height:244px;
}

#msj_alerta{
	width:519px;
	position:absolute;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	color:#F00;
	top: 45%;
}

#aceptar{
	width: 151px;
	height: 79px;
	background-image:url(../imagenes/enviar.png);
	cursor:pointer;
	position: absolute;
	bottom: 5px;
	right: 35%;
}

/*/////////////////////Login */
.login_titulo{
	width: 0px;
	height: 0px;
}
.login_container{
	width: 520px;
	height: 280px;
	position: absolute;
	z-index: 120;
}
.login_btn_cerrar{
	width: 66px;
	height: 56px;
	background-image:url(../imagenes/cerrar_03.png);
	cursor:pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}
.login_frame{
	width: 530px;
	height: 280px;
	overflow: hidden;
	margin: 0px;
	border: none;
}