/* LESS Document */
/* Bibliotecas genéricas, de preferencia no editar estos archivos */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * 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/10/11.
 * 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/10/11.
 */
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;
}
/* @import "includes/fonts"; */
.clearfix {
  *zoom: 1;
}
.clearfix::before {
  content: '';
  display: table;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
#modalScreen {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  text-align: center;
  top: 0;
  z-index: 1001;
}
.hide {
  display: none !important;
}
.visualHide {
  height: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity = 0);
  -khtml-opacity: 0;
  /* khtml, old safari */
  -webkit-opacity: 0;
  /* mozilla, netscape */
  -moz-opacity: 0;
  /* mozilla, netscape */
  opacity: 0;
  /* fx, safari, opera */
  -webkit-transition: opacity;
  -moz-transition: opacity;
  -o-transition: opacity;
  -ms-transition: opacity;
  transition: opacity;
}
#screenProt {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity = 0);
  -khtml-opacity: 0;
  /* khtml, old safari */
  -webkit-opacity: 0;
  /* mozilla, netscape */
  -moz-opacity: 0;
  /* mozilla, netscape */
  opacity: 0;
  /* fx, safari, opera */
}
.carrousel {
  list-style: none;
  margin: 1em auto;
  padding: 0;
  width: 100%;
  max-width: 60em;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.carrousel .btnPrev,
.carrousel .btnNext {
  background-image: url('includes/components/img/sprite.png');
  background-repeat: no-repeat;
  width: 3em;
  height: 3em;
  text-indent: -999em;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 1.5em;
  background-size: 79.5em;
}
.carrousel .btnPrev {
  left: .5em;
  margin-right: 1em;
  background-position: 0em -32.5em;
}
.carrousel .btnNext {
  background-position: -3.4em -32.5em;
  margin-left: 1em;
  right: .5em;
}
.carrousel .viewer {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.carrousel .viewer .imageList {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.carrousel .viewer .imageList li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.carrousel .viewer .imageList li:first-child {
  position: relative;
  z-index: 1;
}
.carrousel .viewer .imageList li img {
  display: block;
  width: 100%;
  height: auto;
}
.carrousel .viewer .imageList li.current {
  position: relative;
  z-index: 1;
  left: 0;
}
.carrousel .viewer .imageList li.outview {
  position: absolute;
}
.carrousel .viewer .imageList li.transitionSlideIn,
.carrousel .viewer .imageList li.transitionSlideOut {
  position: absolute;
  z-index: 2;
}
.carrousel .viewer .imageList li.transitionSlideIn {
  -webkit-animation-name: Slide-In;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -moz-animation-name: Slide-In;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -o-animation-name: Slide-In;
  -o-animation-direction: normal;
  -o-animation-duration: 1s;
  -ms-animation-name: Slide-In;
  -ms-animation-direction: normal;
  -ms-animation-duration: 1s;
  animation-name: Slide-In;
  animation-direction: normal;
  animation-duration: 1s;
}
.carrousel .viewer .imageList li.transitionSlideOut {
  -webkit-animation-name: Slide-Out;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -moz-animation-name: Slide-Out;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -o-animation-name: Slide-Out;
  -o-animation-direction: normal;
  -o-animation-duration: 1s;
  -ms-animation-name: Slide-Out;
  -ms-animation-direction: normal;
  -ms-animation-duration: 1s;
  animation-name: Slide-Out;
  animation-direction: normal;
  animation-duration: 1s;
}
.carrousel.fade .viewer .imageList li.transitionSlideIn {
  -webkit-animation-name: Fade-In;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -moz-animation-name: Fade-In;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -o-animation-name: Fade-In;
  -o-animation-direction: normal;
  -o-animation-duration: 1s;
  -ms-animation-name: Fade-In;
  -ms-animation-direction: normal;
  -ms-animation-duration: 1s;
  animation-name: Fade-In;
  animation-direction: normal;
  animation-duration: 1s;
}
.carrousel.fade .viewer .imageList li.transitionSlideOut {
  -webkit-animation-name: Fade-Out;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -moz-animation-name: Fade-Out;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -o-animation-name: Fade-Out;
  -o-animation-direction: normal;
  -o-animation-duration: 1s;
  -ms-animation-name: Fade-Out;
  -ms-animation-direction: normal;
  -ms-animation-duration: 1s;
  animation-name: Fade-Out;
  animation-direction: normal;
  animation-duration: 1s;
}
.carrousel.slide .viewer .imageList li.transitionSlideIn {
  -webkit-animation-name: Slide-In;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -moz-animation-name: Slide-In;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -o-animation-name: Slide-In;
  -o-animation-direction: normal;
  -o-animation-duration: 1s;
  -ms-animation-name: Slide-In;
  -ms-animation-direction: normal;
  -ms-animation-duration: 1s;
  animation-name: Slide-In;
  animation-direction: normal;
  animation-duration: 1s;
}
.carrousel.slide .viewer .imageList li.transitionSlideOut {
  -webkit-animation-name: Slide-Out;
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -moz-animation-name: Slide-Out;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -o-animation-name: Slide-Out;
  -o-animation-direction: normal;
  -o-animation-duration: 1s;
  -ms-animation-name: Slide-Out;
  -ms-animation-direction: normal;
  -ms-animation-duration: 1s;
  animation-name: Slide-Out;
  animation-direction: normal;
  animation-duration: 1s;
}
@-webkit-keyframes Slide-In {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes Slide-In {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-ms-keyframes Slide-In {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-o-keyframes Slide-In {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes Slide-In {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes Slide-Out {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@-moz-keyframes Slide-Out {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@-ms-keyframes Slide-Out {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@-o-keyframes Slide-Out {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@keyframes Slide-Out {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes Fade-In {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity = 0);
    -khtml-opacity: 0;
    /* khtml, old safari */
    -webkit-opacity: 0;
    /* mozilla, netscape */
    -moz-opacity: 0;
    /* mozilla, netscape */
    opacity: 0;
    /* fx, safari, opera */
  }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity = 100);
    -khtml-opacity: 1;
    /* khtml, old safari */
    -webkit-opacity: 1;
    /* mozilla, netscape */
    -moz-opacity: 1;
    /* mozilla, netscape */
    opacity: 1;
    /* fx, safari, opera */
  }
}
@-moz-keyframes Fade-In {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity = 0);
    -khtml-opacity: 0;
    /* khtml, old safari */
    -webkit-opacity: 0;
    /* mozilla, netscape */
    -moz-opacity: 0;
    /* mozilla, netscape */
    opacity: 0;
    /* fx, safari, opera */
  }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity = 100);
    -khtml-opacity: 1;
    /* khtml, old safari */
    -webkit-opacity: 1;
    /* mozilla, netscape */
    -moz-opacity: 1;
    /* mozilla, netscape */
    opacity: 1;
    /* fx, safari, opera */
  }
}
@-ms-keyframes Fade-In {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity = 0);
    -khtml-opacity: 0;
    /* khtml, old safari */
    -webkit-opacity: 0;
    /* mozilla, netscape */
    -moz-opacity: 0;
    /* mozilla, netscape */
    opacity: 0;
    /* fx, safari, opera */
  }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity = 100);
    -khtml-opacity: 1;
    /* khtml, old safari */
    -webkit-opacity: 1;
    /* mozilla, netscape */
    -moz-opacity: 1;
    /* mozilla, netscape */
    opacity: 1;
    /* fx, safari, opera */
  }
}
@-o-keyframes Fade-In {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity = 0);
    -khtml-opacity: 0;
    /* khtml, old safari */
    -webkit-opacity: 0;
    /* mozilla, netscape */
    -moz-opacity: 0;
    /* mozilla, netscape */
    opacity: 0;
    /* fx, safari, opera */
  }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity = 100);
    -khtml-opacity: 1;
    /* khtml, old safari */
    -webkit-opacity: 1;
    /* mozilla, netscape */
    -moz-opacity: 1;
    /* mozilla, netscape */
    opacity: 1;
    /* fx, safari, opera */
  }
}
@keyframes Fade-In {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity = 0);
    -khtml-opacity: 0;
    /* khtml, old safari */
    -webkit-opacity: 0;
    /* mozilla, netscape */
    -moz-opacity: 0;
    /* mozilla, netscape */
    opacity: 0;
    /* fx, safari, opera */
  }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity = 100);
    -khtml-opacity: 1;
    /* khtml, old safari */
    -webkit-opacity: 1;
    /* mozilla, netscape */
    -moz-opacity: 1;
    /* mozilla, netscape */
    opacity: 1;
    /* fx, safari, opera */
  }
}
@-webkit-keyframes Fade-Out {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity = 100);
    -khtml-opacity: 1;
    /* khtml, old safari */
    -webkit-opacity: 1;
    /* mozilla, netscape */
    -moz-opacity: 1;
    /* mozilla, netscape */
    opacity: 1;
    /* fx, safari, opera */
  }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity = 0);
    -khtml-opacity: 0;
    /* khtml, old safari */
    -webkit-opacity: 0;
    /* mozilla, netscape */
    -moz-opacity: 0;
    /* mozilla, netscape */
    opacity: 0;
    /* fx, safari, opera */
  }
}
@-moz-keyframes Fade-Out {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity = 100);
    -khtml-opacity: 1;
    /* khtml, old safari */
    -webkit-opacity: 1;
    /* mozilla, netscape */
    -moz-opacity: 1;
    /* mozilla, netscape */
    opacity: 1;
    /* fx, safari, opera */
  }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity = 0);
    -khtml-opacity: 0;
    /* khtml, old safari */
    -webkit-opacity: 0;
    /* mozilla, netscape */
    -moz-opacity: 0;
    /* mozilla, netscape */
    opacity: 0;
    /* fx, safari, opera */
  }
}
@-ms-keyframes Fade-Out {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity = 100);
    -khtml-opacity: 1;
    /* khtml, old safari */
    -webkit-opacity: 1;
    /* mozilla, netscape */
    -moz-opacity: 1;
    /* mozilla, netscape */
    opacity: 1;
    /* fx, safari, opera */
  }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity = 0);
    -khtml-opacity: 0;
    /* khtml, old safari */
    -webkit-opacity: 0;
    /* mozilla, netscape */
    -moz-opacity: 0;
    /* mozilla, netscape */
    opacity: 0;
    /* fx, safari, opera */
  }
}
@-o-keyframes Fade-Out {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity = 100);
    -khtml-opacity: 1;
    /* khtml, old safari */
    -webkit-opacity: 1;
    /* mozilla, netscape */
    -moz-opacity: 1;
    /* mozilla, netscape */
    opacity: 1;
    /* fx, safari, opera */
  }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity = 0);
    -khtml-opacity: 0;
    /* khtml, old safari */
    -webkit-opacity: 0;
    /* mozilla, netscape */
    -moz-opacity: 0;
    /* mozilla, netscape */
    opacity: 0;
    /* fx, safari, opera */
  }
}
@keyframes Fade-Out {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity = 100);
    -khtml-opacity: 1;
    /* khtml, old safari */
    -webkit-opacity: 1;
    /* mozilla, netscape */
    -moz-opacity: 1;
    /* mozilla, netscape */
    opacity: 1;
    /* fx, safari, opera */
  }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity = 0);
    -khtml-opacity: 0;
    /* khtml, old safari */
    -webkit-opacity: 0;
    /* mozilla, netscape */
    -moz-opacity: 0;
    /* mozilla, netscape */
    opacity: 0;
    /* fx, safari, opera */
  }
}
@media only screen and (max-width: 36em) {
  .carrousel {
    max-height: 20em;
  }
  .carrousel .viewer .imageList li img {
    width: auto;
    height: 100%;
  }
}
/* Estilos específicos del sitio */
body {
  background-color: #001;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  margin: 0 auto;
  width: 80%;
}
h2 {
  color: #ffcc00;
}
h2.title {
  color: #000;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.125em;
}
h2.title .author {
  display: block;
  font-size: 1rem;
  font-style: italic;
}
a {
  color: #333366;
}
a:active,
a:hover {
  color: #666699;
}
blockquote.summary {
  font-style: italic;
  background-color: rgba(204, 204, 204, 0.5);
  color: #334;
  padding: 1em;
  margin: 0;
  line-height: 1.5em;
}
blockquote.summary .donate {
  width: 9em;
  height: 9em;
  float: right;
  margin: 0 0 1em 1em;
  text-align: center;
}
#logoMain {
  display: inline-block;
  float: left;
  font-size: 1em;
  margin: 0;
}
#logoMain img {
  width: 100%;
  height: auto;
}
#contentMain {
  background-color: #fff;
  padding: 1em;
  border-top: 0.5em #ffcc00 solid;
  height: auto;
  overflow: hidden;
  position: relative;
}
#columnLeft,
#avatar,
.fixedLeft {
  width: 19em;
  float: left;
  margin-right: 1em;
}
.fixedRight {
  width: 19em;
  float: right;
  margin-left: 1em;
}
#columnRight,
.columnFlex {
  float: none;
  width: auto;
  overflow: hidden;
}
#issueExtras img {
  width: 100%;
  height: auto;
}
#disqusContainer {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
footer {
  background-color: #555566;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  padding: 1em;
  text-align: center;
  -webkit-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  -moz-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  -o-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  -ms-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
}
footer a {
  color: #FFF;
}
footer a:hover {
  color: #FFF;
  text-decoration: none;
}
#headerMain.logoSmall #logoMain {
  width: 5em;
}
#headerMain.logoSmall #navMain {
  margin-top: 0;
}
#headerSerie {
  overflow: hidden;
  position: relative;
  top: -1em;
  left: -1em;
  width: 100vw;
  max-width: 100%;
}
#headerSerie img {
  display: block;
  width: 100%;
  height: auto;
}
#navMain {
  margin-top: 3em;
  text-align: right;
}
#navMain a {
  color: #fff;
  display: inline-block;
  margin-right: .5em;
  margin-bottom: -1.5em;
  overflow: hidden;
  padding: .5em;
  position: relative;
  text-decoration: none;
  -webkit-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  -moz-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  -o-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  -ms-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
}
#navMain a::before {
  background-color: #333344;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#navMain a::after {
  background-color: #555566;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: top 0.2s ease-in;
  -moz-transition: top 0.2s ease-in;
  -o-transition: top 0.2s ease-in;
  -ms-transition: top 0.2s ease-in;
  transition: top 0.2s ease-in;
}
#navMain a:hover::after {
  top: 0;
}
#navMain a:last-child {
  margin-right: 0;
}
#navHome {
  margin: 1em auto 0;
  text-align: center;
}
#navHome a {
  border: solid 0.0625rem #ffcc00;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  background-color: #333344;
  font-size: 1.5em;
  display: block;
  float: left;
  margin-right: 1%;
  margin-top: 0;
  padding: 2em;
  text-decoration: none;
  width: 49%;
  -webkit-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  -moz-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  -o-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  -ms-text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  text-shadow: -0.0625rem -0.0625rem 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color .2s ease-in, margin-top .2s ease-out;;
  -moz-transition: background-color .2s ease-in, margin-top .2s ease-out;;
  -o-transition: background-color .2s ease-in, margin-top .2s ease-out;;
  -ms-transition: background-color .2s ease-in, margin-top .2s ease-out;;
  transition: background-color .2s ease-in, margin-top .2s ease-out;;
}
#navHome a:last-child {
  margin-right: 0;
}
#navHome a:hover {
  -webkit-box-shadow: 0 0.25rem 0.5em 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0.25rem 0.5em 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0.25rem 0.5em 0 rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0.25rem 0.5em 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.25rem 0.5em 0 rgba(0, 0, 0, 0.6);
  background-color: #555566;
  margin-top: -.25rem;
}
#issuesNavigator {
  display: block;
  margin: 1em 0;
  text-align: center;
}
#issuesNavigator a {
  display: inline-block;
  text-decoration: none;
}
#issuesNavigator a img {
  display: block;
  width: 100%;
  height: 100%;
}
#issuesNavigator img {
  display: inline-block;
}
#issuesNavigator .btnprev,
#issuesNavigator .btnnext {
  width: 3em;
  height: 3em;
}
#issuesNavigator .btnfirst,
#issuesNavigator .btnlast {
  width: 3em;
  height: 3em;
}
@media only screen and (max-width: 27em) {
  #navHome a {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
  #navHome a:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 25em) {
  #issuesNavigator .btnarchive {
    width: 3em;
    height: 3em;
  }
}
.moneros,
.series,
.monos,
.archivo {
  list-style: none;
  margin: 0;
  padding: 0;
}
.moneros li,
.series li,
.monos li,
.archivo li {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 20%;
  text-align: center;
  width: 20%;
}
.moneros li a,
.series li a,
.monos li a,
.archivo li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moneros li a img,
.series li a img,
.monos li a img,
.archivo li a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  transition: transform 0.2s;
}
.moneros li a .avatarName,
.series li a .avatarName,
.monos li a .avatarName,
.archivo li a .avatarName,
.moneros li a .serieName,
.series li a .serieName,
.monos li a .serieName,
.archivo li a .serieName {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 0.0625em #ffcc00;
  color: #FFF;
  padding: .5em;
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: none;
  width: 100%;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moneros li a .avatarName::before,
.series li a .avatarName::before,
.monos li a .avatarName::before,
.archivo li a .avatarName::before,
.moneros li a .serieName::before,
.series li a .serieName::before,
.monos li a .serieName::before,
.archivo li a .serieName::before,
.moneros li a .avatarName::after,
.series li a .avatarName::after,
.monos li a .avatarName::after,
.archivo li a .avatarName::after,
.moneros li a .serieName::after,
.series li a .serieName::after,
.monos li a .serieName::after,
.archivo li a .serieName::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.moneros li a .avatarName::before,
.series li a .avatarName::before,
.monos li a .avatarName::before,
.archivo li a .avatarName::before,
.moneros li a .serieName::before,
.series li a .serieName::before,
.monos li a .serieName::before,
.archivo li a .serieName::before {
  background-color: #333344;
  z-index: -1;
}
.moneros li a .avatarName::after,
.series li a .avatarName::after,
.monos li a .avatarName::after,
.archivo li a .avatarName::after,
.moneros li a .serieName::after,
.series li a .serieName::after,
.monos li a .serieName::after,
.archivo li a .serieName::after {
  background-color: #555566;
  left: -100%;
  z-index: -1;
  -webkit-transition: left 0.2s ease-in;
  -moz-transition: left 0.2s ease-in;
  -o-transition: left 0.2s ease-in;
  -ms-transition: left 0.2s ease-in;
  transition: left 0.2s ease-in;
}
.moneros li a:hover img,
.series li a:hover img,
.monos li a:hover img,
.archivo li a:hover img {
  -webkit-transform: scale(1.125, 1.125);
  -moz-transform: scale(1.125, 1.125);
  -o-transform: scale(1.125, 1.125);
  -ms-transform: scale(1.125, 1.125);
  transform: scale(1.125, 1.125);
}
.moneros li a:hover .avatarName::after,
.series li a:hover .avatarName::after,
.monos li a:hover .avatarName::after,
.archivo li a:hover .avatarName::after,
.moneros li a:hover .serieName::after,
.series li a:hover .serieName::after,
.monos li a:hover .serieName::after,
.archivo li a:hover .serieName::after {
  left: 0;
}
.series li {
  padding-bottom: 20%;
  width: 20%;
}
.pages {
  display: block;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}
.pages li {
  display: block;
  margin-bottom: 1em;
}
.pages li img {
  display: block;
  width: 100%;
  height: auto;
}
.pages li img.carton {
  margin: 0 auto;
  max-width: 40em;
}
.pages li img.pagina {
  margin: 0 auto;
  width: 60em;
}
.archivo {
  text-align: center;
}
.archivo li {
  width: 13%;
  padding-bottom: 13%;
}
@media only screen and (max-width: 93em) {
  .series li {
    padding-bottom: 25%;
    width: 25%;
  }
}
@media only screen and (max-width: 80em) {
  .series li {
    padding-bottom: 33%;
    width: 33%;
  }
}
@media only screen and (max-width: 67em) {
  .series li {
    padding-bottom: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 64em) {
  .moneros li,
  .monos li {
    padding-bottom: 25%;
    width: 25%;
  }
  .pages li {
    width: 100%;
    overflow: auto;
  }
  .pages li img {
    width: auto;
    height: 100%;
  }
  .pages li img.carton {
    width: 100%;
    height: auto;
  }
  .series li {
    padding-bottom: 33%;
    width: 33%;
  }
}
@media only screen and (max-width: 53em) {
  .series li {
    padding-bottom: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 52em) {
  .archivo li {
    padding-bottom: 20%;
    width: 20%;
  }
}
@media only screen and (max-width: 48em) {
  #columnRight .series li {
    padding-bottom: 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 40em) {
  .moneros li,
  .monos li {
    padding-bottom: 33%;
    width: 33%;
  }
  .archivo li {
    padding-bottom: 25%;
    width: 25%;
  }
}
@media only screen and (max-width: 30em) {
  .archivo li {
    padding-bottom: 33%;
    width: 33%;
  }
}
@media only screen and (max-width: 24em) {
  .moneros li,
  .monos li,
  .series li,
  .archivo li {
    padding-bottom: 50%;
    width: 50%;
  }
}
#avatar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#avatar img {
  display: block;
  width: 100%;
  height: auto;
}
#avatar #avatarName {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffcc00;
  color: #FFF;
  overflow: hidden;
  padding: .5em;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
}
#avatar #avatarBio {
  margin-top: 3em;
  position: absolute;
  top: auto;
}
.comments {
  height: auto;
  overflow: hidden;
}
.comments .comment {
  margin: 1em 0;
  vertical-align: top;
  clear: left;
}
.comments .comment .person {
  display: block;
  width: 5em;
  float: left;
  margin-bottom: 1em;
}
.comments .comment .person .name {
  font-size: 0.85em;
  text-align: center;
  display: block;
  word-break: break-all;
}
.comments .comment .person img {
  width: 100%;
  height: auto;
}
.comments .comment .bubble {
  height: auto;
  overflow: hidden;
}
.comments .comment .dice {
  display: none;
}
.comments .comment blockquote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dde;
  color: #334;
  padding: 0.5em;
  display: block;
  float: left;
  margin-bottom: 2em;
  margin-left: 1em;
  position: relative;
}
.comments .comment blockquote::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: solid .5em transparent;
  border-right: solid .5em #dde;
  border-bottom: solid .5em transparent;
  border-left: none;
  position: absolute;
  top: 0;
  left: -.5em;
}
.comments .comment blockquote .date {
  font-size: .75em;
  color: #bbc;
  display: block;
}
.comments #form-comment {
  clear: left;
  margin-top: 2em;
  margin: 0 4em 0 8em;
}
.comments #form-comment label,
.comments #form-comment input,
.comments #form-comment textarea {
  display: block;
  width: 96%;
}
.comments #form-comment input,
.comments #form-comment textarea,
.comments #form-comment button {
  font-family: "lexia", Arial, Helvetica, Sans-serif;
  font-size: 1em;
  padding: 0.5em;
  margin-bottom: 1em;
}
.comments #form-comment button {
  margin-top: 1em;
  padding: 0.5em 2em;
}
.comments #form-comment .error-message {
  margin: 0.25em 0;
  padding: 0.5em;
  background-color: #EEaaaa;
  border: 1px solid #ff0000;
  color: #ff0000;
}
#pw_adbox_73615_5_0 table {
  margin: 0 auto;
}
.adsbygoogle {
  text-align: center;
}
@media only screen and (max-width: 64em) {
  body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em;
    width: 100%;
  }
}
@media only screen and (max-width: 40em) {
  #columnLeft,
  #avatar,
  .fixedLeft {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .fixedRight {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #columnRight,
  .columnFlex {
    float: none;
    width: auto;
    overflow: hidden;
  }
}
