/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.wrapper header {
  width: 100%;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  background-color: #FFF;
}
.wrapper header .container {
  padding: 0;
  position: initial;
}
.wrapper header.open .container.nav-m {
  background-color: #414141;
  color: #fff;
}
.wrapper header.open .container.nav-m .logo-m .img-logo {
  background-position: bottom left;
}
.wrapper header.open .container.nav-m .btn-mobil .ico-menu {
  background-position: bottom;
}
.wrapper header.open .container.nav-m .btn-mobil:after {
  content: 'Close';
  color: #fff;
}
.wrapper header .container.nav-m {
  border-bottom: 3px solid #e7e7e8;
  background-color: #fff;
  padding: 8px 20px;
  position: relative;
  z-index: 2;
}
.wrapper header .container.nav-m .logo-m {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 150px;
  text-align: left;
}
.wrapper header .container.nav-m .logo-m .img-logo {
  background-image: url("../img/logo-m.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  height: 16px;
}
.wrapper header .container.nav-m .logo-m span {
  font-size: 13px;
}
.wrapper header .container.nav-m .btn-mobil {
  padding: 10px 5px;
  position: relative;
  width: 85px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper header .container.nav-m .btn-mobil .ico-menu {
  width: 15px;
  height: 14px;
  display: inline-block;
  background-image: url("../img/ico-menu.png");
  background-position: top;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.wrapper header .container.nav-m .btn-mobil:after {
  content: 'Menu';
  color: #231f20;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.wrapper header .container.nav-m .btn-mobil:hover {
  opacity: 0.6;
}
.wrapper header nav {
  background-color: #414141;
  display: none;
  color: #a7a9ac;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 57px;
  width: 100%;
}
.wrapper header nav .content-menu {
  height: 100%;
  max-height: 100%;
  overflow-x: auto;
}
.wrapper header nav ul {
  padding: 18px 0;
}
.wrapper header nav ul li {
  display: block;
  padding: 0 20px;
}
.wrapper header nav ul li:after {
  content: '';
  display: block;
  background-color: #a7a9ac;
  width: 50px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 5px;
}
.wrapper header nav ul li .a-menu {
  display: block;
  font-size: 20px;
  color: inherit;
  padding: 6px 5px;
}
.wrapper header nav ul li .a-menu:hover, .wrapper header nav ul li .a-menu.activo {
  color: #fff;
}
.wrapper header nav ul li .a-menu:hover:after, .wrapper header nav ul li .a-menu.activo:after {
  background-color: #fff;
}
.wrapper header nav ul li ul.show {
  display: block;
}
.wrapper header nav ul li ul {
  display: none;
}
.wrapper header nav ul li ul li {
  padding: 1px;
}
.wrapper header nav ul li ul li:after {
  display: none;
}
.wrapper header nav ul li ul li a {
  font-size: 14px;
  padding: 1px 20px;
}
.wrapper header nav ul li ul li a:hover, .wrapper header nav ul li ul li a.activo {
  color: #fff;
}
.wrapper header nav ul li ul li.linea {
  display: none;
}

@media screen and (min-width: 768px) {
  .wrapper header {
    background-color: transparent;
  }
  .wrapper header .container.nav-m {
    display: none;
  }
  .wrapper header nav {
    padding-top: 0;
    height: auto;
    display: block !important;
    background-color: transparent;
    color: #231f20;
    position: relative;
    text-transform: uppercase;
  }
  .wrapper header nav .content-menu {
    height: auto;
    max-height: none;
    overflow-x: none;
  }
  .wrapper header nav ul {
    height: auto;
    max-height: none;
    padding: 0;
    text-align: right;
    padding-right: 7px;
  }
  .wrapper header nav ul li {
    display: inline-block;
    width: 20%;
    max-width: 180px;
    padding: 0;
    margin: 0 13px;
    text-align: left;
  }
  .wrapper header nav ul li:after {
    display: none;
  }
  .wrapper header nav ul li .a-menu {
    display: block;
    width: 100%;
    font-size: 12px;
    background-color: #FFF;
    padding: 7px 20px;
  }
  .wrapper header nav ul li .a-menu span {
    border-bottom: 1px solid #231f20;
    margin-top: 1px;
  }
  .wrapper header nav ul li .a-menu:hover, .wrapper header nav ul li .a-menu.activo {
    background-color: #58585a;
  }
  .wrapper header nav ul li .a-menu:hover span, .wrapper header nav ul li .a-menu.activo span {
    border-bottom: 1px solid #fff;
    margin-top: 1px;
  }
  .wrapper header nav ul li .a-menu:after {
    display: none;
  }
  .wrapper header nav ul li ul {
    display: none !important;
  }
}
/*  footer  */
.wrapper footer {
  background-color: #d1d2d4;
  margin-top: 25px;
}
.wrapper footer a {
  font-weight: 400;
}
.wrapper footer .container {
  padding: 26px 20px;
}
.wrapper footer .container .col1, .wrapper footer .container .col2 {
  display: inline-block;
  padding: 0 0 10px;
  max-width: none;
  vertical-align: top;
  width: 100%;
}
.wrapper footer .container .col1 {
  padding-bottom: 22x;
}

@media screen and (min-width: 768px) {
  .wrapper footer {
    margin-top: 80px;
    font-size: 15px;
  }
  .wrapper footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 240px;
  }
  .wrapper footer .container:after {
    content: '';
    display: block;
    clear: both;
  }
  .wrapper footer .container .col1, .wrapper footer .container .col2 {
    width: 50%;
    padding: 0 40px 0 10px;
    max-width: 427px;
  }
  .wrapper footer .container .col1 a, .wrapper footer .container .col2 a {
    text-decoration: underline;
  }
  .wrapper footer .container .col1 p, .wrapper footer .container .col2 p {
    margin-bottom: 25px;
  }
  .wrapper footer .container .col1 {
    padding-bottom: 0;
  }
  .wrapper footer .container .col2 {
    float: right;
  }
}
* {
  /* apply a natural box layout model to all elements */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/static/htc/boxsizing.htc);
  margin: 0;
  padding: 0;
  outline: none;
}

body, html {
  height: 100%;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a, a *, .btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a, a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 10px;
}
p a {
  text-decoration: underline;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  padding: 0;
  margin: 0;
}

.clear {
  clear: both;
}

.row {
  clear: both;
}

body {
  font-family: 'Pt sans', sans-serif;
  font-size: 13px;
  padding: 0;
  margin: 0;
  color: #1d1d1b;
  background-color: #fff;
}

.wrapper {
  width: 100%;
  min-height: 100%;
}
.wrapper .container {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.wrapper .container .t-seccion {
  font-size: 22px;
  line-height: 22px;
  font-family: 'Cyrodiil';
  color: #424242;
  padding: 6px 20px;
  background-color: #d2d9dc;
  width: 40%;
  max-width: 402px;
  position: relative;
  margin-left: -20px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.wrapper .container .content-center {
  text-align: center;
}
.wrapper .content-table {
  display: table;
  width: 100%;
}
.wrapper .content-table .content-cell {
  display: table-cell;
  height: 100%;
}

/* internas */
.content-detalle {
  width: 100%;
  min-height: 500px;
}
.content-detalle .contenido {
  line-height: 1.5em;
}
.content-detalle .contenido a.link-cel {
  padding-right: 12px;
  color: #1e9dd9;
}
.content-detalle .contenido a.link-cel:after {
  content: '';
  display: block;
  width: 11px;
  height: 12px;
  display: block;
  background-image: url(../img/ico-arrow-right.png);
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-detalle .contenido a.link-cel:hover:after {
  margin-left: 20px;
}
.content-detalle .contenido a.link-cel.subr {
  text-decoration: underline;
}

.pad-top {
  padding-top: 57px;
}

@media screen and (min-width: 768px) {
  .content-detalle {
    width: 100%;
  }
  .content-detalle .contenido {
    padding-left: 230px;
    font-size: 15px;
  }
  .content-detalle .contenido p {
    margin-bottom: 18px;
  }

  .pad-top {
    padding-top: 90px;
  }

  body {
    font-size: 12px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
aside {
  padding: 30px;
  position: fixed;
  display: none;
  z-index: 2;
}
aside .logo {
  font-size: 22px;
  margin-bottom: 40px;
  display: inline-block;
}
aside ul li a {
  padding: 5px 0;
  display: block;
}
aside ul li a:hover, aside ul li a.activo {
  color: #1e9dd9;
  font-weight: 600;
}
aside ul li.b {
  font-weight: bold;
}
aside ul li.linea {
  padding: 14px 0 10px 0;
}
aside ul li.linea:after {
  content: '';
  display: block;
  background-color: #231f20;
  width: 50px;
  height: 1px;
}

@media screen and (min-width: 768px) {
  aside {
    display: block;
    padding: 30px;
    position: fixed;
    left: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  aside {
    display: block;
    padding: 30px;
    position: fixed;
    left: 50%;
    margin-left: -640px;
  }
}
#chronology .contentbg {
  background-color: #cccccf;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
#chronology .wrapper-cabecera {
  background-image: url("../img/life-and-work/life-and-work.jpg");
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
  margin-right: -20px;
  margin-left: -20px;
}
#chronology .wrapper-cabecera:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 50%;
}
#chronology .destacado {
  padding-left: 26px;
  font-style: italic;
}
#chronology .destacado .autor {
  display: block;
  font-style: normal;
}
#chronology .btn-next {
  color: #1e9dd9;
  display: inline-block;
  font-weight: bold;
  padding: 5px 5px 5px 0;
  font-size: 15px;
  margin-top: 25px;
}
#chronology .btn-next .ico-arrow {
  width: 11px;
  height: 12px;
  display: block;
  background-image: url(../img/ico-arrow-right.png);
  display: inline-block;
  margin-left: 12px;
  margin-top: -4px;
  vertical-align: middle;
}
#chronology .btn-next:hover .ico-arrow {
  margin-left: 20px;
}
#chronology .contenido .content-historia {
  width: 100%;
}
#chronology .contenido .content-historia .fecha {
  font-size: 14px;
  padding-bottom: 14px;
  position: relative;
  font-weight: bold;
}
#chronology .contenido .content-historia .fecha:after {
  content: '';
  display: block;
  width: 50px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
}
#chronology .contenido .content-historia .descripcion {
  padding: 16px 0 24px 0;
}
#chronology .contenido .content-historia .descripcion .quote {
  padding: 0px 0px 0px 25px;
}
#chronology .contenido .content-historia .descripcion .thequote {
  font-style: italic;
}
#chronology .contenido .content-galeria {
  padding-top: 9px;
}
#chronology .contenido .content-galeria ul {
  margin-right: -11px;
  margin-left: -11px;
  font-size: 0;
}
#chronology .contenido .content-galeria ul li {
  width: 50%;
  margin: 0 0 -3px 0;
  padding: 11px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
#chronology .contenido .content-galeria ul li.activo {
  display: inline-block;
}
#chronology .contenido .content-galeria ul li .wrapper-image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
}
#chronology .contenido .content-galeria ul li .wrapper-image a {
  overflow: hidden;
}
#chronology .contenido .content-galeria ul li .wrapper-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 127%;
}
#chronology .contenido .content-galeria ul li .wrapper-image img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  max-width: none;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#chronology .contenido .content-galeria ul li .author {
  margin: 0 0 2px 0;
  font-weight: bold;
}
#chronology .contenido .content-galeria ul li .worktitle {
  margin: 0 0 2px 0;
}
#chronology .contenido .content-galeria ul li .worktitle .title {
  font-weight: bold;
  font-style: italic;
}
/*NEW 2016/12/08*/
#chronology .contenido .content-galeria ul li .worktitle .title-no-italics {
  font-weight: bold;
}
/**/
#chronology .contenido .content-galeria ul li .description {
  padding: 0;
  margin: 0 0 6px 0;
  min-height: 40px;
}
/*NEW 2016/12/08*/
#chronology .contenido .description-under-photo {
  padding: 0;
  margin: 0 0 6px 0;
  text-align:right;
}
/**/
#chronology .contenido .content-galeria ul li .description:before, #chronology .contenido .content-galeria ul li .description:after {
  display: none;
}
#chronology .contenido .content-galeria.col2 .wrapper-image:before {
  padding-top: 80%;
}
#chronology .contenido .col-img {
  max-width: 483px;
  margin: 0 auto;
  padding-top: 20px;
}
#chronology .contenido .col-descr, #chronology .contenido .col-img {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: top;
}
#chronology .contenido .col-descr .wrapper-image, #chronology .contenido .col-img .wrapper-image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
  border: 1px solid #ebebeb;
  /*&:before{
      content: '';
      display: block;
      width: 100%;
      padding-top: 130%;
  }*/
}
#chronology .contenido .col-descr .wrapper-image img, #chronology .contenido .col-img .wrapper-image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#chronology .contenido .col-descr .nota, #chronology .contenido .col-img .nota {
  width: 100%;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  padding-bottom: 18px;
}
#chronology .contenido .col-descr .nota p, #chronology .contenido .col-img .nota p {
  margin-bottom: 2px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #chronology .wrapper-cabecera {
    margin-right: 0px;
    margin-left: 0px;
  }
  #chronology .t20 {
    font-size: 20px;
    line-height: 1.5em;
  }
  #chronology a.link-cel {
    color: #1e9dd9;
    text-decoration: underline;
  }
  #chronology a.link-cel .ico-arrow {
    width: 11px;
    height: 12px;
    display: block;
    background-image: url(../img/ico-arrow-right.png);
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
  }
  #chronology a.link-cel:hover .ico-arrow {
    margin-left: 20px;
  }
  #chronology .btn-next {
    margin-left: 82px;
  }
  #chronology .contenido .content-historia {
    width: 100%;
    position: relative;
    margin-top: -1px;
  }
  #chronology .contenido .content-historia .fecha {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50px;
    font-size: 21px;
    border-top: 1px solid #000;
    padding: 16px 0;
    text-align: right;
  }
  #chronology .contenido .content-historia .fecha:after {
    display: none;
  }
  #chronology .contenido .content-historia .descripcion {
    width: 100%;
    min-height: 100px;
    padding: 16px 0  50px 82px;
    position: relative;
  }
  #chronology .contenido .content-historia .descripcion:before {
    content: '';
    display: block;
    width: 50px;
    border-top: 1px solid #000;
    position: absolute;
    top: 0;
  }
  #chronology .contenido .content-historia .descripcion:after {
    content: '';
    display: block;
    width: 50px;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 0;
  }
  #chronology .contenido .content-galeria {
    padding-top: 25px;
  }
  #chronology .contenido .content-galeria ul {
    margin-right: -13px;
    margin-left: -13px;
  }
  #chronology .contenido .content-galeria ul li {
    padding: 13px;
  }
  #chronology .contenido .content-galeria ul li .link-cel {
    display: inline-block;
	/*Antonio Palacios 2016/10/25*/
	display:none;
  }
  #chronology .contenido .col-descr {
    width: 50%;
    display: inline-block;
    padding-right: 13px;
    text-align: left;
  }
  /*NEW 2016/12/14*/
  #chronology .contenido .col-descr a{
	  color:#1e9dd9;
	  text-decoration:none;
  }
  #chronology .contenido .col-descr a:hover{
	  text-decoration:underline;
  }
  /**/
  #chronology .contenido .col-img {
    width: 50%;
    display: inline-block;
    padding-left: 13px;
    padding-top: 0;
    text-align: right;
  }
  #chronology .contenido .col-img .nota {
    max-width: 204px;
  }
}
@media screen and (min-width: 960px) {
  #chronology .btn-next {
    margin-left: 150px;
  }
  #chronology .contenido .content-historia .descripcion {
    padding-left: 150px;
  }
  #chronology .contenido .content-galeria ul li {
    width: 33.3%;
    font-size: 12px;
  }
  #chronology .contenido .content-galeria.col2 ul li {
    width: 50%;
    font-size: 12px;
  }
}

a.lightbox {
  cursor: zoom-in;
}