#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height:100%;
	background-color: #346A6C;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	margin:0 auto;
	text-align:center;
	padding:0;
	}
#lightbox{
	position: absolute;
	left: 0px;
	z-index: 100;
}

#loading{
	margin-top:320px !important;
	width:126px;
	height:22px;
}

/************/
/* LIGHTBOX */
/************/
:hover, :focus { outline:none}
#contenedor_lightbox {
	position:fixed;
	margin-left:-335px;
	margin-top:-229px;
	left:50%;
	top:50%;
	height:458px;
	width:670px;
}
*html #contenedor_lightbox {
	margin:0 auto;
	text-align:center;
	width:670px;
	position:static;
}
#screenshot {	
	margin:0px;
	cursor:pointer;
	position:relative;
}

#close{ 
	width:17px;
	height:17px;	
	position:absolute;
	right:190px;
	top:1px;
	z-index:90000;
}
#close a { 	
	width:17px;
	height:17px;	
	cursor:pointer; 
	text-indent:-9000em;
	overflow:hidden;
	display:block;
	outline:none;
	background:url(../imagenes/comun/buttons/btn_close.gif) no-repeat 0 0;
}	

