/*#amp_img
{	
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 990; 
	width: 100%; 
	height: 500px;
	text-align:center;
}*/
#amp_img
{ 
	position: absolute; /*Posicionamiento absoluto*/	
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/	
	height: 545px; /*Le ponemos el valor del alto*/
	width: 700px; /*Le ponemos el valor del ancho*/
	margin-top: -273px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -350px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	overflow: auto;
	z-index: 1002;
	display: none;
}

#amp_img_Container
{ 
	position: absolute; /*Posicionamiento absoluto*/	
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/	
	height: 545px; /*Le ponemos el valor del alto*/
	width: 700px; /*Le ponemos el valor del ancho*/
	margin-top: -273px; /*Restamos la mitad de alto para centrarlo verticalmente*/
	margin-left: -350px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	overflow: auto;
	z-index: 1002;
	display: none;
}
/*
#amp_img_Container
{ 
	position: absolute; 
	width: auto; 
	height: auto; 
	//top: 50%;
	//left: 50%;
	top: 8px;
	left: 25%;	
	margin: 0 auto;
	z-index: 1002;
}
*/

#lightbox
{	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 930; 
	text-align: center; 
	line-height: 0;
}
#lightbox img
{ 
	width: auto; 
	height: auto;
}
#lightbox a img
{ 
	border: none; 
}

#outerImageContainer
{ 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
	border:#999999 1px solid;
	border-bottom:none;
}
#imageContainer
{ 
	padding: 10px;
}

#loading
{ 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}
#hoverNav
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10;
}
#imageContainer>#hoverNav
{ 
	left: 0;
}
#hoverNav a
{ 
	outline: none;
}

#prevLink, #nextLink
{ 
	width: 49%; 
	height: 100%; 
	/*background: url(data:image/gif;base64,AAAA);*/ /* Trick IE into showing hover */ 
	display: block; 
}
#prevLink 
{ 
	left: 0; 
	float: left;
}
#nextLink 
{ 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover 
{ 
	background: url(../imagenes/lightbox/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover 
{ 
	background: url(../imagenes/lightbox/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer
{ 
	font: 12px Arial, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto;
	border:#999999 1px solid;
	border-top:none;
}

#imageData	/* Título de la imágen */
{	
	padding:10px; 
	color: #9F1A1D;
}
#imageData #imageDetails
{ 
	float: left; 
	text-align: left; 
}	
/*#imageData #caption
{ 
	font-weight: bold;
}*/
#imageData #numberDisplay	/* Texto "imagen x de y" */
{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	color:#7E6223;
}			
#imageData #bottomNavClose
{ 
	width: 70px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}
#imageData #bottomImprimir
{ 
	float: right;  
	padding-bottom: 0.7em; 
	padding-right: 2em; 
	outline: none;
}
#imageData #bottomNavPrev
{ 
	width: 80px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	

#overlay
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 920; 
	width: 100%; 
	height: 500px; 
}

