

/*ETIQUETAS GENERALES*................................................*/
div#contenedora
{
	width:530px;
	height:380px;
	float:left;
	padding:0px;
	margin:30px 0px 0px 15px;
}

div.celdas
{
	width:128px;
	height:87px;
	float:left;
	margin:0px 15px 30px 15px;
	padding:0px;
	border:1px solid #000000;	
}

div.celdas img
{
	border:0px;
	text-decoration:none;
}

a
{
	text-decoration:none;
	color:#000000;
}
a:hove
r{
	color:#ff0000;
	text-decoration:underline;
}
/*LIGHTBOX LIGHTBOX LIGHTBOX LIGHTBOX LIGHTBOX LIGHTBOX LIGHTBOX LIGHTBOX */

#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{
 border: none; 
 }

#outerImageContainer{
	position: relative;
	background-color:#FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#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(../img/web/lightbox/blanco.gif) transparent no-repeat; 
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../img/web/lightbox/prev.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover { background:url(../img/web/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	}

#imageData{	padding:0 10px; color: #666666; }
#imageData #imageDetails{ padding-bottom:0.1em; width: 100%; float: left; text-align: left; }
#imageData #bottomNavClose{ width: 66px; float: right;  margin-bottom: 0.6em;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	/*background-color: #000;*/
	background-color:#000000;
	}
	


