@charset "UTF-8";
/* THEME VARIABLES */
/* GENERAL FRAMEWORK */
/* Bootstrap dependencies */
/* Cambiado por compatibilidad VOCENTO */
/* Igual que MD por compatibilidad VOCENTO */
/* Variables */
/* Mixins */
/* DESIGN FRAMEWORK */
/* LAYOUT NEWSPAPER 2016 */
@import url(https://fonts.googleapis.com/css?family=Martel:800,900|Roboto:400,300|Roboto+Condensed:700,400,300);
@font-face {
  font-family: 'WebFontsLVG';
  src: url("/assets/newspaper2016/fonts/webicons-webfont.eot");
  /* IE9 Compat Modes */
  src: url("/assets/newspaper2016/fonts/webicons-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/newspaper2016/fonts/webicons-webfont.woff2") format("woff2"), url("/assets/newspaper2016/fonts/webicons-webfont.woff") format("woff"), url("/assets/newspaper2016/fonts/webicons-webfont.ttf") format("truetype"), url("/assets/newspaper2016/fonts/webicons-webfont.svg#WebFontsLVG") format("svg");
  /* Legacy iOS */ }
/* MODIFICACIONES LAYOUT */
@media (min-width: 768px) and (max-width: 1019px) {
  /* Encajar 728x90 en tablet */
  /*
  .container {
  	padding-left: ($grid-gutter-width/2)/2;
  	padding-right: ($grid-gutter-width/2)/2;
  }
  */ }
/* VARIABLES */
/* HOME: Grid */
/* Colores */
/* Grays */
a {
  color: #326891; }

/* FONTS */
/*

Martel:700,800,900
PT Sans Narrow:400,700
Roboto:400,300,100:latin
Roboto+Condensed:700,400,300:latin

*/
/* $font-text: Georgia, sans-serif; */
/* $font-text-condensed: 'PT Sans Narrow', Arial, sans-serif; */
/* HOME TITLES (h1) */
/* HOME subtitles (H2) */
/* DETAIL titles (H1) */
/* Mobile */
/* DETAIL subtitles (H2) */
/* Mobile */
/* TEXT (Paragraphs) */
/* DETAIL Data */
/* Media Data (Footer) */
/* Keywords */
/* Rating */
/*********/
/* FONTS */
/*********/
/* Boxes */
/* HEADER */
/* MENU */
/* SHARE BUTTONS */
/* $size-bar-icons: 25px; */
/* MODALES */
/* ScrollBar */
/* BODY */
html, body {
  padding: 0;
  margin: 0; }

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: scroll; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* General Design Variables */
/* MIXINS */
.btn-brand {
  background: #326891;
  color: white;
  border: none;
  text-shadow: 0px -1px #254d6b; }

/* Botones media images */
/* Moveto X and Y axis */
/* Theme for DIV SCROLLBAR */
/* Efecto resaltar */
@keyframes color-me-in {
  0% {
    opacity: 0.2; }

  50% {
    opacity: 1;
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Chrome, Safari, Opera */
    transform: scale(1.2); }

  100% {
    opacity: 0.2;
    -ms-transform: scale(0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8);
    /* Chrome, Safari, Opera */
    transform: scale(0.8); } }
/* Mixins */
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* FontAwesome */
/* VISUAL THEME */
/* Theme Variables */
@font-face {
  font-family: 'WebFontsLVG';
  src: url("../fonts/webicons-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/webicons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/webicons-webfont.woff2") format("woff2"), url("../fonts/webicons-webfont.woff") format("woff"), url("../fonts/webicons-webfont.ttf") format("truetype"), url("../fonts/webicons-webfont.svg#WebFontsLVG") format("svg");
  /* Legacy iOS */ }
/* Site Fonts */
/* Theme Variables */
/* LAYOUT DETAIL */
.text-center {
   text-align: center; }

#detail_video .loultimo, #detail_video #comments {
  margin-top: 30px;
  margin-bottom: 30px; }

/* Aperture */
#detail_video {
  /* Loading */ }
  #detail_video .embed-responsive-16by9 {
    background: black url(/assets/newspaper2016/images/load_dark.gif) center center no-repeat !important; }
  #detail_video main {
    /* Big Media Aperture */ }
    #detail_video main .aperture article {
      /* Article Meta data, Author, date, etc... */
      /*******************/
      /* MEDIA OLD STYLE */
      /*******************/ }
      #detail_video main .aperture article .data {
        text-align: center;
        border-top: 1px dotted #444444;
        border-bottom: 1px dotted #444444;
        /* Date */ }
        #detail_video main .aperture article .data span, #detail_video main .aperture article .data [itemprop*="datePublished"] {
          color: #999999; }
      #detail_video main .aperture article .photo {
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
        #detail_video main .aperture article .photo figure .detail {
          display: none !important; }
      #detail_video main .aperture article span a {
        color: #f4f4f4 !important; }
      #detail_video main .aperture article header {
        text-align: center; }
        #detail_video main .aperture article header h1 {
          font-family: "Martel", Georgia, serif;
          font-size: 32px;
          font-weight: 900;
          line-height: 125%;
          color: white;
          float: left;
          width: 100%;
          transform: scale(1, 1.15);
          -webkit-transform: scale(1, 1.15);
          /* Safari and Chrome */
          -moz-transform: scale(1, 1.15);
          /* Firefox */
          -ms-transform: scale(1, 1.15);
          /* IE 9+ */
          -o-transform: scale(1, 1.15);
          /* Opera */ }
        #detail_video main .aperture article header h2 {
          font-family: "Martel", Georgia, serif;
          font-size: 18px;
          font-weight: 600;
          line-height: 130%;
          color: #cccccc;
          float: left;
          width: 100%;
          margin: 15px 0;
          transform: scale(1, 1.15);
          -webkit-transform: scale(1, 1.15);
          /* Safari and Chrome */
          -moz-transform: scale(1, 1.15);
          /* Firefox */
          -ms-transform: scale(1, 1.15);
          /* IE 9+ */
          -o-transform: scale(1, 1.15);
          /* Opera */ }
    #detail_video main .aperture #social-share {
      text-align: center;
      border: none !important;
      margin: 0;
      float: left;
      width: 100%; }
      #detail_video main .aperture #social-share .btn-comment {
        float: none !important; }
        #detail_video main .aperture #social-share .btn-comment span {
          color: #ccc; }
        #detail_video main .aperture #social-share .btn-comment .circle {
          background: #333; }
      #detail_video main .aperture #social-share .btn-email {
        background: #222 !important; }
        #detail_video main .aperture #social-share .btn-email .circle {
          background: #333 !important; }
          #detail_video main .aperture #social-share .btn-email .circle span {
            color: #ccc !important; }

/* Responsive */
/* Tablets */
@media (min-width: 768px) and (max-width: 1019px) {
  .media.full-size {
    margin-right: 0 !important;
    margin-left: 0 !important; } }
/* Mobile */
@media (max-width: 1019px) {
  main {
    /* Titular */
    /* Entradilla */ }
    main h1 {
      font-size: 22px; }
    main h2 {
      font-size: 16px; }

  #detail_video .aperture h1 {
    font-size: 24px !important; }
  #detail_video .aperture h2 {
    font-size: 16px !important; }

  .media.full-size {
    margin-right: 0 !important;
    margin-left: 0 !important; } }
/*
@media (max-width: 768px){
  .header-fixed .container, .fixed .container {
       padding: 0 15px !important;  }

}
*/
/**********************************/
/**********************************/
/************ OLD STYLE ***********/
/* NON RESPONSIVE HOME COMPATIBLE */
/**********************************/
/**********************************/
#detail_video .aperture article header .rel_info {
  display: block !important;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center; }
  #detail_video .aperture article header .rel_info .authors {
    color: #ccc; }
  #detail_video .aperture article header .rel_info .comments {
    display: none;
    padding-left: 10px;
    color: #666; }
    #detail_video .aperture article header .rel_info .comments i {
      padding-right: 2px; }

/* MAIN PAGE (DETAIL) */
/* LAYOUT DETAIL COMPONENTS  */
/* Header to move */
.header {
  text-align: center;
  width: 100%; }

/* Header container */
#header {
  /* LOGO */
  /* MENU BTN */
  /****************************/
  /****** FIXED HEADER ********/
  /****************************/
  /* SSO */
  /* SSO OLD STYLE */ }
  #header header {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 4px;
    text-align: center;
    width: 100%;
    height: 50px;
    background: white;
    color: #444444; }
    #header header .btn {
      border: none;
      background-color: transparent !important; }
      #header header .btn .icon-bar {
        background-color: black; }
      #header header .btn.btn-menu-user {
        color: black;
        position: relative; }
        #header header .btn.btn-menu-user .glyphicon {
          font-size: 20px;
          color: black; }
        #header header .btn.btn-menu-user .notif-num {
          position: absolute;
          background: #e42644;
          font-size: 12px;
          color: white;
          top: 0;
          right: 0;
          padding: 2px 3px;
          line-height: 100%;
          border-top-right-radius: 25%;
          border-top-left-radius: 25%;
          border-bottom-right-radius: 25%;
          border-bottom-left-radius: 25%;
          border-bottom-left-radius: 25%;
          border-top-left-radius: 25%;
          border-bottom-right-radius: 25%;
          border-top-right-radius: 25%; }
    #header header .brand-logo {
      margin: 0;
      padding: 0;
      display: inline-block;
      width: 100%;
      max-width: 200px;
      height: 100%;
      text-align: center; }
      #header header .brand-logo img {
        padding: 0;
        margin: -12px 0 0 0;
        /* width: auto; */
        width: 100%;
        height: auto;
        position: relative;
        background: rgba(255, 255, 255, 0.001);
        image-rendering: -moz-crisp-edges;
        /* Firefox */
        image-rendering: -o-crisp-edges;
        /* Opera */
        image-rendering: -webkit-optimize-contrast;
        /* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
        /* IE (non-standard property) */ }
      #header header .brand-logo span {
        width: 0;
        height: 0; }
  #header .btn-menu {
    padding: 9px 10px !important;
    margin: 0; }
    #header .btn-menu .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-top-right-radius: 1px;
      border-top-left-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px;
      border-bottom-left-radius: 1px;
      border-top-left-radius: 1px;
      border-bottom-right-radius: 1px;
      border-top-right-radius: 1px;
      background-color: #444444 !important; }
    #header .btn-menu .icon-bar + .icon-bar {
      margin-top: 4px; }
  #header .fixed {
    top: 0;
    left: 0;
    z-index: 1000;
    position: fixed;
    background: white;
    animation-name: animMenu;
    animation-duration: .75s; }
    #header .fixed header {
      position: relative;
      /*
      		&:before {
      			opacity: .05;
      			bottom: -3px;
      			height: 1px;
      			left: 0;
      		}
      */ }
      #header .fixed header:after, #header .fixed header:before {
        content: "";
        background: #999999;
        position: absolute;
        width: 100%; }
      #header .fixed header:after {
        opacity: .15;
        bottom: -2px;
        height: 2px;
        left: 0; }
    #header .fixed:after {
      background: #cccccc;
      position: absolute;
      content: "";
      opacity: .5;
      width: 100%;
      height: 2px;
      top: 0;
      left: 0; }
  #header #loginsso_bar hr {
    margin: 10px 0 !important; }
  #header #loginsso_bar #boton_perfil {
    display: none !important; }
  #header #loginsso_bar #logged_user > .btn {
    font-size: 16px;
    color: #444444; }
  #header #loginsso_bar #logged_user #boton_perfil {
    display: block !important; }
  #header #loginsso_bar .dropdown-menu {
    padding-bottom: 15px; }
    #header #loginsso_bar .dropdown-menu li {
      border-bottom: 1px solid #eee;
      min-height: 1%;
      overflow: hidden;
      text-align: center;
      margin: 0 20px; }
      #header #loginsso_bar .dropdown-menu li a {
        text-align: center;
        cursor: pointer; }
      #header #loginsso_bar .dropdown-menu li .btn {
        float: none !important;
        font-size: 14px !important;
        display: block;
        text-align: center;
        width: 100%; }
        #header #loginsso_bar .dropdown-menu li .btn:hover {
          background: #f4f4f4 !important; }
      #header #loginsso_bar .dropdown-menu li.arrow, #header #loginsso_bar .dropdown-menu li.menu_head {
        border: none !important;
        margin: 0; }
    #header #loginsso_bar .dropdown-menu .checkbox {
      margin-left: 20px !important; }
    #header #loginsso_bar .dropdown-menu .btn-success {
      background-color: #5cb85c !important;
      border-color: #4cae4c !important;
      float: left; }
    #header #loginsso_bar .dropdown-menu .btn-registrar {
      border: 1px solid #eee;
      background: #f4f4f4 !important;
      margin-left: 5px;
      display: block;
      padding: 4px 10px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px; }
  #header #loginsso_bar .menu_head {
    text-align: center;
    margin-bottom: 10px !important;
    padding-top: 10px; }
    #header #loginsso_bar .menu_head img {
      width: 90px;
      height: 90px;
      overflow: hidden;
      border-radius: 50%;
      margin-bottom: 10px; }
    #header #loginsso_bar .menu_head .SSOALIAS {
      display: block;
      text-align: center;
      font-weight: bold;
      font-size: 1.1em; }
    #header #loginsso_bar .menu_head .premium {
      background: #7f99a5;
      border-radius: 12px;
      color: #fff;
      text-align: center;
      display: inline-block;
      font-size: 11px;
      padding: 3px 6px; }
  #header #loginsso_bar #iniciarSesion label {
    color: #111; }
  #header #loginsso_bar #iniciarSesion > button {
    position: relative;
    color: #111;
    text-shadow: none;
    width: 100%;
    overflow: hidden; }
    #header #loginsso_bar #iniciarSesion > button label {
      color: #111; }
    #header #loginsso_bar #iniciarSesion > button:before {
      font-size: 18px;
      content: "\f007";
      font-family: "FontAwesome";
      color: #444444;
      position: absolute;
      font-weight: 300;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: white;
      z-index: 99;
      text-align: center;
      padding: 0; }

/* The animation code */
@keyframes animMenu {
  from {
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px); }

  to {
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (min-width: 768px) {
  #header .container-fluid, #header .collapse, #header .in, #header .collapsing {
    padding: 0 !important; }

  /* SSO Desktop */
  .menu-loggin {
    min-width: 300px;
    padding: 20px !important; }

  .navbar-right {
    margin-right: 0 !important; } }
@media (max-width: 767px) {
  #header {
    position: relative;
    background: #000 !important; }

  .header-fixed, .fixed {
    padding: 0; }
    .header-fixed .container, .fixed .container {
      padding: 0; }

  /* SSO Mobile */
  .btn_sso {
    position: inherit !important; }

  #loginsso_bar {
    position: inherit !important;
    /* logueado */ }
    #loginsso_bar .navbar-nav {
      margin: 0 !important; }
    #loginsso_bar #iniciarSesion, #loginsso_bar #logged_user {
      position: inherit; }
      #loginsso_bar #iniciarSesion > .btn, #loginsso_bar #logged_user > .btn {
        padding-top: 3px !important; }
        #loginsso_bar #iniciarSesion > .btn:before, #loginsso_bar #logged_user > .btn:before {
          font-size: 18px;
          content: "\f007";
          font-family: "FontAwesome";
          color: #444444;
          padding: 0; }
        #loginsso_bar #iniciarSesion > .btn small, #loginsso_bar #iniciarSesion > .btn span, #loginsso_bar #iniciarSesion > .btn i, #loginsso_bar #logged_user > .btn small, #loginsso_bar #logged_user > .btn span, #loginsso_bar #logged_user > .btn i {
          display: none; }
      #loginsso_bar #iniciarSesion > .dropdown-menu, #loginsso_bar #logged_user > .dropdown-menu {
        position: absolute;
        left: -15px;
        right: -15px;
        padding: 15px 30px !important;
        background: #fff !important; } }
/* Header */
/* SECCION */
main .section {
  margin: 0; }
  main .section .sectionNav {
    padding: 0 15px;
    float: left;
    width: 100%; }
    main .section .sectionNav h3 {
      text-transform: uppercase;
      font-family: "Martel", Georgia, serif;
      margin-top: 15px;
      margin-bottom: 10px;
      line-height: 120%;
      font-weight: 800;
      /* For media */ }
      main .section .sectionNav h3 span {
        float: right; }

/* To Desktop */
@media (max-width: 767px) {
  main .section {
    margin: 0;
    padding: 0; }
    main .section .sectionNav {
      padding: 0 15px; }
    main .section h3 {
      font-size: 16px; } }
/* Cliche */
/* DATA */
main .data {
  margin: 0;
  float: left;
  width: 100%;
  clear: both;
  line-height: 120%;
  font-size: 14px;
  padding: 10px 0 7.5px 0;
  text-transform: uppercase;
  font-weight: 300;
  color: #666666;
  /* Publisher */
  /* Author */ }
  main .data [itemprop="publisher"] {
    display: hidden !important; }
  main .data [itemprop="author"], main .data [itemprop="contributor"] {
    color: black;
    font-weight: 700;
    /* Network links */
    /* Twitter */
    /* Plus location */
    /* Plus location and date */ }
    main .data [itemprop="author"] a, main .data [itemprop="contributor"] a {
      color: black;
      display: inline; }
    main .data [itemprop="author"] .avatar, main .data [itemprop="contributor"] .avatar {
      width: 50px;
      height: 50px;
      margin: -11px 10px 0 0;
      /* Grayscale */
      filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
      /* Firefox 10+, Firefox on Android */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
      border-bottom-left-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-top-right-radius: 50%; }
    main .data [itemprop="author"] .twitter, main .data [itemprop="contributor"] .twitter {
      display: none; }
    main .data [itemprop="author"] + br + span, main .data [itemprop="contributor"] + br + span {
      color: black;
      font-weight: 400; }
    main .data [itemprop="author"] + br + span + span[itemprop~="datePublished"]:before, main .data [itemprop="contributor"] + br + span + span[itemprop~="datePublished"]:before {
      content: "- "; }
    main .data [itemprop="author"] + [itemprop="author"]:before, main .data [itemprop="author"] + [itemprop="contributor"]:before, main .data [itemprop="contributor"] + [itemprop="author"]:before, main .data [itemprop="contributor"] + [itemprop="contributor"]:before {
      content: " / ";
      color: black; }

/* Data */
/* MULTIMEDIA */
/* NEW STYLE */
@media (max-width: 767px) {
  .media.full-size {
    margin-right: -15px !important;
    margin-left: -15px !important;
    margin-top: 0px !important; }
    .media.full-size figcaption {
      /* display: none; no visible in mobile */
      padding-right: 15px !important;
      padding-left: 15px !important; }
  .media.video .descriptionContent [itemprop="name"] span {
    display: none !important; } }
.media {
  position: relative;
  margin: 0px;
  /* Extended on Detail */
  /* Icon video */ }
  .media:hover .descriptionContent {
    opacity: 1;
    filter: alpha(opacity=100); }
  .media .descriptionContent {
    z-index: 1;
    position: absolute;
    bottom: 7.5px;
    left: 15px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* Name  */ }
    .media .descriptionContent:before {
      background: white !important;
      color: #e42644 !important;
      /*	bottom: $grid-gutter-width/2;
      	left: $grid-gutter-width/2; */
      float: left;
      text-align: center;
      /* 	position: absolute; */
      width: 40px;
      height: 40px;
      line-height: 34px;
      font-size: 22px;
      overflow: hidden;
      color: white;
      font-family: 'FontAwesome';
      font-weight: normal;
      border: 3px solid white;
      z-index: 99;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      float: left;
      margin-right: 7.5px;
      margin-bottom: 7.5px; }
    .media .descriptionContent [itemprop="name"] {
      /* margin-right: $grid-gutter-width/2; */ }
      .media .descriptionContent [itemprop="name"]:before {
        /*	bottom: $grid-gutter-width/2;
        	left: $grid-gutter-width/2; */
        float: left;
        text-align: center;
        /* 	position: absolute; */
        width: 40px;
        height: 40px;
        line-height: 34px;
        font-size: 22px;
        overflow: hidden;
        color: white;
        font-family: 'FontAwesome';
        font-weight: normal;
        border: 3px solid white;
        z-index: 99;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        float: left;
        margin-right: 7.5px;
        margin-bottom: 7.5px; }
      .media .descriptionContent [itemprop="name"] a {
        color: #666666; }
      .media .descriptionContent [itemprop="name"] span {
        display: block;
        background: white;
        color: black;
        float: left;
        min-height: 35px;
        line-height: 18px;
        margin-right: 15px;
        padding: 5px 10px;
        font-size: 13px !important;
        font-family: "Martel", Georgia, serif;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        margin-bottom: 7.5px;
        border: 3px solid white;
        font-weight: 900 !important;
        transform: scale(1, 1.15);
        -webkit-transform: scale(1, 1.15);
        /* Safari and Chrome */
        -moz-transform: scale(1, 1.15);
        /* Firefox */
        -ms-transform: scale(1, 1.15);
        /* IE 9+ */
        -o-transform: scale(1, 1.15);
        /* Opera */
        margin-top: 3px; }
  .media.full-size {
    margin-top: 15px;
    margin-bottom: 0; }
  .media.image {
    /*
    		&.gallery {
    			&:before {
    				content: "\f083";
    				@include media-icon();
    			}
    		}
    */
    		/* Icon graphic 
    		&.graphic {
    			&:before {
    				content: "\f06e";
    				@include media-icon();
    			}
    		}
    */ }
    .media.image picture {
      display: block;
      width: 100%;
      float: left; }
    .media.image figcaption {
      font-size: 14px;
      color: #666666;
      font-weight: 300;
      padding: 7.5px 0;
      border-bottom: 1px solid #f4f4f4;
      float: left;
      width: 100%; }
      .media.image figcaption [itemprop="caption"]:after {
        content: '. '; }
      .media.image figcaption [itemprop="author"] {
        font-weight: 400;
        color: #444444;
        text-transform: uppercase;
        white-space: nowrap; }
        .media.image figcaption [itemprop="author"] a {
          color: #444444; }
        .media.image figcaption [itemprop="author"]:before {
          content: 'Imagen:';
          text-transform: capitalize !important; }
  .media.video .descriptionContent {
    /* Name  */
    /* Description hidden */ }
    .media.video .descriptionContent:before {
      content: "V";
      font-family: 'WebFontsLVG' !important; }
    .media.video .descriptionContent [itemprop="name"]:before {
      content: "W";
      font-family: 'WebFontsLVG' !important; }
    .media.video .descriptionContent [itemprop="description"] {
      display: none; }
  .media.video .videoPlayBtn {
    position: absolute;
    z-index: 2;
    background: transparent;
    width: 100%;
    height: 100%;
    border: none; }
    .media.video .videoPlayBtn .videoPlayBtnTxt {
      color: white;
      visibility: hidden; }
  .media.gallery .descriptionContent {
    /* Name  */ }
    .media.gallery .descriptionContent [itemprop="name"]:before {
      content: "\f083"; }
  .media.infographic .descriptionContent {
    /* Name  */ }
    .media.infographic .descriptionContent [itemprop="name"]:before {
      content: "\f06e"; }

@media (max-width: 768px) {
  main .media:first-child {
    margin-top: 0px; } }
/**********************************/
/**********************************/
/************ OLD STYLE ***********/
/* NON RESPONSIVE HOME COMPATIBLE */
/**********************************/
/**********************************/
@media (max-width: 768px) {
  .photo .detail {
    display: none !important; } }
/* Open article image */
main .extended {
  margin-top: 15px;
  margin-bottom: 15px; }

.text .photo {
  clear: both;
  margin: 15px 0; }

.photo {
  width: 100%;
  height: auto;
  /* Imagen */
  /* PIE DE FOTO */
  /* ICONOGRAFIA */
  /* CASE IMAGE NO DISPLAY MODAL ICON */
  /* CASE VIDEO */
  /* Video Play, figure goes down */
  /* Video Stop, player goes down */
  /* HOVER STATE */
  /* Non touch compatible - Deprecated */ }
  .photo figure {
    width: 100%;
    position: relative;
    z-index: 1;
    /* Imagen */ }
    .photo figure img {
      width: 100%; }
  .photo .pie {
    margin: 0;
    padding: 7.5px 0px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    float: left;
    width: 100%; }
    .photo .pie .rel_info {
      float: right; }
    .photo .pie .description {
      display: inline; }
    .photo .pie [itemprop="caption"]:after {
      content: '. '; }
    .photo .pie [itemprop="author"] {
      white-space: nowrap;
      text-transform: uppercase;
      font-weight: 400;
      color: #444444; }
      .photo .pie [itemprop="author"] a {
        color: #444444;
        border-bottom: none; }
      .photo .pie [itemprop="author"]:before {
        content: 'Imagen: ';
        text-transform: capitalize; }
  .photo .media {
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: 100%;
    z-index: 2;
    margin: 0 10px 0 0;
    padding: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    opacity: 0.75;
    filter: alpha(opacity=75);
    /* icon */
    /* text */
    /* detail */ }
    .photo .media .fa {
      width: 40px;
      height: 40px;
      line-height: 34px;
      overflow: hidden;
      text-align: center;
      margin: 0 5px 0 0;
      color: white;
      font-size: 22px;
      float: left;
      border: 3px solid white;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
    .photo .media .expand {
      display: none; }
    .photo .media .detail {
      font-family: "Martel", Georgia, serif;
      font-size: 13px;
      font-weight: 900 !important;
      margin: 2px 0 0 0 !important;
      padding: 10px;
      line-height: 120%;
      /* width: 100%;
      max-width: 90%; */
      transform: scale(1, 1.15);
      -webkit-transform: scale(1, 1.15);
      /* Safari and Chrome */
      -moz-transform: scale(1, 1.15);
      /* Firefox */
      -ms-transform: scale(1, 1.15);
      /* IE 9+ */
      -o-transform: scale(1, 1.15);
      /* Opera */
      display: inline-block;
      background: white;
      color: black;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .photo.interaccion_1 .zoom {
    display: none; }
  .photo.playing {
    position: relative;
    /* VIDEO HTML5 */ }
    .photo.playing .video-js {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 100 !important;
      /* Erase Play button (autoplay on) */ }
      .photo.playing .video-js .vjs-big-play-button {
        display: none; }
    .photo.playing img {
      position: relative;
      z-index: 99 !important; }
    .photo.playing .media {
      z-index: 99 !important; }
  .photo.interaccion_2:hover {
    cursor: pointer; }
  .photo.interaccion_2 figure {
    position: relative;
    /* VIDEO HTML5 */ }
    .photo.interaccion_2 figure .video-js {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99;
      height: 100%;
      width: 100%;
      /* Erase Play button (autoplay on) */ }
      .photo.interaccion_2 figure .video-js .vjs-big-play-button {
        display: none; }
    .photo.interaccion_2 figure img {
      position: relative;
      z-index: 100; }
    .photo.interaccion_2 figure .media {
      z-index: 101; }
  .photo.interaccion_2 .media {
    float: left;
    clear: both;
    bottom: 0px;
    /* KILL OLD ICONS */ }
    .photo.interaccion_2 .media.play .icon, .photo.interaccion_2 .media.play .fa, .photo.interaccion_2 .media.play .expand {
      display: none; }
    .photo.interaccion_2 .media.play:before {
      width: 40px;
      height: 40px;
      text-align: center;
      background: white;
      color: #e42644;
      font-size: 24px;
      line-height: 38px;
      float: left;
      content: "V";
      font-family: 'WebFontsLVG';
      border: 3px solid white;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
    .photo.interaccion_2 .media.play .detail {
      margin-bottom: 15px !important; }
    .photo.interaccion_2 .media.play .fa + span:before, .photo.interaccion_2 .media.play .icon + span:before {
      width: 40px;
      height: 40px;
      line-height: 34px;
      overflow: hidden;
      text-align: center;
      margin: 0 5px;
      color: white;
      font-size: 22px;
      float: left;
      content: "W";
      font-family: 'WebFontsLVG';
      border: 3px solid white;
      margin-bottom: 10px;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .photo:hover figure {
    /* img {@include opacity(.85);} */
    /* .media {@include opacity(1);} */ }

/*********************/
/***** IN DETAIL *****/
/*********************/
.detail_videos .aperture {
  /* End Media */ }
  .detail_videos .aperture .media {
    /* CASE VIDEO */
    /* End interaction_2 */ }
    .detail_videos .aperture .media.interaccion_2 {
      /* KILL OLD ICONS */ }
      .detail_videos .aperture .media.interaccion_2.play:before {
        width: 80px !important;
        height: 80px !important;
        line-height: 34px;
        font-size: 22px; }

/* Images */
/* COMENTARIOS */
#comments {
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  float: left;
  width: 100%;
  background: #f4f4f4;
  border-top: 2px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  /* Load More comments */
  /* CABECERO */
  /* LISTA COMENTARIOS */
  /* SSO */ }
  #comments .load-more {
    text-align: center; }
    #comments .load-more .btn-load {
      text-transform: uppercase;
      border-color: #ebebeb !important;
      margin: 0 auto -20px auto;
      font-weight: bolder; }
  #comments .header {
    float: left;
    width: 100%;
    text-shadow: 0px 1px white;
    text-transform: uppercase;
    padding: 7.5px;
    border-bottom: 1px solidlid #f4f4f4; }
    #comments .header h6 {
      color: #000;
      font-weight: bolder;
      font-size: 16px;
      float: left; }
    #comments .header .btn {
      background: #326891;
      color: white;
      border: none;
      text-shadow: 0px -1px #254d6b;
      text-transform: uppercase;
      /* Icono */
      /* Num comments */
      /* Btn Text */ }
      #comments .header .btn .glyphicon-comment {
        top: 3px;
        position: relative;
        padding-right: 5px; }
      #comments .header .btn [itemprop="commentCount"] {
        font-weight: 900;
        padding-right: 7px;
        border-right: 1px solid #254d6b; }
      #comments .header .btn span.btn-text {
        padding-left: 7px;
        display: inline-block;
        border-left: 1px solid #3f83b7; }
  #comments .nav {
    margin: 0 !important;
    padding: 0 !important;
    background: white;
    border-bottom: none;
    float: left;
    width: 100%;
    clear: both;
    padding: 7.5px 0 0 0 !important; }
    #comments .nav li {
      float: left;
      padding: 0 7.5px 0 0 !important;
      font-weight: bolder;
      font-size: 13px; }
      #comments .nav li a {
        padding: 7.5px;
        border-color: #f4f4f4;
        text-shadow: 0px 1px white; }
      #comments .nav li.active a {
        background-color: #f4f4f4; }
  #comments .comments {
    padding: 15px 3px 0 3px;
    margin: 0;
    float: left;
    width: 100%;
    clear: both;
    /* Comentario */ }
    #comments .comments .comment {
      list-style: none;
      padding: 15px 0 0 0;
      overflow: hidden;
      /* RESPUESTAS */ }
      #comments .comments .comment .author {
        margin: 0 15px;
        line-height: 120%;
        font-size: 15px;
        text-shadow: 0px 1px white; }
        #comments .comments .comment .author [itemprop="author"] {
          line-height: 100% !important;
          /* Avatar */ }
          #comments .comments .comment .author [itemprop="author"] [itemprop="name"] {
            font-weight: bold;
            padding-top: 8px;
            display: inline-block; }
          #comments .comments .comment .author [itemprop="author"] img {
            width: 50px;
            margin-right: 10px;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            border-bottom-left-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-top-right-radius: 50%; }
      #comments .comments .comment .content {
        margin: 20px 15px;
        padding: 15px;
        border-bottom: 1px solid #cccccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background: white;
        /* Arrow up */
        /* Title */ }
        #comments .comments .comment .content:before {
          font-family: 'Glyphicons Halflings';
          content: "\e253";
          color: white;
          margin-top: -30px;
          float: left; }
        #comments .comments .comment .content [itemprop="headline"] {
          font-weight: 900;
          display: inline; }
          #comments .comments .comment .content [itemprop="headline"]:after {
            content: "."; }
        #comments .comments .comment .content [itemprop="text"] {
          display: inline; }
      #comments .comments .comment .comment_interaction {
        padding: 0;
        text-align: right;
        margin: 15px 0 0 0; }
        #comments .comments .comment .comment_interaction .numbers {
          background: #f4f4f4;
          padding: 7px;
          margin: 0 -10px 0 5px;
          text-shadow: 0px 1px white; }
        #comments .comments .comment .comment_interaction .btn {
          border-color: #f4f4f4;
          background: transparent;
          text-transform: uppercase;
          margin-left: 7.5px; }
          #comments .comments .comment .comment_interaction .btn.btn-comment {
            font-weight: 900; }
          #comments .comments .comment .comment_interaction .btn .glyphicon, #comments .comments .comment .comment_interaction .btn .fa {
            display: inline-block;
            position: relative;
            top: 2px; }
          #comments .comments .comment .comment_interaction .btn .fa {
            top: 1px;
            padding: 0 0 0 4px;
            color: black; }
          #comments .comments .comment .comment_interaction .btn .glyphicon-heart {
            color: #C5453F; }
          #comments .comments .comment .comment_interaction .btn [itemprop="upvoteCount"] {
            font-weight: bolder;
            color: black; }
      #comments .comments .comment .comments {
        padding-left: 30px; }
        #comments .comments .comment .comments .comment {
          text-align: right;
          opacity: .80; }
          #comments .comments .comment .comments .comment:hover, #comments .comments .comment .comments .comment:focus {
            opacity: 1; }
          #comments .comments .comment .comments .comment [itemprop="author"] {
            margin-right: 0;
            /* Avatar */ }
            #comments .comments .comment .comments .comment [itemprop="author"] img {
              margin-left: 10px;
              margin-right: 0;
              float: right !important; }
          #comments .comments .comment .comments .comment .content {
            /* Arrow up */
            border-bottom: none;
            text-align: left; }
            #comments .comments .comment .comments .comment .content:before {
              float: right; }
  #comments #sso_comentarios {
    margin-top: 20px;
    text-transform: none !important; }
    #comments #sso_comentarios .panel {
      background: none;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      #comments #sso_comentarios .panel h4 {
        font-weight: bold;
        font-size: 1em; }
      #comments #sso_comentarios .panel p {
        font-size: 0.9em; }
      #comments #sso_comentarios .panel button {
        font-size: 0.8em; }
      #comments #sso_comentarios .panel .col-xs-16 .row .col-xs-8 + .col-xs-8 {
        border-left: 1px solid #e5e5e5;
        padding-bottom: 10px; }
      #comments #sso_comentarios .panel #formularioLoginSSO {
        padding-right: 10px; }
        #comments #sso_comentarios .panel #formularioLoginSSO > div {
          float: none !important;
          margin-bottom: 10px;
          text-align: left;
          display: block !important; }
        #comments #sso_comentarios .panel #formularioLoginSSO label {
          font-size: 0.9em;
          font-weight: normal;
          display: block; }
        #comments #sso_comentarios .panel #formularioLoginSSO .text-danger {
          font-size: 0.8em; }
        #comments #sso_comentarios .panel #formularioLoginSSO input {
          width: 100%; }
        #comments #sso_comentarios .panel #formularioLoginSSO .checkbox {
          font-size: 0.8em; }
          #comments #sso_comentarios .panel #formularioLoginSSO .checkbox input[type="checkbox"] {
            width: auto;
            margin-right: 10px; }

/* Variables */
@media (max-width: 480px) {
  #sso_comentarios .col-xs-8 {
    width: 100% !important;
    float: none !important;
    border: none !important; }
    #sso_comentarios .col-xs-8 button {
      float: none !important; }
    #sso_comentarios .col-xs-8 #formularioLoginSSO {
      padding-right: 0;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ccc; } }
/**********************************/
/**********************************/
/************ OLD STYLE ***********/
/* NON RESPONSIVE HOME COMPATIBLE */
/**********************************/
/**********************************/
.tab-content.tab-coments {
  clear: both;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 20px; }
  .tab-content.tab-coments .tab-pane > small {
    color: #999;
    font-weight: bolder;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    text-shadow: 0px 1px #FFF; }
  .tab-content.tab-coments .btn-more {
    text-align: center; }
  .tab-content.tab-coments ol {
    margin: 0;
    padding: 0; }
    .tab-content.tab-coments ol li {
      list-style: none;
      padding: 0;
      margin: 0 0 30px 0;
      text-shadow: 0px 1px #FFF;
      /* Replica */ }
      .tab-content.tab-coments ol li .additional_data {
        width: 100%; }
        .tab-content.tab-coments ol li .additional_data .profile [itemprop="name"] {
          font-weight: bold; }
        .tab-content.tab-coments ol li .additional_data .profile [itemprop="address"]:before {
          content: "desde "; }
        .tab-content.tab-coments ol li .additional_data .avatar {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          float: left;
          overflow: hidden;
          margin-right: 10px; }
          .tab-content.tab-coments ol li .additional_data .avatar img {
            width: 100%;
            overflow: hidden; }
      .tab-content.tab-coments ol li time {
        display: none; }
      .tab-content.tab-coments ol li .comment_context {
        font-size: 0.8em; }
      .tab-content.tab-coments ol li .comment_content {
        clear: both;
        margin: 20px 0;
        padding: 15px;
        border-bottom: 1px solid #cccccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background: white;
        min-height: 1%;
        overflow: hidden;
        /* Arrow up */
        /* Title */ }
        .tab-content.tab-coments ol li .comment_content:before {
          font-family: 'Glyphicons Halflings';
          content: "\e253";
          color: white;
          margin-top: -30px;
          float: left; }
        .tab-content.tab-coments ol li .comment_content [itemprop="headline"] {
          font-weight: 900;
          display: inline; }
          .tab-content.tab-coments ol li .comment_content [itemprop="headline"]:after {
            content: "."; }
        .tab-content.tab-coments ol li .comment_content [itemprop="text"] {
          display: inline; }
        .tab-content.tab-coments ol li .comment_content .btn {
          border: 1px solid #e5e5e5;
          background: #fff;
          font-size: 0.7em;
          float: right;
          margin-top: 10px;
          margin-left: 10px;
          text-transform: uppercase;
          font-weight: 300;
          padding: 4px 8px; }
          .tab-content.tab-coments ol li .comment_content .btn i {
            padding-right: 5px; }
          .tab-content.tab-coments ol li .comment_content .btn span {
            display: inline-block;
            margin-left: 3px;
            font-weight: bold; }
          .tab-content.tab-coments ol li .comment_content .btn .fa-share {
            display: none; }
      .tab-content.tab-coments ol li.reply {
        padding-left: 7%; }

/* Comments */
/* PUBLICIDAD */
.container {
  position: relative !important; }

.adblock {
  text-align: center;
  margin: 15px 0;
  padding: 0 0 15px 0;
  border: 1px solid #ebebeb;
  position: relative !important;
  float: left;
  clear: both;
  width: 100%; }
  .adblock:before {
    margin: 0;
    font-size: 10px;
    color: #cccccc;
    content: "Publicidad";
    font-weight: 100;
    width: 100%;
    display: block;
    float: left;
    text-align: center; }
  .adblock#ad-SkyDerechoDetalle, .adblock#ad-SkyIzquierdoDetalle {
    position: absolute !important;
    top: 0;
    padding: 0;
    width: 120px;
    float: none;
    border: none;
    margin: 0; }
  .adblock#ad-SkyDerechoDetalle {
    right: -120px; }
  .adblock#ad-SkyIzquierdoDetalle {
    left: -120px; }
  .adblock#ad-Megabanner, .adblock#ad-MegabannerMobile, .adblock#ad-FaldonSuperior {
    background: #f4f4f4;
    text-align: center;
    margin: 0 0 0 0;
    padding: 5px 0;
    border-top: 0px;
    border-bottom: 0px;
    overflow: hidden !important; }
    .adblock#ad-Megabanner:before, .adblock#ad-MegabannerMobile:before, .adblock#ad-FaldonSuperior:before {
      position: absolute;
      left: -15px;
      top: 40%;
      width: auto;
      height: auto;
      background: #f4f4f4;
      padding: 0 4px;
      /* Safari */
      -webkit-transform: rotate(-90deg);
      /* Firefox */
      -moz-transform: rotate(-90deg);
      /* IE */
      -ms-transform: rotate(-90deg);
      /* Opera */
      -o-transform: rotate(-90deg);
      /* Internet Explorer */
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  .adblock#ad-Megabanner {
    background: transparent;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4 !important;
    border-color: #f4f4f4 !important; }
    .adblock#ad-Megabanner:before {
      background: white; }
  .adblock#ad-Interstitial, .adblock#ad-InterstitiaMobile, .adblock#ad-Layer, .adblock#ad-Intext {
    display: none !important; }
  .adblock[style*="none"] {
    height: 0px !important;
    display: block !important;
    border: none !important;
    overflow: hidden !important;
    border-color: transparent !important;
    margin: 0 0 -1px 0 !important;
    padding: 0 !important;
    background: transparent !important; }
    .adblock[style*="none"]:before {
      display: none !important; }

@media (max-width: 320px) {
  .adblock {
    text-align: center;
    width: auto !important;
    min-width: 100%;
    margin-left: -6px; } }
/* ESPECIAL TEADS */
.teads-inread, .teads-inboard {
  float: left;
  width: 100%; }

/* LIGATUS */
/* OLD LVG CODE */
#lig_lavozdegalicia_smartbox_article {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0; }

/* Mixins */
/* Disposicion en 1 columna */
/* Disposicion en 2 columnas */
/*
@mixin ligatus_2col() {
	div[class^="lig_wrapper"] {
		div[ligatus-link] {
			width: 49% !important;
			max-width: 49% !important;
			padding: 0 0 10px 0;
		}

		div[class^="lig_txt"] {
			margin: 0;
			padding: 0;
		}
	}
}
*/
/* Cliche */
#header_73235.ng-binding, #header_veeseo_1.ng-binding, .ng-scope .ng-binding {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 700 !important;
  border: none !important;
  border-bottom-color: transparent; }

/* Mosca PUBLI */
#oba_73235 {
  display: none !important; }

/* GENERAL */
div[class^="lig_wrapper"] {
  width: 100%;
  max-width: 100%; }

/* 2 col on mobile - tablet*/
/* 1 col in aside */
aside div[class^="lig_wrapper"] {
  /* Imagen */ }
  aside div[class^="lig_wrapper"] div[ligatus-link] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0 10px 0; }
  aside div[class^="lig_wrapper"] div[class^="lig_img"] {
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    height: 90px;
    width: 90px; }
    aside div[class^="lig_wrapper"] div[class^="lig_img"] img {
      width: auto;
      height: 100%;
      max-width: none;
      margin-left: -30%; }
  aside div[class^="lig_wrapper"] div[class^="lig_txt"] {
    margin: 0;
    padding: 0; }

/* 1 col on mobile */
@media (max-width: 480px) {
  div[class^="lig_wrapper"] {
    /* Imagen */ }
    div[class^="lig_wrapper"] div[ligatus-link] {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 0 10px 0; }
    div[class^="lig_wrapper"] div[class^="lig_img"] {
      float: left;
      padding: 0;
      margin: 0 10px 0 0;
      height: 90px;
      width: 90px; }
      div[class^="lig_wrapper"] div[class^="lig_img"] img {
        width: auto;
        height: 100%;
        max-width: none;
        margin-left: -30%; }
    div[class^="lig_wrapper"] div[class^="lig_txt"] {
      margin: 0;
      padding: 0; } }
div[position].ng-scope {
  padding: 10px;
  border: 1px solid #ebebeb;
  /* Texto */ }
  div[position].ng-scope span[class^="lig_teaser"] {
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 110%;
    color: black; }
  div[position].ng-scope span[class^="lig_headline"] {
    font-family: "Roboto Condensed", sans-serif !important;
    color: black;
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #666; }

/* CONTENIDO DESTACADO */
div[position] + .ng-scope {
  margin-top: 10px;
  /* Texto */ }
  div[position] + .ng-scope span[class^="lig_teaser"] {
    font-family: "Roboto Condensed", sans-serif !important;
    color: black;
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #666; }
  div[position] + .ng-scope span[class^="lig_headline"] {
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 110%;
    color: black; }

/* LIGATUS */
/* NEW LVA CODE */
#lavozdeasturias_web_smartbox_articles {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0 !important;
  border: 1px solid #f4f4f4;
  /* Box */
  /* Box Header */
  /* Content */
  /* Footer */ }
  #lavozdeasturias_web_smartbox_articles [id^="ligatusframe_"] {
    padding: 0 10px 10px 10px; }
  #lavozdeasturias_web_smartbox_articles [id^="header_"]:before {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 18px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700 !important;
    text-transform: uppercase; }
  #lavozdeasturias_web_smartbox_articles [class^="lig_campaign"] {
    /* Tit */ }
    #lavozdeasturias_web_smartbox_articles [class^="lig_campaign"] [class^="lig_teaser"] {
      font-family: "Roboto Condensed", sans-serif !important;
      font-weight: 700;
      font-size: 16px;
      padding: 0;
      margin: 0;
      display: block;
      line-height: 110%;
      color: black; }
    #lavozdeasturias_web_smartbox_articles [class^="lig_campaign"] [class^="lig_headline"] {
      font-family: "Roboto Condensed", sans-serif !important;
      color: black;
      margin: 0;
      padding: 5px 0 0 0;
      display: block;
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      color: #666; }
  #lavozdeasturias_web_smartbox_articles [id^="lig_footer"] {
    font-size: 11px;
    padding-bottom: 10px; }
    #lavozdeasturias_web_smartbox_articles [id^="lig_footer"] img {
      width: 15px;
      height: 15px; }

/* Hack para el intext de los detalles */
#article-page .intext {
  height: 0 !important;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden !important; }

#article-page .intext:before {
  content: ""; }

/* Ads */
/* PIE PAGINA */
#footer footer {
  text-align: center;
  margin: 25px 0 0 0;
  padding: 15px;
  background: #333;
  font-size: 12px;
  color: #f4f4f4; }
  #footer footer .legal {
    list-style: none; }
    #footer footer .legal li {
      display: inline;
      padding: 0 5px; }
      #footer footer .legal li a {
        color: white; }

/* Footer */
/* Clase para metas IOS / Android */
#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue',sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0, #cdcdcd 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none; }

#smartbanner .sb-container {
  margin: 0 auto; }

#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: ArialRoundedMTBold,Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #c5c5c5;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased; }

#smartbanner .sb-button, #smartbanner .sb-info {
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  position: absolute; }

#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa; }

#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

#smartbanner.no-icon .sb-icon {
  display: none; }

#smartbanner .sb-info {
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  color: #6a6a6a; }

#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px; }

#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px; }

#smartbanner .sb-info > span {
  display: block; }

#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase; }

#smartbanner .sb-button {
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0, gainsboro 100%);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset; }

#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top, gainsboro 0, #efefef 100%); }

#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px; }

#smartbanner.android {
  background: #eee;
  border-top: none;
  box-shadow: none; }

#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #fff;
  background: #888;
  text-shadow: none;
  box-shadow: none; }

#smartbanner.android .sb-close:active {
  color: #eee; }

#smartbanner.android .sb-info {
  color: #666;
  text-shadow: none; }

#smartbanner.android .sb-info strong {
  color: #333; }

#smartbanner.android .sb-button {
  min-width: 12%;
  border: none;
  padding: 1px;
  color: #fff;
  background: 0 0;
  border-radius: 0;
  box-shadow: none; }

#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background: #e42644 !important;
  text-transform: none;
  text-shadow: none;
  box-shadow: none; }

#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
  background: 0 0; }

/* Banner app */
/* LAYOUT DETAIL VIDEO COMPONENTS */
/* Apertura fondo negro */
main {
  background: #222222;
  padding-bottom: 30px;
  /* Section and detail Navigation */ }
  main .sectionNav {
    background: black; }
    main .sectionNav h3 {
      color: #f4f4f4; }
      main .sectionNav h3 a {
        color: #f4f4f4; }

/* RESPONSIVE */
/* Tablets */
@media (min-width: 768px) and (max-width: 1019px) {
  .aperture {
    /* margin-bottom: $grid-gutter-width; */ }
    .aperture .col-md-4 h1 {
      font-size: 22px; } }
/* Mobile */
@media (max-width: 1019px) {
  main {
    /* Titular */
    /* Entradilla */ }
    main h1 {
      font-size: 22px; }
    main h2 {
      font-size: 16px; } }
@media (max-width: 1019px) {
  main .photo:first-child {
    margin-right: 0 !important;
    margin-left: 0 !important; } }
/* Aperture */
/* Ultimos videos */
.loultimo {
  /* Cliche */ }
  .loultimo h3.cliche {
    margin: 0 0 30px 0 !important;
    background: #eee;
    padding: 10px;
    margin: 0;
    text-align: left;
    border-top: 2px solid #e5e5e5; }
    .loultimo h3.cliche span {
      font-size: 16px;
      font-weight: bolder;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 120%;
      text-transform: uppercase;
      color: #000; }
  .loultimo article {
    margin-bottom: 10px !important; }
    .loultimo article figure img {
       width: 100%; }
    .loultimo article figure .detail {
      display: none !important; }
    .loultimo article h1, .loultimo article h2 {
      font-size: 16px;
      font-weight: 900;
      line-height: 120%;
      margin-top: 10px !important;
      color: #111 !important;
      font-family: "Martel", Georgia, serif; }
      .loultimo article h1:hover, .loultimo article h2:hover {
        text-decoration: none; }
      .loultimo article h1 a, .loultimo article h2 a {
        color: #111 !important; }
        .loultimo article h1 a:hover, .loultimo article h2 a:hover {
          text-decoration: none; }
    .loultimo article h1 {
      line-height: 140% !important; }
    .loultimo article h2, .loultimo article .data, .loultimo article .pie {
      display: none; }
    .loultimo article > a:hover {
      text-decoration: none; }
      .loultimo article > a:hover figure {
        opacity: 0.8; }

/* Last Videos */
article .photo {
  background: none !important;
  margin-bottom: 20px !important; }
  article .photo figure img {
    width: 100%; }
article header .rel_info {
  display: none !important; }
article header p[itemprop="alternativeHeadline description"] {
  display: none !important; }

#ghostplayer {
  width: 100%;
  overflow: hidden; }

/* Video components */
/* INTERFACE COMPLEMENTS */
/* MENU IN / OUT */
nav .navbar-collapse.collapse {
  display: none !important; }
  nav .navbar-collapse.collapse.in {
    display: block !important; }

/* MENU */
nav {
  top: 0;
  bottom: 0;
  text-align: left;
  position: fixed;
  width: 275px;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  will-change: transform;
  left: -300px;
  z-index: 1000000;
  background: #333333; }
  nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    opacity: .5; }
  nav::-webkit-scrollbar-button:start:decrement, nav::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
    background-color: transparent; }
  nav::-webkit-scrollbar-track-piece {
    background-color: #333333;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px; }
  nav::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #222222;
    -webkit-border-radius: 8px; }
  nav::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #999;
    -webkit-border-radius: 8px; }
  nav .navbar {
    display: block !important;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none !important; }
    nav .navbar .nav {
      margin: 0;
      padding: 10px;
      border-top: none !important;
      border-bottom: 1px solid #454545;
      /* Formulario localidad */
      /* Search */
      /* Redes sociales */
      /* Mas sitios */ }
      nav .navbar .nav h4 {
        font-size: 15px;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        margin: 15px 0 5px 10px;
        padding: 0;
        color: #999999;
        text-align: left; }
      nav .navbar .nav li {
        font-size: 16px;
        padding: 10px;
        text-transform: uppercase;
        color: #f4f4f4;
        min-height: 1%;
        overflow: hidden;
        /*
        min-height: 1%;
        overflow: hidden;
        */ }
        nav .navbar .nav li a {
          color: white;
          text-transform: none;
          background-color: transparent;
          padding: 0px;
          min-height: 1%;
          overflow: hidden;
          display: inline-block;
          float: left; }
          nav .navbar .nav li a.dropdown-toggle {
            margin-left: 8px;
            font-size: 1.3em;
            line-height: 100%; }
        nav .navbar .nav li:hover, nav .navbar .nav li:active, nav .navbar .nav li:focus {
          background: rgba(0, 0, 0, 0.15);
          color: white; }
        nav .navbar .nav li.lista a {
          float: left; }
          nav .navbar .nav li.lista a.dropdown-toggle {
            margin-left: 0;
            font-size: 1em; }
        nav .navbar .nav li.open {
          background: rgba(0, 0, 0, 0.15); }
          nav .navbar .nav li.open li, nav .navbar .nav li.open a {
            background: none !important; }
          nav .navbar .nav li.open .dropdown-menu {
            background: none;
            display: block;
            position: relative;
            width: 100%;
            border: none;
            box-shadow: none;
            padding: 15px 10px 0 10px;
            margin: 0;
            border-radius: 0;
            float: none;
            clear: both; }
            nav .navbar .nav li.open .dropdown-menu li {
              padding: 0 0 15px 0;
              text-transform: capitalize;
              color: #f4f4f4; }
              nav .navbar .nav li.open .dropdown-menu li a {
                color: #f4f4f4; }
                nav .navbar .nav li.open .dropdown-menu li a:hover {
                   color: white; }
              nav .navbar .nav li.open .dropdown-menu li .tt-dropdown-menu {
                background: #222;
                right: 0 !important;
                padding: 5px 10px; }
      nav .navbar .nav .fa-circle {
        font-size: 13px;
        color: #444444;
        padding-right: 8px; }
      nav .navbar .nav .active .fa-circle {
        color: #e42644; }
      nav .navbar .nav form.localidad {
        display: block;
        border: none; }
        nav .navbar .nav form.localidad .form-control, nav .navbar .nav form.localidad .twitter-typeahead {
          width: auto;
          display: inline-block;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          float: left; }
        nav .navbar .nav form.localidad button {
          width: 20%;
          display: inline-block;
          height: 34px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      nav .navbar .nav.search {
        background: #222222;
        border: none;
        padding: 10px; }
        nav .navbar .nav.search li input[type="text"] {
          border: none;
          background: none;
          width: 80%;
          display: inline-block;
          color: white; }
        nav .navbar .nav.search li input[type="submit"] {
          background: none;
          border: none;
          display: inline-block;
          font-family: FontAwesome;
          color: white;
          padding: 0;
          width: 10%; }
      nav .navbar .nav.social {
        text-align: left;
        border-top: 1px solid #454545;
        border-bottom: 1px solid #454545; }
        nav .navbar .nav.social li {
          display: inline-block;
          padding: 0; }
          nav .navbar .nav.social li h4 {
            margin-right: 10px; }
          nav .navbar .nav.social li a {
            border-radius: 12px;
            font-size: 20px;
            padding: 5px 8px !important;
            display: block; }
      nav .navbar .nav.sites {
        border-bottom: 1px solid #454545; }
        nav .navbar .nav.sites li {
          font-size: 16px; }

/*************************/
/****** OPEN MENU ********/
/*************************/
.menu_site_active {
  /* Layer */ }
  .menu_site_active .layer {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background: black;
    z-index: 999999;
    opacity: .5; }
  .menu_site_active #menu_site {
    display: block;
    left: 0;
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    box-shadow: 5px 0 10px -5px black; }

/* Menu user */
#menu_user {
  top: 0;
  bottom: 0;
  text-align: left;
  position: fixed;
  width: 300px;
  min-height: 100%;
  right: -300px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Animation */
  will-change: transform;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  z-index: 1000000;
  /* Pestanas */
  /* Perfil de usuario */
  /* Opciones */
  /* Menciones */
  /* Favoritos */ }
  #menu_user::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    opacity: .5; }
  #menu_user::-webkit-scrollbar-button:start:decrement, #menu_user::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
    background-color: transparent; }
  #menu_user::-webkit-scrollbar-track-piece {
    background-color: #333333;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px; }
  #menu_user::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #222222;
    -webkit-border-radius: 8px; }
  #menu_user::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #999;
    -webkit-border-radius: 8px; }
  #menu_user li {
    text-transform: none;
    min-height: 1%;
    overflow: hidden; }
    #menu_user li > span {
      line-height: 30px;
      float: left;
      display: block;
      width: 140px; }
  #menu_user .nav-tabs {
    border: 1px solid #454545 !important;
    border-radius: 16px;
    margin: 10px 10px 0 10px;
    padding: 0 !important; }
    #menu_user .nav-tabs li {
      width: 50%;
      text-align: center;
      padding: 5px 0 !important; }
      #menu_user .nav-tabs li:first-child {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
        border-right: 1px solid #454545; }
      #menu_user .nav-tabs li:last-child {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px; }
      #menu_user .nav-tabs li a {
        border: none !important; }
        #menu_user .nav-tabs li a:hover {
          background: #f4f4f4 !important;
          color: #222222 !important; }
      #menu_user .nav-tabs li.active {
        background: #f4f4f4; }
        #menu_user .nav-tabs li.active a {
          color: #222222 !important; }
      #menu_user .nav-tabs li:hover {
        background: #f4f4f4 !important; }
        #menu_user .nav-tabs li:hover a {
          color: #222222 !important; }
  #menu_user .perfilusuario {
    min-height: 1%;
    overflow: hidden; }
    #menu_user .perfilusuario figure {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
      float: left;
      margin-right: 10px; }
      #menu_user .perfilusuario figure img {
        width: 100%; }
    #menu_user .perfilusuario h3 {
      font-family: "Roboto Condensed", sans-serif;
      color: #c5c5c5;
      text-transform: none;
      font-size: 1em;
      margin: 5px 0; }
      #menu_user .perfilusuario h3 a {
        color: white;
        border-bottom: 1px dotted #fff;
        text-decoration: none;
        font-family: "Roboto", sans-serif; }
    #menu_user .perfilusuario span.label {
      background: #337ab7; }
  #menu_user .opciones {
    border: none !important;
    /* Idioma */
    /* Tamano de la fuente de texto */ }
    #menu_user .opciones li {
      padding: 5px 10px; }
    #menu_user .opciones .idioma {
      /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */ }
      #menu_user .opciones .idioma select {
        padding: 3px 3px 3px 10px;
        margin: 3px 0 0 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #222222;
        color: #f4f4f4;
        border: none;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        width: 100px;
        font-weight: 300;
        position: relative; }
      @media screen and (-webkit-min-device-pixel-ratio: 0) {
        #menu_user .opciones .idioma select {
          padding-right: 18px; } }
      #menu_user .opciones .idioma label {
        position: relative; }
      #menu_user .opciones .idioma label:after {
        content: '\f107';
        font: 13px "FontAwesome", monospace;
        color: #f4f4f4;
        right: 8px;
        top: 10px;
        padding: 0 0 2px;
        position: absolute;
        pointer-events: none; }
    #menu_user .opciones .tamanoFuente a {
      background: rgba(0, 0, 0, 0.3);
      padding: 5px !important;
      display: inline-block;
      text-align: center;
      width: 30px;
      height: 30px;
      font-weight: bold;
      color: #666;
      margin: 0 2px;
      font-family: Arial;
      border-radius: 4px; }
      #menu_user .opciones .tamanoFuente a.small {
        font-size: 12px;
        line-height: 22px; }
      #menu_user .opciones .tamanoFuente a.normal {
        font-size: 16px;
        line-height: 21px; }
      #menu_user .opciones .tamanoFuente a.large {
        font-size: 21px;
        line-height: 21px; }
      #menu_user .opciones .tamanoFuente a.active {
        color: #fff; }
  #menu_user .menciones {
    border: none; }
    #menu_user .menciones h4 {
      position: relative; }
      #menu_user .menciones h4 span.label {
        background: #E42644;
        text-transform: none;
        top: -1px;
        position: absolute;
        display: inline-block;
        margin-left: 5px; }
    #menu_user .menciones li {
      padding-left: 30px !important; }
      #menu_user .menciones li:before {
        content: "\e111";
        position: absolute;
        font-family: "Glyphicons Halflings";
        top: 14px;
        left: 8px;
        font-size: 13px; }
      #menu_user .menciones li a {
        display: inline; }
  #menu_user .favoritos {
    border: none; }
    #menu_user .favoritos li {
      padding-left: 30px !important; }
      #menu_user .favoritos li:before {
        content: "\e006";
        position: absolute;
        font-family: "Glyphicons Halflings";
        top: 13px;
        left: 8px;
        font-size: 15px; }
      #menu_user .favoritos li a {
        display: block; }

.menu_user_active {
  /* Layer */ }
  .menu_user_active .layer {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background: black;
    z-index: 999999;
    opacity: .5; }
  .menu_user_active #menu_user {
    display: block;
    left: auto;
    right: -300px;
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    box-shadow: 5px 0 10px -5px black; }

/* Menu */
/* SHARE BTNS */
/* Var article */
#social-share .btn, #mobile_share .btn {
  padding: 0;
  border: none;
  color: white;
  margin-right: 5px;
  display: inline-block;
  /* No display Social BTNs */
  /* Bg Buttons
  &.btn-facebook {background: darken($col-facebook, 10%);}
  &.btn-twitter {background: darken($col-twitter, 10%);}
  &.btn-linkedin {background: darken($col-linkedin, 10%);}
  &.btn-google-plus {background: darken($col-google-plus, 10%);}
  &.btn-whatsapp {background: darken ($col-whatsapp, 10%);}
  */
  /* Iconos */
  /* Circles */ }
  #social-share .btn .txt, #mobile_share .btn .txt {
    display: none; }
  #social-share .btn .num, #mobile_share .btn .num {
    font-size: 14px;
    font-weight: 400;
    padding: 6px;
    line-height: 20px;
    float: left; }
  #social-share .btn.btn-facebook, #social-share .btn.btn-twitter, #social-share .btn.btn-linkedin, #social-share .btn.btn-google-plus, #social-share .btn.btn-whatsapp, #social-share .btn.btn-email, #mobile_share .btn.btn-facebook, #mobile_share .btn.btn-twitter, #mobile_share .btn.btn-linkedin, #mobile_share .btn.btn-google-plus, #mobile_share .btn.btn-whatsapp, #mobile_share .btn.btn-email {
    background-color: transparent; }
    #social-share .btn.btn-facebook .num, #social-share .btn.btn-twitter .num, #social-share .btn.btn-linkedin .num, #social-share .btn.btn-google-plus .num, #social-share .btn.btn-whatsapp .num, #social-share .btn.btn-email .num, #mobile_share .btn.btn-facebook .num, #mobile_share .btn.btn-twitter .num, #mobile_share .btn.btn-linkedin .num, #mobile_share .btn.btn-google-plus .num, #mobile_share .btn.btn-whatsapp .num, #mobile_share .btn.btn-email .num {
      display: none !important; }
  #social-share .btn .fa, #social-share .btn .glyphicon, #mobile_share .btn .fa, #mobile_share .btn .glyphicon {
    font-size: 20px; }
  #social-share .btn .circle, #mobile_share .btn .circle {
    background: #ccc;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 6px;
    line-height: 20px;
    float: left;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%; }
  #social-share .btn.btn-facebook .circle, #mobile_share .btn.btn-facebook .circle {
    background: #3b5998; }
  #social-share .btn.btn-twitter .circle, #mobile_share .btn.btn-twitter .circle {
    background: #55acee; }
  #social-share .btn.btn-linkedin .circle, #mobile_share .btn.btn-linkedin .circle {
    background: #0077b5; }
  #social-share .btn.btn-google-plus .circle, #mobile_share .btn.btn-google-plus .circle {
    background: #dc4e41; }
  #social-share .btn.btn-whatsapp .circle, #mobile_share .btn.btn-whatsapp .circle {
    background: #43d854; }
  #social-share .btn.btn-comment .circle, #mobile_share .btn.btn-comment .circle {
    background: white; }

#social-share {
  /* border-top: 1px solid #ebebeb; */
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0 10px 0;
  margin: 0;
  float: left;
  width: 100%;
  /* Comment Btn */ }
  #social-share .btn-comment {
    background-color: transparent;
    color: #326891;
    		/*
    		.glyphicon {
    			position: relative;
    			top: 4px;
    		}
            */ }
    #social-share .btn-comment .num {
      padding-left: 0px; }

/* Barra compartir en movil (Oculto en escritorio) */
#mobile_share {
  height: 20px;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /* Animation */
  will-change: transform;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  padding: 0;
  z-index: 998;
  /* Make it Visible */ }
  #mobile_share ul {
    margin: 0;
    padding: 0 0 0 15px; }
    #mobile_share ul li {
      margin: 0 5px 0 0;
      padding: 0;
      list-style: none;
      text-align: center;
      display: inline-block;
      /* More Button */
      /*
      &.comentarios { background: $col-brand; a{ font-size: 0.9em; } }
      &.siguiente {
      	width: 40%;
      	a {
      		color: #111;
      		font-size: 0.8em;
      		text-transform: uppercase;
      		i { padding-left: 10px; }
      	}
      }
      */ }
      #mobile_share ul li a, #mobile_share ul li button {
        				/* width: $size-bar-buttons;
        				height: $size-bar-buttons;
        				margin: 0;
        
        				color: white;
        				display: block;
        				font-size: 18px;
        
        				@include border-radius(50%); */ }
        #mobile_share ul li a .txt, #mobile_share ul li a .num, #mobile_share ul li button .txt, #mobile_share ul li button .num {
          display: none; }
      #mobile_share ul li.facebook a, #mobile_share ul li.facebook button {
        background: #3b5998; }
      #mobile_share ul li.twitter a, #mobile_share ul li.twitter button {
        background: #55acee; }
      #mobile_share ul li.whatsapp a, #mobile_share ul li.whatsapp button {
        background: #43d854; }
      #mobile_share ul li.more a, #mobile_share ul li.more button {
        color: #999999;
        background: #f4f4f4;
        opacity: 0.9;
        filter: alpha(opacity=90); }
      #mobile_share ul li.more i {
        left: 4% !important; }
  #mobile_share.on {
    /* Animation */
    will-change: transform;
    transition-duration: 0.35s;
    transition-timing-function: linear;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px); }

/* Disable on menu is displayed */
.menu_user_active #mobile_share, .menu_site_active #mobile_share {
  display: none !important; }

@media (max-width: 1020px) {
  #social-share .btn, #mobile_share .btn {
    background: transparent !important; } }
@media (max-width: 768px) {
  /*
  	#social-share {
  		.btn {
  			.circle {
  				height: $size-bar-buttons;
  				width: $size-bar-buttons;
  				line-height: $size-bar-buttons;
  			}
  		}
  	}
  */
  .btnnav {
    display: none; }

  /* Barra compartir movil */
  #mobile_share {
    display: block; } }
/* Share Buttons */
/* PROGRESS BAR */
progress {
  /* Positioning */
  position: relative;
  width: 100%;
  float: left;
  z-index: 1;
  padding: 0;
  margin: 0;
  /* Dimensions */
  width: 100%;
  height: 2px;
  /* Reset the apperance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* For Firefox/IE10+ */
  background-color: #ebebeb;
  /* For IE10+, color of the progress bar */
  color: #e42644; }

progress::-webkit-progress-bar {
  background-color: transparent; }

.flat::-webkit-progress-value {
  background-color: #e42644; }

.flat::-moz-progress-bar {
  background-color: #e42644; }

.single::-webkit-progress-value {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, transparent, red); }

.single::-moz-progress-bar {
  background-color: transparent;
  background-image: -moz-linear-gradient(left, transparent, red); }

.multiple::-webkit-progress-value {
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(left, green, red); }

.multiple::-moz-progress-bar {
  background-image: -moz-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -moz-linear-gradient(left, green, red); }

.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  display: block; }

.progress-bar {
  background-color: red;
  width: 100%;
  display: block;
  height: inherit; }

/* Progress bar */
/* UI buttons (back to top) */
/* MODAL WINDOWS */
.modal .modal-content {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  /* Header */
  /* Footer */ }
  .modal .modal-content .modal-header {
    background: #f4f4f4;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    padding: 7.5px 15px; }
    .modal .modal-content .modal-header .modal-title {
      font-size: 18px;
      font-weight: 900;
      font-family: "Roboto Condensed", sans-serif;
      color: #999999;
      text-shadow: 0px 1px white; }
    .modal .modal-content .modal-header .close {
      font-size: 27px;
      text-shadow: 0px 1px white; }
  .modal .modal-content .modal-footer {
    background: #f4f4f4; }
    .modal .modal-content .modal-footer .btn {
      text-transform: uppercase; }
      .modal .modal-content .modal-footer .btn + .btn {
        background: #326891;
        color: white;
        border: none;
        text-shadow: 0px -1px #254d6b;
        font-weight: bolder; }

/* Modal windows */
/* PAGINATION */
.pagination a {
  color: #888 !important; }

/* Responsive */
/* Desktop */
@media (min-width: 1024px) {
  .pagination {
    margin-top: -10px; } }
/* LAZY LOAD UTILITIES */
/* Lazy Load */
.lazy {
  background-image: url(/assets/newspaper2016/images/load.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f4f4f4; }

.embed-responsive-16by9 {
  background-image: url(/assets/newspaper2016/images/load.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f4f4f4; }
  .embed-responsive-16by9 .lazy {
    background-image: none !important;
    background-color: transparent !important; }

/* Boton navegacion movil */
#mobile_navigation {
  display: none;
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 15px;
  /* Animation */
  will-change: transform;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transform: translateX(20px);
  -webkit-transform: translateX(20px); }
  #mobile_navigation button {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 7.5px;
    background: #f4f4f4;
    padding: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    cursor: pointer;
    text-align: center;
    border: none; }
    #mobile_navigation button:focus {
      outline: 0; }
    #mobile_navigation button span {
      color: #999999;
      font-size: 18px;
      font-weight: bolder;
      line-height: 20px;
      width: 20px; }
  #mobile_navigation.on {
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px); }

/* Panel compartir */
#panel_share {
  /* Oculto en escritorio */
  display: none;
  position: fixed;
  left: 0;
  bottom: -600px;
  z-index: 9999;
  padding: 15px;
  background: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }
  #panel_share.on {
    bottom: 0; }
  #panel_share .panel_header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 5px 0 10px 0;
    min-height: 1%;
    overflow: hidden; }
    #panel_share .panel_header a {
      color: #666; }
  #panel_share .panel_body article {
    min-height: 1%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px; }
    #panel_share .panel_body article figure {
      float: left;
      width: 30%; }
      #panel_share .panel_body article figure img {
        width: 100%; }
    #panel_share .panel_body article h3 {
      float: left;
      width: 70%;
      padding-left: 10px;
      margin: 0;
      font-size: 1em; }
  #panel_share .panel_body .social_list {
    margin: 0;
    padding: 0;
    height: 220px;
    overflow-x: hidden;
    overflow-y: auto; }
    #panel_share .panel_body .social_list li {
      min-height: 1%;
      overflow: hidden;
      border-bottom: 1px solid #e5e5e5;
      padding: 10px 0;
      font-size: 0.9em;
      line-height: 0 !important; }
      #panel_share .panel_body .social_list li button {
        background: none;
        padding: 0 !important;
        margin: 0 !important;
        display: block;
        width: 100%;
        min-height: 1%;
        overflow: hidden; }
        #panel_share .panel_body .social_list li button:after {
          content: "COMPARTIR";
          display: block;
          float: right;
          line-height: 33px !important;
          color: #337ab7;
          font-size: 0.9em; }
        #panel_share .panel_body .social_list li button .circle {
          float: left; }
          #panel_share .panel_body .social_list li button .circle .fa-facebook {
            background: #3b5998 !important; }
          #panel_share .panel_body .social_list li button .circle .fa-twitter {
            background: #55acee !important; }
          #panel_share .panel_body .social_list li button .circle .fa-whatsapp {
            background: #43d854 !important; }
          #panel_share .panel_body .social_list li button .circle .fa-google-plus {
            background: #dc4e41 !important; }
        #panel_share .panel_body .social_list li button .txt {
          display: none; }
        #panel_share .panel_body .social_list li button .num {
          display: block !important;
          float: left;
          background: none;
          color: #444444;
          font-size: 0.9em; }
        #panel_share .panel_body .social_list li button.btn-facebook .num:after {
          content: " likes"; }
        #panel_share .panel_body .social_list li button.btn-twitter .num:after {
          content: " tweets"; }
        #panel_share .panel_body .social_list li button.btn-google-plus .num:after {
          content: " shares"; }
        #panel_share .panel_body .social_list li button.btn-whatsapp .num {
          display: none !important; }
      #panel_share .panel_body .social_list li span {
        width: 30px;
        height: 30px;
        text-align: center;
        background: #e5e5e5;
        border-radius: 50%;
        display: inline-block;
        color: #fff;
        line-height: 31px;
        margin-right: 10px; }
        #panel_share .panel_body .social_list li span.facebook {
          background: #3b5998; }
        #panel_share .panel_body .social_list li span.twitter {
          background: #55acee; }
        #panel_share .panel_body .social_list li span.whatsapp {
          background: #43d854; }
        #panel_share .panel_body .social_list li span.linkedin {
          background: #0077b5; }
        #panel_share .panel_body .social_list li span.googleplus {
          background: #dc4e41; }
      #panel_share .panel_body .social_list li a {
        float: right;
        display: block;
        text-transform: uppercase; }
  #panel_share .panel_footer {
    padding: 10px 0 5px 0; }
    #panel_share .panel_footer a.btn {
      border-radius: 4px;
      background: #C5453D;
      text-align: center;
      color: #fff;
      display: block;
      font-weight: bold;
      text-transform: uppercase; }
      #panel_share .panel_footer a.btn span {
        padding-right: 5px; }

#layer_share {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 1001;
  opacity: .5;
  cursor: pointer; }

.menu_user_active #panel_share, .menu_user_active #mobile_navigation, .menu_site_active #panel_share, .menu_site_active #mobile_navigation {
  display: none !important; }

/* CAPA LOAD NEXT */
div[class^="capa-"] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-image: url(/assets/images/load.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f4f4f4; }
  div[class^="capa-"].capa-right {
    display: none;
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateX(100%);
    -webkit-transform: translateX(100%); }
  div[class^="capa-"].capa-left {
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }

/* LEFT / RIGHT NAV */
.btnleft a {
  position: fixed;
  z-index: 100;
  left: -5px;
  bottom: 45%;
  padding: 25px 25px;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in; }

.btnleft a:hover {
  left: 0;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  color: #999999; }

.btnright a {
  position: fixed;
  z-index: 100;
  right: -5px;
  bottom: 45%;
  padding: 25px 25px;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in; }

.btnright a:hover {
  right: 0;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  color: #999999; }

.btnnav a {
  background: #f4f4f4;
  color: #999999;
  text-decoration: none;
  font-size: 16px; }

/* BOTON SELECCIONAR CAMBIAR DEL MENU */
.btn.select {
  padding: 3px;
  border: 1px solid #666;
  display: block;
  font-family: Arial;
  font-size: 10px;
  float: right;
  font-weight: 300;
  color: #c5c5c5; }
  .btn.select.xl {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1 !important;
    padding: 0 5px !important;
    font-size: 1em; }

/* BOTON ON/OFF ALTO CONTRASTE */
.onoffswitch {
  position: relative;
  width: 55px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  margin-top: 6px; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 0px solid #FFFFFF;
  border-radius: 30px;
  background-color: #9E9E9E; }

.onoffswitch-label:before {
  content: "";
  display: block;
  width: 30px;
  margin: -5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  border-radius: 30px;
  /*box-shadow: 0 6px 12px 0px #757575;*/
  height: 30px; }

.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #337ab7; }

.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #337ab7; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
  background-color: #2196F3;
  /*  box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);*/
  height: 30px; }

@media (max-width: 480px) {
  .btnright a, .btnleft a {
    bottom: 0 !important;
    padding: 0 20px; } }
@media (max-width: 768px) {
  #mobile_navigation, #panel_share {
    display: block; } }
@media (max-height: 414px) {
  #panel_share {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: none; }

  #panel_share.on {
    display: block; }

  #panel_share .panel_body {
    overflow: auto; }

  #panel_share .panel_body article {
    display: none; }

  #panel_share .panel_body .social_list {
    height: auto;
    overflow: auto; } }
/* UI buttons (back to top) */
