@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//////////////////*/
.intro_titulo{
	width:815px;
	height: 1px;
}
.intro_container{
	background-image:url(../images/page.jpg);
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 120;
}
.intro_btn_cerrar{
	width: 57px;
	height: 57px;
	background-image:url(../images/cerrar.png);
	cursor:pointer;
	position: absolute;
	top: 30px;
	right: -10px;
}

.intro_contenido{
	width:815px;
	height:675px;
	z-index: 130;
}
#link{
	width:815px;
	height:675px;
	cursor:pointer;
}
#flashContent{
	z-index:80;
}
