#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 450px;
	background-color: #1a1a1a;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	margin:0 auto;
	text-align:center;
	padding:0 20px 60px 0;
	}
#lightbox{
	position: absolute;
	left: 0px;
	z-index: 100;
}

#loading{
	margin-top:320px !important;
	width:126px;
	height:22px;
}

/************/
/* LIGHTBOX */
/************/
#header {
    width:740px;
	margin:0 auto;
	text-align:left;	
}
#contenedor_lightbox {
	padding:30px 0px 0px 0px;
	width:740px;
	margin:0 auto;
	text-align:center;	
	background-color:#fff;	
}
	
#detalles {
	width:260px;
	float:left;
	margin-left:20px;
	color:#565656;
	text-align:left;
	
}
	
#logo img {
	margin-bottom:30px;
	margin:0 auto 30px auto;
}
	
#detalles p {
	margin:0px 0px 0px 0px;
}
	#detalles h4{
		font-size:11px !important; 
		line-height:11px;
		padding-right:10px;
		color:#000000;
	}
#detalles ol {
  	margin-left: -30px; /* Arregle el bug de Firefox */
  	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
}
#detalles li {
   margin-left: 30px; /* Ref: bug del Firefox */
  list-style: lower-roman;
}
div.divider {
	background:url(../imagenes/comun/bullets/dotted_line.gif) repeat-x left center;
	 width:260px;
	 height:2px !important;
}
#detalles dl {clear:both;margin:0 0 -5px 0 !important;padding:0 !important;}
#detalles dt 
{
	float:left;
	margin:0 !important;
	padding:0 !important;
}
#detalles dd 
{
	float:left;
	margin:2px 0 0 0 !important;
	padding:0 !important;
}
#detalles dl.multiline{margin:0 !important;}
#detalles dl.multiline dd,#detalles dl.multiline dt{ float:left;width:260px;}
#screenshot {
	float:right;
	margin:0px 10px 0 0px;
	padding:30px 0 0 0;
	cursor:hand;
}
#detalles table
{
	margin-bottom:10px;
	width:260px;
}
#detalles td strong {color:#000;text-transform:capitalize;}
#close{ 
	text-align:right;
	cursor:hand;
	
}	
	
	
