/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 30 2017 | 03:41:33 */
/* Se perdía la fuente para el subtítulo del slider revolution */
div .additional_font, div blockquote { font-style: italic; }

/* La altura de algunos elementos era incorrecta porque bootstrap estaba sobreescribiendo el line-height */
body { line-height: 1; }

/* Estaba quedando una línea entre el footer y el mapa en el home */
footer#footer { margin-top: -3px; z-index: 21; }

/* Que las fotos de las historias siembre queden del tamaño apropiado. */
.story-images-inner > div { min-width: 53%; text-align: center; }
.story .story-images-inner img { display: inline-block; }