/** //////  GALERÍA //////  **/
#frame{ width: 930px; margin:0 auto 0 auto; padding:0 0 0 0;}
#show {width: 930px; padding:0 0 0 0; font-size:11px;line-height:18px;float:left; margin-bottom:0px;}
#gallery {width:905px; padding:10px 0 0 25px; float:left;}
#gallery ul { list-style: none; padding-bottom:0; }
#gallery ul li { display: inline; margin:0px 10px 10px 0px;}
#gallery ul img {padding:0px 0 14px 0; margin:0px 10px 10px 0px; background: url(../img/gallery/g_shadow.png) bottom no-repeat;}

#gallery2 {width:905px; padding:10px 0 0 25px; float:left;}
#gallery2 ul { list-style: none; padding-bottom:0; }
#gallery2 ul li { display: inline; margin:0px 10px 10px 0px;}
#gallery2 ul img {padding:0px 0 14px 0; margin:0px 10px 10px 0px; background: url(../img/gallery/g_shadow.png) bottom no-repeat;}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 700;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color:#000;
}
#lightbox-container-image { padding: 0px 0px 0px 0px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 11px Arial, Helvetica, sans-serif normal;
	margin: 0 auto;
	line-height: 13px;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

#lightbox-container-image-data {
	padding: 0px 0px 0px 0px; 
	color: #48c6fe;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left;
	padding-top:10px;
	padding-left:5px;
}	
#lightbox-image-details-caption { font-weight: normal; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 97px; 
	float: right;
	padding-bottom: 0.7em;	
}