@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_titulo {
	width: 416px;
	height: 1px;
}

.alerta_container {
	background-image: url(../imagenes/alerta_uno_r1_c1.jpg);
	background-repeat: no-repeat;
	filter: alpha(opacity =     0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 120;
}

.alerta_btn_cerrar {
	width: 191px;
	height: 25px;
	background-image: url(../imagenes/btn_alerta.jpg);
	cursor: pointer;
	position: absolute;
	top: 218px;
	right: 0px;
}

.alerta_contenido {
	width: 416px;
	height: 242px;
}

#msj_alerta {
	width: 416px;
	position: absolute;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	color: #F00;
	top: 125px;
}
