/*
    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
	These 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:#202020;}

#colorbox{}
	#cboxWrapper{}
		#cboxContent{margin-top:20px;}
			#cboxLoadedContent{ padding:5px;}
					#cboxTitle{display:none !important; position:absolute; top:-18px; left:0; color:#625837; background-color:#FFFFFF; width:100%; text-align:center}
					#cboxCurrent{display:none !important; position:absolute; top:-20px; right:0px; color:#625837; margin-right:10px; margin-top:1px; font-size:12px;}
					#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
					
					#cboxPrevious{display:none !important; position:absolute; top:50%; left:5px; margin-top:-41px; background:url(../img/interfaz/controls.png) top left no-repeat; width:38px; height:81px; text-indent:-9999px;}
					#cboxPrevious.hover{background-position:bottom left;}
					#cboxNext{display:none !important; position:absolute; top:50%; right:5px; margin-top:-41px; background:url(../img/interfaz/controls.png) top right no-repeat; width:38px; height:81px; text-indent:-9999px;}
					#cboxNext.hover{background-position:bottom right;}
					
					#cboxLoadingOverlay{background:url(../img/interfaz/bkg_disenio_detalle_contenido.jpg) repeat-x;}
			#cboxLoadingGraphic{background:url(../img/interfaz/loading.gif) center center no-repeat;}
			#cboxClose{position:absolute; top:13px; right:13px; display:block; background:url(../img/interfaz/btn_cerrar_ventana.png) top center no-repeat; width:24px; height:24px; text-indent:-9999px;}
			#cboxClose.hover{}
