#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height:100%;
	background-color:#0F660B;
	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: 999999
}

#loading{
	margin-top:320px !important;
	width:126px;
	height:22px;
}

/************/
/* LIGHTBOX */
/************/

#contenedor_lightbox {
	margin:0 auto;
	text-align:center;	
	padding:5px;
	width:660px;	
}

h2.advertising {
	text-align:left;
	margin:2px 0 1px 0;
	padding:4px 0 4px 5px;
	color:#EC6C0B;
	font-size:1.5em;
	font-weight:bold;
	width:545px;
	margin:0 auto;
}	

#screenshot {
	float:right;
	margin:0px;
	padding:10px;
	background-color:#fff;
	cursor:pointer;
}
#screenshot p {text-align:left;width:230px;margin:0 0 0 10px;display:inline;float:left;line-height:1.7em;}
#screenshot strong {display:block}
#close{ 
	width:31px;
	height:31px;	
	position:absolute;
	right:15px;
	bottom:12px;
	z-index:90000;
	margin:6px auto 3px auto;
}
#close a { 	
	background:url(../imagenes/comun/buttons/btn-close.png) no-repeat 0 0;
	width:31px;
	height:31px;	
	cursor:pointer; 
	text-indent:-9000em;
	overflow:hidden;
	display:block;
	outline:none;
}	
#close a:hover { 	
	background-position:0 -31px;
}	

*html #close a {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imagenes/comun/buttons/btn-close.png",sizingMethod="crop");
background:none;
}