#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; 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; }
#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-image: url("data:image/gif;base64,AAAA"); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; width:auto}
#nextLink { right: 0; float: right; width:auto}
#prevLink:hover, #prevLink:visited:hover {background:url("../../../galeria/lightbox2.04/images/prevlabel.gif") 0 15% no-repeat;}
#nextLink:hover, #nextLink:visited:hover {background:url("../../../galeria/lightbox2.04/images/nextlabel.gif") 100% 15% no-repeat;}

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

#imageData                  {padding:0 10px; color:#666;}
#imageData #imageDetails    {width:70%; float:left; text-align:left;}
#imageData #caption         {font-weight:bold;	}
#imageData #numberDisplay   {display:block; clear:left; padding-bottom:1.0em;}
#imageData #bottomNavClose  {width:66px; float:right; padding-bottom:0.7em; outline:none;}

#overlay    {position:absolute; top:0; left:0; z-index:90; width:100%; height:500px; background-color:#000; }

/* de cada galeria*/
.burdeos    {color: #C4004A; font-weight:bold;}
.negra      {color: #000001; font-weight:bold;}
.blanca     {color: #fffffe; font-weight:bold;}

/*
ColorBox Core Style
The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* 
ColorBox example user style
The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay {background:url(../_images/colorbox/overlay.png) 0 0 repeat;}
#colorbox {border:3px solid #BAC284}
#c.boxTopLeft {width:21px; height:21px; background:url(../_images/colorbox/controls.gif) -100px 0 no-repeat;}
#c.boxTopRight {width:21px; height:21px; background:url(../_images/colorbox/controls.gif) -129px 0 no-repeat;}
#c.boxBottomLeft {width:21px; height:21px; background:url(../_images/colorbox/controls.gif) -100px -29px no-repeat;}
#c.boxBottomRight {width:21px; height:21px; background:url(../_images/colorbox/controls.gif) -129px -29px no-repeat;}
#c.boxMiddleLeft {width:21px; background:url(../_images/colorbox/controls.gif) left top repeat-y;}
#c.boxMiddleRight {width:21px; background:url(../_images/colorbox/controls.gif) right top repeat-y;}
#c.boxTopCenter {height:21px; background:url(../_images/colorbox/border.gif) 0 0 repeat-x;}
#c.boxBottomCenter {height:21px; background:url(../_images/colorbox/border.gif) 0 -29px repeat-x;}
#cboxContent {background:#fff;}
#cboxLoadedContent {margin-bottom:28px;}
#cboxTitle {position:absolute; bottom:7px; left:0; text-align:center; width:100%; color:#2a4c85; font:italic 0.9em/1em Arial}
#cboxCurrent {position:absolute; bottom:7px; left:58px; color:#666; font:italic 0.8em/1em Arial}
#cboxSlideshow {position:absolute; bottom:3px; right:30px; color:#0092ef;}
#cboxPrevious {position:absolute; bottom:0; left:0px; background:url(../_images/colorbox/controls.gif) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover {background-position:-75px -25px;}
#cboxNext {position:absolute; bottom:0; left:27px; background:url(../_images/colorbox/controls.gif) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover {background-position:-50px -25px;}
#cboxLoadingOverlay {background:url(../_images/colorbox/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic {background:url(../_images/colorbox/loading.gif) center center no-repeat;}
#cboxClose {position:absolute; bottom:0; right:0; background:url(../_images/colorbox/controls.gif) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover {background-position:-25px -25px;}