/*
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Boss; MIT Licensed.
*/
.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-child{background:rgba(0,0,0,0.8)}.featherlight.active{background:rgba(0,0,0,0.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:hidden;background:#fff;cursor:auto;max-width:95%;margin:0}.featherlight .featherlight-inner{display:block;padding:10px}.featherlight .featherlight-close-icon{position:absolute;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-style:normal;font-weight:400;font-size:18px;background:rgba(0,0,0,0.2);color:#fff;border:0}.featherlight .featherlight-image{max-height:95vh;max-width:95vw;width:auto;height:auto}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0;width:80vw;height:80vh}.featherlight .featherlight-loading{color:#fff;font-size:30px;padding:25px}.featherlight-gallery .featherlight-content{padding:0}.featherlight-gallery .featherlight-image{padding:10px}.featherlight-gallery .featherlight-next,.featherlight-gallery .featherlight-previous{position:absolute;top:0;bottom:0;width:25%;z-index:1;background:rgba(0,0,0,0);cursor:pointer;font-size:1.5em;line-height:2em;color:#fff;text-shadow:0 0 5px #000;border:0}.featherlight-gallery .featherlight-next:hover,.featherlight-gallery .featherlight-previous:hover{background:rgba(0,0,0,0.2)}.featherlight-gallery .featherlight-next{right:0;text-align:right;padding-right:5%}.featherlight-gallery .featherlight-previous{left:0;text-align:left;padding-left:5%}.featherlight-gallery .featherlight-next:before{content:'>'}.featherlight-gallery .featherlight-previous:before{content:'<'}


/* Estilos específicos de tu blog (que estaban al final de tu archivo original) */
fieldset.featherlight-gallery[gallery-width="75-2"] { width: 178px; }
fieldset.featherlight-gallery[gallery-width="75-3"] { width: 264px; }
fieldset.featherlight-gallery[gallery-width="75-4"] { width: 352px; }
fieldset.featherlight-gallery[gallery-width="75-5"] { width: 440px; }
fieldset.featherlight-gallery[gallery-width="75-6"] { width: 528px; }
fieldset.featherlight-gallery[gallery-width="150-2"] { width: 328px; }
fieldset.featherlight-gallery[gallery-width="150-3"] { width: 489px; }
fieldset.featherlight-gallery[gallery-width="150-4"] { width: 652px; }
fieldset.featherlight-gallery[gallery-width="250-2"] { width: 528px; }
fieldset.featherlight-gallery[gallery-width="220-2"] { width: 468px; }
fieldset.featherlight-gallery[gallery-width="220-3"] { width: 696px; }

fieldset.featherlight-gallery {
    border: 1px solid #c0c0c0;
    padding: 10px;
    margin-bottom: 20px;
}
legend.featherlight-gallery {
    border: 1px solid #c0c0c0;
    margin-left: 1em;
    padding: 0.2em 0.8em;
    width: auto;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: bold;
}