/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{background:transparent; position:absolute; top:0; left:0; z-index:9999; overflow:hidden; font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
#cboxOverlay{background:transparent; position:fixed; width:100%; height:100%;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
#cboxMiddleLeft, #cboxBottomLeft{background:transparent; clear:left;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
#cboxContent{ background:transparent; position:relative; overflow:visible;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
#cboxLoadedContent{ background:transparent; overflow:auto;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
#cboxLoadedContent iframe{background:transparent; display:block; width:100%; height:100%; border:0;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
#cboxTitle{background:transparent; margin:0;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
#cboxLoadingOverlay, #cboxLoadingGraphic{background:transparent; position:absolute; top:0; left:0; width:100%;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{background:transparent; cursor:pointer;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold; margin-top:-15px;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#01040b; opacity:0.90;font-family:'Magra', serif; font-size:10px; color:#ffc000; font-weight:bold;}

#colorbox{}
    #cboxContent{ background:transparent; margin-top:32px;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        #cboxLoadedContent{ background:transparent; padding:0px; border:3 solid #666;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        #cboxLoadingGraphic{ background:transparent; background:url(../imagenes/loading.gif) center center no-repeat;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        #cboxLoadingOverlay{ background:transparent; font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        #cboxTitle{ position:absolute; top:-22px; left:0; color:#7bafcb;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{ background:transparent; text-indent:0px; width:55px; height:8px; position:absolute; right:20px; top:-10px; font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}

		#cboxPrevious{ background-position:0px 0px; left:0px;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        #cboxPrevious.hover{background-position:0px -25px; left:0px;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        #cboxNext{background-position:-25px 0px; left:0px;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold; margin-left:80px;}
        #cboxNext.hover{background-position:-25px -25px;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        
		#cboxClose{background-position:-100px 0px; right:0; font-family: 'Questrial', sans-serif; font-size:12px; color:#ffffff; font-weight:bold;border:none;width: 20px;height: 20px;}
        #cboxClose.hover{background-position:-100px -25px;font-family: 'Questrial', sans-serif; font-size:12px; color:#ffffff; font-weight:bold;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;font-family:'Magra', serif; font-size:12px; color:#ffc000; font-weight:bold;}
