/**

font-family: 'Oswald', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Crimson Text', serif;

AZUL: #557c9c;

**/
header, footer, article, figure, aside, section, nav, figcaption {
  display: block;
  margin: 0;
  padding: 0; }

body {
  background: #efefef;
  margin: 0;
  padding: 0;
  font-family: 'PT Sans',arial,sans-serif; }

a {
  text-decoration: none;
  color: #557c9c; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Crimson Text',Georgia,'Times New Roman',serif;
  font-weight: normal;
  margin: 0;
  padding: 0; }

article figure img {
  width: 100%;
  height: auto; }

/** ESTRUCTURA **/
#mainHeader {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  transition: all 0.8s ease; }

#mainContainer {
  width: 100%;
  margin: 20px auto; }
  #mainContainer:after {
    content: ".";
    clear: both;
    visibility: hidden;
    display: block;
    width: 100%; }

#header-meta {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
  min-height: 20px;
  display: none; }

#header-principal {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 0; }

.contenedorGeneral {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }

.contenidoNoticias {
  width: 970px;
  float: left; }

#sidebar {
  width: 300px;
  margin: 0 0 0 30px;
  float: left; }

#sidebar:after {
  content: ".";
  clear: both;
  visibility: hidden;
  width: 100%;
  display: block;
  height: 1px; }

/** HEADER **/
#mostrarMenuOculto {
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
  background: #fff;
  float: left;
  display: none;
  cursor: pointer; }
  #mostrarMenuOculto a:focus,
  #mostrarMenuOculto a:active {
    border: none; }
  #mostrarMenuOculto span {
    font-size: 30px;
    color: #000;
    margin: -9px 0 0 0; }

#tambienMostrarMenuOculto {
  border: none;
  padding: 0;
  margin: 15px 10px 0 0;
  background: #fff;
  float: left;
  display: none;
  cursor: pointer; }
  #tambienMostrarMenuOculto a:focus,
  #tambienMostrarMenuOculto a:active {
    border: none; }
  #tambienMostrarMenuOculto span {
    font-size: 30px;
    color: #000;
    margin: -9px 0 0 0; }

#menuOcultoContainer {
  z-index: 999;
  position: absolute;
  width: 90%;
  left: 0;
  margin: 0 auto;
  right: 0;
  max-width: 1300px; }

#menuOculto {
  width: 100%;
  background: #fff;
  margin: 0;
  border-top: 2px solid #efefef;
  padding-top: 5px; }
  #menuOculto:after {
    content: ".";
    visibility: hidden;
    clear: both;
    width: 100%; }
  #menuOculto ul {
    margin: 0;
    list-style: none;
    width: 46%;
    float: left;
    padding: 0 2%; }
    #menuOculto ul li {
      padding: 0 0 4px 0;
      margin: 0 0 4px 0;
      border-bottom: 1px solid #e2f2f3; }
      #menuOculto ul li a.linkDespliega {
        display: none; }
      #menuOculto ul li a:hover {
        color: #000; }
      #menuOculto ul li ul {
        width: 100%;
        margin: 0;
        padding: 0; }
      #menuOculto ul li.despliega {
        border-bottom: none; }

.header-fecha {
  font: 13px/1.1em 'PT Sans',arial,sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  white-space: nowrap; }

.header-fecha span.suscribite {
  font-weight: bold; }

.header-fecha span.suscribite a {
  color: #000; }

.fixed .header-fecha {
  display: none; }

.headerRedesSocialesUno, .headerRedesSocialesDos {
  float: right;
  text-align: right;
  margin: -3px 0 0 0;
  position: relative; }

.headerRedesSocialesUno a span, .headerRedesSocialesDos a span {
  font-size: 20px;
  color: #000;
  margin: 0 0 0 16px; }

.headerRedesSocialesDos {
  padding-top: 10px;
  padding-bottom: 25px; }

.fixed .headerRedesSocialesDos {
  padding-bottom: 0; }

#formBuscador {
  position: absolute;
  top: 35px;
  right: 0;
  width: 300px;
  height: 30px;
  display: none;
  border: 1px solid #ececec;
  padding: 15px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
  background: #fff; }

#formBuscador #textBusqueda {
  width: 290px;
  height: 28px;
  border: 1px solid #555;
  background: #fff;
  padding-left: 10px; }

#formBuscador .btn-search {
  display: none; }

.fixed #formBuscador {
  top: 35px; }

#header-principal .contenedorGeneral figure {
  width: 270px; }

#headerMenu {
  width: 100%;
  clear: both; }

#menuCanales {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: block; }
  #menuCanales ul {
    list-style: none;
    width: 100%;
    font: 15px/35px 'PT Sans',arial,sans-serif;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    #menuCanales ul li {
      display: inline-block;
      float: left;
      padding: 0;
      margin: 0;
      letter-spacing: 0.03em;
      position: relative; }
      #menuCanales ul li a {
        color: #000;
        padding: 10px; }
        #menuCanales ul li a:hover {
          color: #557c9c; }
      #menuCanales ul li ul {
        width: 150px;
        height: auto;
        position: absolute;
        top: 35px;
        left: 0;
        display: none;
        z-index: 99;
        -webkit-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        #menuCanales ul li ul li {
          width: 100%;
          background: #fff;
          border-top: 1px solid #d4d4d4;
          box-sizing: border-box; }
      #menuCanales ul li:hover > ul {
        display: block; }
      #menuCanales ul li.bloomberg {
        text-indent: -9999px;
        width: 138px;
        height: 35px;
        background-image: url("img/bloomberg/bloomberg_menu.png");
        background-repeat: no-repeat;
        background-position: 14px 7px; }
        #menuCanales ul li.bloomberg a {
          display: block;
          width: 138px;
          height: 35px;
          padding: 0; }
        #menuCanales ul li.bloomberg:hover, #menuCanales ul li.bloomberg.active {
          background-color: #00bbe9;
          background-position: 14px -25px; }
    #menuCanales ul.ahora a {
      color: #557c9c;
      padding-left: 0;
      font-weight: bold; }
    #menuCanales ul:after {
      content: ".";
      visibility: hidden;
      clear: both; }

#menuCanales #header-meta {
  display: block; }

#menuTemasDelDia {
  width: 100%;
  background: #000;
  display: block; }

#menuTemasDelDia ul {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  display: block;
  list-style: none;
  font-size: 15px;
  line-height: 35px; }

#menuTemasDelDia ul li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0; }

#menuTemasDelDia ul li.temasDelDia {
  color: #557c9c;
  margin: 0;
  padding: 0 10px 0 0;
  font-weight: bold; }

#menuTemasDelDia ul li a {
  color: #fff;
  margin: 0;
  padding: 8px 10px; }

#menuTemasDelDia ul li a:hover {
  background: #557c9c; }

#menuTemasDelDia ul:after {
  content: ".";
  visibility: hidden;
  clear: both; }

/** HEADER FIXED ON SCROLL **/
#mainHeader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); }

#mainHeader.fixed #contenedorHeaderMeta {
  display: none; }

#mainHeader.fixed #header-menu {
  display: none; }

#mainHeader.fixed #header-principal {
  border-bottom: none;
  height: 44px; }

#mainHeader.fixed #header-principal .contenedorGeneral figure {
  width: 170px;
  float: left; }

#mainHeader.fixed #header-principal .contenedorGeneral figure img {
  width: 100%; }

/***FOOTER **/
#mainFooter {
  width: 100%;
  background: #000;
  clear: both;
  border-top: 2px solid #8e8e8e;
  padding: 20px 0;
  color: #fff;
  text-align: center; }

#mainFooter figure {
  margin: 10px auto;
  width: 220px; }

#mainFooter figure img {
  width: 220px;
  height: auto;
  border: none; }

#mainFooter figure figcaption {
  font: 16px/20px 'Crimson Text',Georgia,Times,serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 0.1em; }

#mainFooter ul {
  width: 90%;
  max-width: 1300px;
  list-style: none;
  text-align: center;
  margin: 10px auto; }

#mainFooter ul#legalesFooter {
  margin-bottom: 20px; }

#mainFooter ul li {
  display: inline-block;
  padding: 0;
  margin: 0; }

#mainFooter ul li a {
  color: #fff; }

#mainFooter ul li a:after {
  content: " | ";
  color: #8e8e8e;
  margin: 0 5px;
  font-size: 16px; }

#mainFooter ul li:last-child a:after {
  display: none; }

#mainFooter p {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin: 5px 0; }

#masLeidasHorizontal {
  width: 100%;
  clear: both; }
  #masLeidasHorizontal h4.tituloSeccion {
    font-family: 'Crimson Text',Georgia,serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0 0 5px 0; }
  #masLeidasHorizontal ol {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box; }
    #masLeidasHorizontal ol li {
      float: left;
      width: 24%;
      height: 130px;
      overflow: hidden;
      padding: 0;
      margin: 0 0 5px 1%;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      #masLeidasHorizontal ol li a figure {
        width: 100%;
        overflow: hidden; }
        #masLeidasHorizontal ol li a figure img {
          width: 100%;
          -webkit-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          display: block; }
      #masLeidasHorizontal ol li a span {
        position: absolute;
        display: block;
        -webkit-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #fff; }
        #masLeidasHorizontal ol li a span.rankOrder {
          font-family: 'Oswald',arial,sans-serif;
          font-size: 90px;
          line-height: 1em;
          left: 5px;
          top: 0;
          opacity: 0.7;
          z-index: 3;
          border-bottom: 6px solid #557c9c;
          padding-bottom: 5px; }
        #masLeidasHorizontal ol li a span.rankTitle {
          width: 100%;
          padding: 10px;
          box-sizing: border-box;
          bottom: -100px;
          left: 0;
          visibility: hidden;
          font-family: "PT Sans",arial,sans-serif;
          font-size: 18px;
          font-weight: 600;
          line-height: 1.1em; }
          #masLeidasHorizontal ol li a span.rankTitle hr {
            background: #557c9c;
            width: 50%;
            left: 0;
            margin: 10px 0 0 0;
            border: none;
            height: 5px; }
      #masLeidasHorizontal ol li a:hover figure img {
        width: 106%;
        margin: -5px 0 0 -5px;
        -webkit-filter: brightness(30%);
        filter: brightness(30%); }
      #masLeidasHorizontal ol li a:hover span.rankOrder {
        left: -50px; }
      #masLeidasHorizontal ol li a:hover span.rankTitle {
        bottom: 10px;
        visibility: visible; }
      #masLeidasHorizontal ol li:first-child {
        width: 50%;
        height: 265px;
        margin-left: 0; }
        #masLeidasHorizontal ol li:first-child span.rankTitle {
          font-size: 30px; }
      @media only screen and (max-width: 1330px) {
        #masLeidasHorizontal ol li {
          width: 19%;
          height: 265px;
          overflow: hidden;
          display: table-cell; }
          #masLeidasHorizontal ol li a figure {
            height: 265px;
            width: 100%; }
            #masLeidasHorizontal ol li a figure img {
              height: 265px;
              width: auto; }
          #masLeidasHorizontal ol li a .rankTitle {
            bottom: -300px;
            visibility: hidden; }
          #masLeidasHorizontal ol li:first-child {
            width: 19%;
            height: 265px;
            overflow: hidden; }
            #masLeidasHorizontal ol li:first-child a figure {
              height: 265px;
              width: 100%; }
              #masLeidasHorizontal ol li:first-child a figure img {
                height: 265px;
                width: auto; }
            #masLeidasHorizontal ol li:first-child a .rankTitle {
              font-size: 18px;
              bottom: -300px;
              bisibility: hidden; } }
    #masLeidasHorizontal ol:after {
      content: ".";
      display: block;
      visibility: hidden;
      clear: both;
      height: 0; }
    @media only screen and (max-width: 1330px) {
      #masLeidasHorizontal ol:hover > li {
        width: 11.5%; }
      #masLeidasHorizontal ol li:hover {
        width: 50%; }
        #masLeidasHorizontal ol li:hover a figure img {
          width: auto;
          margin: 0; }
        #masLeidasHorizontal ol li:hover a .rankTitle {
          visibility: visible; } }

.notaRecomendada {
  position: relative;
  transition: all 0.3s ease;
  width: 32%;
  margin: 0 2% 20px 0;
  float: left;
  padding: 5px 10px 10px 10px;
  box-sizing: border-box;
  background: #fff;
  height: 315px;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
  .notaRecomendada:hover {
    -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25); }
  .notaRecomendada figure {
    width: 100%;
    margin: 25px 0 10px 0;
    overflow: hidden; }
    .notaRecomendada figure img {
      width: 100%;
      display: block; }
  .notaRecomendada h5 {
    position: absolute;
    top: 10px;
    font-family: 'PT Sans',arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #557c9c;
    text-transform: uppercase; }
  .notaRecomendada h2 {
    font-family: 'Crimson Text',Georgia,Times;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px; }
    .notaRecomendada h2 a {
      color: #000; }
  .notaRecomendada p {
    display: none; }
  .notaRecomendada:nth-child(4), .notaRecomendada:nth-child(10), .notaRecomendada:nth-child(16) {
    background: #000;
    margin-right: 0;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
    .notaRecomendada:nth-child(4) h2, .notaRecomendada:nth-child(10) h2, .notaRecomendada:nth-child(16) h2 {
      font-family: 'Oswald',arial,sans-serif;
      font-size: 25px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 26px; }
      .notaRecomendada:nth-child(4) h2 a, .notaRecomendada:nth-child(10) h2 a, .notaRecomendada:nth-child(16) h2 a {
        color: #fff; }
    .notaRecomendada:nth-child(4):hover, .notaRecomendada:nth-child(10):hover, .notaRecomendada:nth-child(16):hover {
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
      background: #557c9c; }
    .notaRecomendada:nth-child(4):hover > h5, .notaRecomendada:nth-child(10):hover > h5, .notaRecomendada:nth-child(16):hover > h5 {
      color: #000; }
    @media all and (max-width: 1330px) and (min-width: 1090px) {
      .notaRecomendada:nth-child(4), .notaRecomendada:nth-child(10), .notaRecomendada:nth-child(16) {
        margin: 0 4% 20px 0; }
        .notaRecomendada:nth-child(4):nth-child(odd), .notaRecomendada:nth-child(10):nth-child(odd), .notaRecomendada:nth-child(16):nth-child(odd) {
          margin-right: 0; } }
    @media all and (max-width: 780px) {
      .notaRecomendada:nth-child(4), .notaRecomendada:nth-child(10), .notaRecomendada:nth-child(16) {
        margin: 0 4% 20px 0; }
        .notaRecomendada:nth-child(4):nth-child(odd), .notaRecomendada:nth-child(10):nth-child(odd), .notaRecomendada:nth-child(16):nth-child(odd) {
          margin-right: 0; } }
  .notaRecomendada:nth-child(5), .notaRecomendada:nth-child(6), .notaRecomendada:nth-child(7), .notaRecomendada:nth-child(11), .notaRecomendada:nth-child(12), .notaRecomendada:nth-child(13), .notaRecomendada:nth-child(17), .notaRecomendada:nth-child(18), .notaRecomendada:nth-child(19) {
    width: 100%;
    padding: 0 10px 0 0;
    overflow: hidden;
    height: auto; }
    .notaRecomendada:nth-child(5) figure, .notaRecomendada:nth-child(6) figure, .notaRecomendada:nth-child(7) figure, .notaRecomendada:nth-child(11) figure, .notaRecomendada:nth-child(12) figure, .notaRecomendada:nth-child(13) figure, .notaRecomendada:nth-child(17) figure, .notaRecomendada:nth-child(18) figure, .notaRecomendada:nth-child(19) figure {
      width: 33%;
      float: left;
      margin: 0 15px 0 0; }
    .notaRecomendada:nth-child(5) h5, .notaRecomendada:nth-child(6) h5, .notaRecomendada:nth-child(7) h5, .notaRecomendada:nth-child(11) h5, .notaRecomendada:nth-child(12) h5, .notaRecomendada:nth-child(13) h5, .notaRecomendada:nth-child(17) h5, .notaRecomendada:nth-child(18) h5, .notaRecomendada:nth-child(19) h5 {
      top: 10px;
      left: 33%;
      margin: 0 0 0 15px; }
      @media all and (max-width: 1330px) and (min-width: 1090px) {
        .notaRecomendada:nth-child(5) h5, .notaRecomendada:nth-child(6) h5, .notaRecomendada:nth-child(7) h5, .notaRecomendada:nth-child(11) h5, .notaRecomendada:nth-child(12) h5, .notaRecomendada:nth-child(13) h5, .notaRecomendada:nth-child(17) h5, .notaRecomendada:nth-child(18) h5, .notaRecomendada:nth-child(19) h5 {
          left: 0;
          margin-left: 10px; } }
      @media all and (max-width: 780px) {
        .notaRecomendada:nth-child(5) h5, .notaRecomendada:nth-child(6) h5, .notaRecomendada:nth-child(7) h5, .notaRecomendada:nth-child(11) h5, .notaRecomendada:nth-child(12) h5, .notaRecomendada:nth-child(13) h5, .notaRecomendada:nth-child(17) h5, .notaRecomendada:nth-child(18) h5, .notaRecomendada:nth-child(19) h5 {
          left: 0;
          margin-left: 10px; } }
    .notaRecomendada:nth-child(5) h2, .notaRecomendada:nth-child(6) h2, .notaRecomendada:nth-child(7) h2, .notaRecomendada:nth-child(11) h2, .notaRecomendada:nth-child(12) h2, .notaRecomendada:nth-child(13) h2, .notaRecomendada:nth-child(17) h2, .notaRecomendada:nth-child(18) h2, .notaRecomendada:nth-child(19) h2 {
      margin: 35px 0 5px 0; }
      @media all and (max-width: 1330px) and (min-width: 1090px) {
        .notaRecomendada:nth-child(5) h2, .notaRecomendada:nth-child(6) h2, .notaRecomendada:nth-child(7) h2, .notaRecomendada:nth-child(11) h2, .notaRecomendada:nth-child(12) h2, .notaRecomendada:nth-child(13) h2, .notaRecomendada:nth-child(17) h2, .notaRecomendada:nth-child(18) h2, .notaRecomendada:nth-child(19) h2 {
          margin-top: 0; } }
    .notaRecomendada:nth-child(5) p.bajada, .notaRecomendada:nth-child(6) p.bajada, .notaRecomendada:nth-child(7) p.bajada, .notaRecomendada:nth-child(11) p.bajada, .notaRecomendada:nth-child(12) p.bajada, .notaRecomendada:nth-child(13) p.bajada, .notaRecomendada:nth-child(17) p.bajada, .notaRecomendada:nth-child(18) p.bajada, .notaRecomendada:nth-child(19) p.bajada {
      display: block;
      margin: 0 0 10px 0;
      font-size: 15px; }
      @media all and (max-width: 1330px) and (min-width: 1090px) {
        .notaRecomendada:nth-child(5) p.bajada, .notaRecomendada:nth-child(6) p.bajada, .notaRecomendada:nth-child(7) p.bajada, .notaRecomendada:nth-child(11) p.bajada, .notaRecomendada:nth-child(12) p.bajada, .notaRecomendada:nth-child(13) p.bajada, .notaRecomendada:nth-child(17) p.bajada, .notaRecomendada:nth-child(18) p.bajada, .notaRecomendada:nth-child(19) p.bajada {
          display: none; } }
      @media all and (max-width: 990px) {
        .notaRecomendada:nth-child(5) p.bajada, .notaRecomendada:nth-child(6) p.bajada, .notaRecomendada:nth-child(7) p.bajada, .notaRecomendada:nth-child(11) p.bajada, .notaRecomendada:nth-child(12) p.bajada, .notaRecomendada:nth-child(13) p.bajada, .notaRecomendada:nth-child(17) p.bajada, .notaRecomendada:nth-child(18) p.bajada, .notaRecomendada:nth-child(19) p.bajada {
          display: none; } }
    @media all and (max-width: 1330px) and (min-width: 1090px) {
      .notaRecomendada:nth-child(5), .notaRecomendada:nth-child(6), .notaRecomendada:nth-child(7), .notaRecomendada:nth-child(11), .notaRecomendada:nth-child(12), .notaRecomendada:nth-child(13), .notaRecomendada:nth-child(17), .notaRecomendada:nth-child(18), .notaRecomendada:nth-child(19) {
        width: 48%;
        margin: 0 4% 20px 0;
        height: 315px;
        padding: 5px 10px 10px 10px; }
        .notaRecomendada:nth-child(5):nth-child(odd), .notaRecomendada:nth-child(6):nth-child(odd), .notaRecomendada:nth-child(7):nth-child(odd), .notaRecomendada:nth-child(11):nth-child(odd), .notaRecomendada:nth-child(12):nth-child(odd), .notaRecomendada:nth-child(13):nth-child(odd), .notaRecomendada:nth-child(17):nth-child(odd), .notaRecomendada:nth-child(18):nth-child(odd), .notaRecomendada:nth-child(19):nth-child(odd) {
          margin-right: 0; }
        .notaRecomendada:nth-child(5) figure, .notaRecomendada:nth-child(6) figure, .notaRecomendada:nth-child(7) figure, .notaRecomendada:nth-child(11) figure, .notaRecomendada:nth-child(12) figure, .notaRecomendada:nth-child(13) figure, .notaRecomendada:nth-child(17) figure, .notaRecomendada:nth-child(18) figure, .notaRecomendada:nth-child(19) figure {
          width: 100%;
          margin: 25px 0 10px 0;
          float: none; } }
    @media all and (max-width: 780px) {
      .notaRecomendada:nth-child(5), .notaRecomendada:nth-child(6), .notaRecomendada:nth-child(7), .notaRecomendada:nth-child(11), .notaRecomendada:nth-child(12), .notaRecomendada:nth-child(13), .notaRecomendada:nth-child(17), .notaRecomendada:nth-child(18), .notaRecomendada:nth-child(19) {
        width: 48%;
        margin: 0 4% 20px 0;
        height: 315px;
        padding: 5px 10px 10px 10px; }
        .notaRecomendada:nth-child(5):nth-child(odd), .notaRecomendada:nth-child(6):nth-child(odd), .notaRecomendada:nth-child(7):nth-child(odd), .notaRecomendada:nth-child(11):nth-child(odd), .notaRecomendada:nth-child(12):nth-child(odd), .notaRecomendada:nth-child(13):nth-child(odd), .notaRecomendada:nth-child(17):nth-child(odd), .notaRecomendada:nth-child(18):nth-child(odd), .notaRecomendada:nth-child(19):nth-child(odd) {
          margin-right: 0; }
        .notaRecomendada:nth-child(5) figure, .notaRecomendada:nth-child(6) figure, .notaRecomendada:nth-child(7) figure, .notaRecomendada:nth-child(11) figure, .notaRecomendada:nth-child(12) figure, .notaRecomendada:nth-child(13) figure, .notaRecomendada:nth-child(17) figure, .notaRecomendada:nth-child(18) figure, .notaRecomendada:nth-child(19) figure {
          width: 100%;
          margin: 25px 0 10px 0;
          float: none; } }
  @media all and (max-width: 1330px) and (min-width: 1090px) {
    .notaRecomendada {
      width: 48%;
      margin: 0 4% 20px 0; }
      .notaRecomendada:nth-child(odd) {
        margin-right: 0; } }
  @media all and (max-width: 780px) {
    .notaRecomendada {
      width: 48%;
      margin: 0 4% 20px 0; }
      .notaRecomendada:nth-child(odd) {
        margin-right: 0; } }

/* PUBLICIDAD */
.adscontainer_banner div {
  text-align: center; }
  .adscontainer_banner div div {
    text-align: center;
    clear: both;
    margin: 0 0 20px 0; }
    .adscontainer_banner div div:after {
      content: ".";
      visibility: hidden;
      display: block;
      height: 0;
      clear: both; }
  .adscontainer_banner div a {
    text-align: center;
    clear: both;
    margin: 0 0 20px 0;
    display: block; }
    .adscontainer_banner div a:after {
      content: ".";
      visibility: hidden;
      display: block;
      height: 0;
      clear: both; }
  .adscontainer_banner div iframe {
    text-align: center;
    clear: both;
    margin: 0 0 20px 0; }
    .adscontainer_banner div iframe:after {
      content: ".";
      visibility: hidden;
      display: block;
      height: 0;
      clear: both; }

#eplAdDivcentral_728x90x1 {
  text-align: center; }
  #eplAdDivcentral_728x90x1 a,
  #eplAdDivcentral_728x90x1 div,
  #eplAdDivcentral_728x90x1 iframe {
    display: block;
    margin: 0 0 20px 0; }

 /*! lightgallery - v1.6.6 - 2017-12-20
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2017 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

#ultimoMomentoPerfil {
  margin: 20px 0;
  padding: 0 0 10px 0; }

#ultimoMomentoPerfil h4 {
  background: #000;
  color: #fff;
  font: 400 24px/44px 'Crimson Text',Georgia,serif;
  padding: 5px 15px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  border-bottom: 2px solid #0082af; }
  #ultimoMomentoPerfil h4 a {
    color: #fff; }

/* Style the tab */
#ultimoMomentoPerfil .tab {
  overflow: hidden;
  border: none;
  background-color: #fff;
  background-image: url("img/bg_1x1_cbcbcb.png");
  background-repeat: repeat-x;
  background-position: 0 bottom; }

/* Style the buttons inside the tab */
#ultimoMomentoPerfil .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 5px;
  transition: 0.3s;
  font: 400 12px/12px 'PT Sans',arial,sans-serif;
  color: #7a7a7a;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }

/* Change style of buttons on hover */
#ultimoMomentoPerfil .tab button:hover {
  color: #000; }

/* Create an active/current tablink class */
#ultimoMomentoPerfil .tab button.active {
  font-weight: 700;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  color: #000;
  border-bottom: 1px solid #fff; }

#ultimoMomentoPerfil .tab button:first-child.active {
  border-left: 1px solid #fff; }

/* Style the tab content */
#ultimoMomentoPerfil .tabcontent {
  display: none;
  padding: 6px 0;
  margin: 0 20px;
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
  border-bottom: 3px solid #000; }

#ultimoMomentoPerfil .tabcontent h3 {
  font: 400 16px/18px 'PT Sans',arial,sans-serif;
  padding: 10px 3px;
  border-bottom: 1px solid #cbcbcb; }

#ultimoMomentoPerfil .tabcontent h3:first-child {
  border-bottom: 3px solid #000; }

#ultimoMomentoPerfil .tabcontent h3 a {
  color: #000; }

#ultimoMomentoPerfil .tabcontent h3 a:hover {
  color: #525151; }

#ultimoMomentoPerfil .tabcontent h3 .negrita {
  font-weight: 700; }

#ultimoMomentoPerfil .tabcontent h3:first-letter {
  font: 700 24px/18px 'Crimson Text',Georgia,Times,serif; }

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* VIDEOS */
#videoSidebar {
  background: #9d9d9d;
  border: 1px solid #fff;
  padding: 15px;
  margin: 10px 0 20px 0; }

#videoSidebar header {
  border-bottom: 1px solid #808080;
  margin: 10px 0; }

#videoSidebar header h4 {
  font: 700 26px/10px 'Crimson Text',Georgia,Times,serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

#videoSidebar a h2 {
  font: 700 20px/22px 'Oswald',arial,sans-serif;
  color: #000;
  background: none; }

#videoSidebar a p {
  font: 400 14px/16px 'PT Sans',arial,sans-serif;
  color: #2a2a2a;
  border-bottom: 1px solid #808080;
  padding: 0 0 10px 0; }

#videoSidebar .videoContainer {
  width: 100%;
  margin: 0 0 10px 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6); }

#videoSidebar, #videoSidebar header h4, #videoSidebar a h2, #videoSidebar a p {
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

#videoSidebar:hover {
  background: #000; }

#videoSidebar:hover > a h2, #videoSidebar:hover > a p, #videoSidebar:hover > header h4 {
  color: #fff; }

@media only screen and (max-width: 1090px) {
  #ultimoMomentoPerfil {
    background-image: url("img/bg_1x1_cbcbcb.png");
    background-position: 99px 0;
    background-repeat: repeat-y; }

  #ultimoMomentoPerfil:after {
    content: ".";
    clear: both;
    visibility: hidden;
    display: block;
    height: 1px; }

  #ultimoMomentoPerfil .tab {
    width: 100px;
    background-image: none;
    background-repeat: no-repeat;
    float: left; }

  #ultimoMomentoPerfil .tab button {
    width: 100px;
    border: 1px solid #fff;
    border-right: 1px solid #cbcbcb;
    text-align: left; }

  #ultimoMomentoPerfil .tab button.active {
    border-right: 1px solid #fff;
    border-bottom: 3px solid #cbcbcb;
    border-top: 1px solid #cbcbcb; }

  #ultimoMomentoPerfil .tab button:first-child.active {
    border-top: 1px solid #fff; }

  #ultimoMomentoPerfil .tabcontent {
    width: 100%;
    padding-left: 120px;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0;
    border-bottom: none; }

  #videoSidebar .videoContainer iframe {
    height: 400px; } }
@media only screen and (max-width: 780px) {
  #ultimoMomentoPerfil {
    background-image: none; }

  #ultimoMomentoPerfil .tab {
    background-image: url("img/bg_1x1_cbcbcb.png");
    background-repeat: repeat-x;
    background-position: 0 bottom;
    width: 100%;
    float: none; }

  #ultimoMomentoPerfil .tab button {
    border: none;
    padding: 10px 5px;
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: center;
    width: auto; }

  #ultimoMomentoPerfil .tab button.active {
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    color: #000;
    border-bottom: 1px solid #fff; }

  #ultimoMomentoPerfil .tab button:first-child.active {
    border-left: 1px solid #fff; }

  #ultimoMomentoPerfil .tabcontent {
    margin: 0;
    border-bottom: 3px solid #000;
    padding: 6px 20px; } }
#genericoSidebar, .coberturaSidebar, .encuesta {
  margin: 20px 0;
  padding: 0; }

.coberturaSidebar h4, .encuesta h4 {
  background: #000;
  color: #fff;
  font: 400 24px/44px 'Crimson Text',Georgia,serif;
  padding: 5px 15px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  border-bottom: 2px solid #0082af; }
  .coberturaSidebar h4 a, .encuesta h4 a {
    color: #fff;
    text-decoration: none; }

#genericoSidebar .notaGenericaSidebar, .coberturaSidebar .notaGenericaSidebar {
  padding: 10px;
  border-bottom: 1px solid #cbcbcb;
  margin: 0; }

#genericoSidebar .notaGenericaSidebar a figure, .coberturaSidebar .notaGenericaSidebar a figure {
  height: 158px;
  overflow: hidden; }

#genericoSidebar .notaGenericaSidebar a figure img, .coberturaSidebar .notaGenericaSidebar a figure img {
  display: block; }

#genericoSidebar .notaGenericaSidebar a h5, .coberturaSidebar .notaGenericaSidebar a h5 {
  font: 700 14px/14px 'PT Sans',arial,sans-serif;
  color: #5d5d5d;
  text-transform: uppercase;
  margin: 5px 0; }

#genericoSidebar .notaGenericaSidebar a h2, .coberturaSidebar .notaGenericaSidebar a h2 {
  font: 400 24px/26px 'PT Sans',arial,sans-serif;
  color: #000; }

#genericoSidebar .notaGenericaSidebar:hover, .coberturaSidebar .notaGenericaSidebar:hover {
  background: #eee; }

@media only screen and (max-width: 1090px) {
  #genericoSidebar, .coberturaSidebar {
    width: 100%; }

  #genericoSidebar:after, .coberturaSidebar:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
    box-sizing: border-box; }

  .notaGenericaSidebar {
    width: 33.3%;
    float: left;
    box-sizing: border-box; }

  .notaGenericaSidebar a h2 {
    height: 3.5em;
    overflow: hidden; }

  #encuesta {
    display: none; }

  .quiz-container {
    display: none; } }
@media only screen and (max-width: 990px) {
  #genericoSidebar .notaGenericaSidebar a h2, .coberturaSidebar .notaGenericaSidebar a h2 {
    font-size: 20px;
    line-height: 21px; } }
@media only screen and (max-width: 890px) {
  #genericoSidebar .notaGenericaSidebar a figure, .coberturaSidebar .notaGenericaSidebar a figure {
    height: auto; }

  #genericoSidebar .notaGenericaSidebar a h2, .coberturaSidebar .notaGenericaSidebar a h2 {
    font-size: 18px;
    line-height: 19px;
    font-weight: 700; } }
@media only screen and (max-width: 780px) {
  #genericoSidebar .notaGenericaSidebar, .coberturaSidebar .notaGenericaSidebar {
    width: 100%;
    margin-right: 0; }

  #genericoSidebar .notaGenericaSidebar a h2, .coberturaSidebar .notaGenericaSidebar a h2 {
    height: auto; }

  #genericoSidebar .notaGenericaSidebar:nth-child(2),
  #genericoSidebar .notaGenericaSidebar:nth-child(3),
  .coberturaSidebar .notaGenericaSidebar:nth-child(3),
  .coberturaSidebar .notaGenericaSidebar:nth-child(4) {
    width: 50%; }

  #genericoSidebar .notaGenericaSidebar:nth-child(2) h2,
  #genericoSidebar .notaGenericaSidebar:nth-child(3) h2,
  .coberturaSidebar .notaGenericaSidebar:nth-child(3) h2,
  .coberturaSidebar .notaGenericaSidebar:nth-child(4) h2 {
    height: 4em; } }
#sopas {
  background-color: #fff; }
  #sopas h4 {
    background: #f60;
    font-weight: 600;
    border-bottom: 2px solid #000; }
    #sopas h4 a {
      color: #fff; }
  #sopas article {
    border-bottom: 1px solid #f60; }
    #sopas article a h2 {
      color: #000; }
  #sopas footer.sponsor {
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    text-indent: -9999px; }
    #sopas footer.sponsor a {
      display: block;
      width: 140px;
      height: 25px;
      float: right;
      background-image: url("/static/img/ventas/yelmo.png");
      background-repeat: no-repeat;
      background-position: 0 0; }
    #sopas footer.sponsor:after {
      content: ".";
      display: block;
      visibility: hidden;
      clear: both;
      height: 0; }

/** SIDEBAR **/
.cajaSombra {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }

#masLeidasSidebar {
  margin: 20px 0;
  padding: 0 0 30px 0;
  background: #fff url("img/linea-mas-leidas-caja.png") no-repeat center bottom;
  border-bottom: 4px solid #000; }

#masLeidasSidebar h4.tituloSeccion {
  background: #000 url("img/linea-mas-leidas.png") no-repeat center 55px;
  color: #fff;
  font: 400 24px/24px 'Oswald',arial,sans-serif;
  display: block;
  padding: 20px 0 30px 0;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  text-align: center; }

#masLeidasSidebar ol.masleidas {
  list-style: none;
  padding: 0;
  margin: 0; }

#masLeidasSidebar ol.masleidas li {
  position: relative;
  font: 700 17px/18px 'Pt Sans Narrow',arial,sans-serif;
  clear: both;
  padding: 10px 10px 0 0;
  height: 70px;
  overflow: hidden; }
  #masLeidasSidebar ol.masleidas li a {
    color: #000;
    height: 3.2em;
    overflow: hidden;
    display: block; }
  #masLeidasSidebar ol.masleidas li:hover {
    background: #e9e9e9; }

#masLeidasSidebar ol.masleidas li figure {
  width: 300px;
  height: 140px;
  overflow: hidden;
  background: #000;
  position: relative; }

#masLeidasSidebar ol.masleidas li figure img {
  width: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: -30px; }

#masLeidasSidebar ol.masleidas li span.rankOrder {
  font: 700 36px/36px 'Crimson Text',Georgia,Times;
  text-align: right;
  width: 34px;
  margin: 0 16px 0 0;
  display: block;
  float: left;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #8e8e8e;
  height: 69px; }

#masLeidasSidebar ol.masleidas li span.rankOrder:after {
  content: "."; }

#masLeidasSidebar ol.masleidas li span.volanta {
  font: 700 14px/20px 'Crimson Text',Georgia,Times,serif;
  color: #557c9c;
  text-transform: uppercase; }

#masLeidasSidebar ol.masleidas li:first-child {
  height: 140px; }

#masLeidasSidebar ol.masleidas li:first-child span.rankOrder {
  position: absolute;
  top: 50px;
  color: #fff;
  border-bottom: none; }

#masLeidasSidebar ol.masleidas li:first-child span.volanta {
  position: absolute;
  top: 50px;
  left: 50px;
  background: #000;
  padding: 2px 5px; }

#masLeidasSidebar ol.masleidas li:first-child a {
  position: absolute;
  top: 75px;
  left: 50px;
  color: #fff; }

#destacadasDePerfilSidebar {
  border: 1px solid #fff;
  background: #000;
  margin: 20px 0; }

#destacadasDePerfilSidebar h4.tituloSeccion {
  background: #000 url("img/subrayado_titulos.png") no-repeat center 55px;
  color: #fff;
  font: 400 24px/24px 'Oswald',arial,sans-serif;
  display: block;
  padding: 20px 0 30px 0;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  text-align: center; }

#destacadasDePerfilSidebar #destacadosPerfil {
  padding: 0 10px 10px 10px;
  margin: 0; }

#destacadasDePerfilSidebar #destacadosPerfil ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#destacadasDePerfilSidebar #destacadosPerfil ul li {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #2a2426;
  color: #557c9c;
  font: 18px/20px 'PT Sans',arial,sans-serif; }

#destacadasDePerfilSidebar #destacadosPerfil ul li figure {
  width: 100%;
  display: none; }

#destacadasDePerfilSidebar #destacadosPerfil ul li figure img {
  width: 100%; }

#destacadasDePerfilSidebar #destacadosPerfil ul li:first-child figure {
  display: block; }

#destacadasDePerfilSidebar #destacadosPerfil ul li a {
  color: #fff; }

#destacadasDePerfilSidebar #destacadosPerfil ul li .volanta {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

#columnistasSidebar {
  margin: 20px 0;
  position: relative; }
  #columnistasSidebar #columnistasSidebarOpinion {
    padding-bottom: 4px;
    height: 350px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    #columnistasSidebar #columnistasSidebarOpinion ul {
      position: absolute;
      top: 0;
      height: 320px;
      -webkit-transition: all ease .5s;
      transition: all ease .5s; }
      #columnistasSidebar #columnistasSidebarOpinion ul .grupoColumnistas {
        width: 300px;
        float: left; }
  #columnistasSidebar #linksBoxColumnistas {
    width: 100%;
    position: absolute;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center; }
    #columnistasSidebar #linksBoxColumnistas button {
      display: inline;
      margin: 0 2px;
      width: 20px;
      height: 20px;
      border-radius: 10px;
      background: #555;
      color: #fff;
      border: none;
      cursor: pointer; }

#columnistasSidebar h4.tituloSeccion {
  background: #0088ba url("img/subrayado_titulos.png") no-repeat center 55px;
  color: #fff;
  font: 400 20px/20px 'Crimson Text',Georgia,'Times New Roman',serif;
  display: block;
  padding: 20px 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center; }
  #columnistasSidebar h4.tituloSeccion a {
    color: #fff; }

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

#columnistasSidebar ul li {
  padding: 10px;
  margin: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  min-height: 3em; }

#columnistasSidebar ul li img {
  width: 50px;
  height: 50px;
  border: 1px solid #c3dde3;
  float: left;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  float: right; }

#columnistasSidebar ul a:hover li {
  background: #E2F2F3; }

#columnistasSidebar ul a:hover li img {
  -webkit-filter: grayscale(100%); }

.coberturaSidebar .notaGenericaSidebar a h2 {
  font-family: 'Crimson Text',Georgia,Times,serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1em; }
.coberturaSidebar .notaGenericaSidebar a figure {
  width: 40%;
  float: left;
  margin: 0 3% 0 0;
  height: auto; }
  .coberturaSidebar .notaGenericaSidebar a figure img {
    width: 100%;
    display: block; }
.coberturaSidebar .notaGenericaSidebar:nth-child(2) a figure {
  width: 100%;
  margin: 0 0 10px 0; }
.coberturaSidebar .notaGenericaSidebar:nth-child(2) a h2 {
  font-size: 20px;
  line-height: 1em; }
.coberturaSidebar .notaGenericaSidebar:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  margin: 0; }

.coberturaSidebar.cajaSombra.widget-batimes header {
  background: #000; }
  .coberturaSidebar.cajaSombra.widget-batimes header h4 {
    display: block;
    width: 100%;
    height: 52px;
    background: url("img/headforBAT.jpg") center 0 no-repeat;
    text-indent: -9999px;
    margin: 0;
    padding: 0; }
    .coberturaSidebar.cajaSombra.widget-batimes header h4 a {
      display: block;
      width: 100%;
      height: 52px; }

.resultContainer {
  position: relative; }
  .resultContainer a figure {
    width: 300px;
    height: 400px; }
    .resultContainer a figure img {
      width: 300px;
      height: 400px; }
    @media only screen and (max-width: 1090px) {
      .resultContainer a figure {
        display: none; } }
  .resultContainer a h2 {
    font-family: 'Crimson Text',Georgia,Times,serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.1em;
    color: #fff;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 108px; }
    @media only screen and (max-width: 1090px) {
      .resultContainer a h2 {
        position: static;
        bottom: 0; } }
  .resultContainer .resultFloat {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center; }
    .resultContainer .resultFloat iframe {
      border: none; }
    @media only screen and (max-width: 1090px) {
      .resultContainer .resultFloat {
        position: relative;
        width: 100%; }
        .resultContainer .resultFloat iframe {
          width: 100%;
          clear: both; } }

#deviceContainerUno:before, #deviceContainerDos:before, #deviceContainerTres:before, .articulo.lollapalooza #mainContainer .contenedorGeneral.lollapalooza:after {
  content: ".";
  clear: both;
  visibility: hidden;
  width: 100%;
  display: block;
  height: 0; }

/*******************************
********************************
        
		A R T I C U L O
		
********************************
********************************/
body.articulo {
  background: #fff; }
  body.articulo #sidebar {
    padding-top: 20px; }

.articuloHeader {
  width: 100%;
  border-bottom: 1px solid #d4d0cf;
  padding-bottom: 10px; }
  .articuloHeader .articuloMeta {
    border-bottom: 3px solid #000;
    padding: 0 0 3px 0;
    position: relative;
    width: 100%;
    margin: 0 0 5px 0; }
    .articuloHeader .articuloMeta h5 {
      font: 700 18px/18px 'PT Sans',arial,sans-serif;
      color: #557c9c;
      text-transform: uppercase; }
      .articuloHeader .articuloMeta h5 a.canalDelArticulo {
        color: #000; }
    .articuloHeader .articuloMeta .articuloDateTime {
      position: absolute;
      right: 0;
      top: 0;
      font: 400 12px/18px 'PT Sans',arial,sans-serif;
      color: #717171; }
  .articuloHeader h1 {
    font-weight: 600;
    font-size: 64px;
    font-family: 'Crimson Text',Georgia,'Times New Roman',serif;
    line-height: 64px;
    letter-spacing: -0.02em;
    padding: 10px 0;
    border-top: 1px solid #d4d0cf; }
  .articuloHeader h2 {
    font: 400 24px/28px 'Crimson Text',Georgia,'Times New Roman',serif;
    letter-spacing: -0.02em;
    padding: 10px 0; }
  .articuloHeader p.masFotos {
    margin: 0 0 10px 0;
    font: 20px/20px 'Crimson Text',georgia,times;
    text-transform: uppercase;
    font-style: normal;
    cursor: pointer;
    color: #5db2d5; }

body.articulo .contenidoNoticias {
  margin: 0 -330px 0 0;
  padding-right: 330px; }

.contenidoNoticias .cuerpoNoticia {
  width: 840px;
  margin: 0 0 0 100px;
  float: left;
  border-left: 1px solid #d4d0cf;
  border-right: 1px solid #d4d0cf;
  padding: 20px;
  position: relative; }

.contenidoNoticias .cuerpoNoticia #redesArticulo {
  position: absolute;
  left: -80px;
  z-index: 2;
  border: 1px solid #d4d0cf; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul li {
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul li a {
  color: #5c5c5c;
  transition: all 0.2s ease;
  display: block;
  width: 50px;
  height: 50px; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul li a .fa {
  text-align: center;
  line-height: 50px; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul li a .fa-whatsapp {
  font-size: 1.2em; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul li a:hover {
  color: #fff; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul li a.facebook:hover {
  background: #334c8c; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul li a.twitter:hover {
  background: #0098db; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul li a.gplus:hover {
  background: #cb4125; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul li a.whatsapp:hover {
  background: #41ce6b; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul li a.linkedin:hover {
  background: #069; }

.contenidoNoticias .cuerpoNoticia #redesArticulo ul li a.email:hover {
  background: #ccc; }

.contenidoNoticias .cuerpoNoticia #redesArticulo.fixed {
  position: fixed;
  top: 80px;
  left: 50%;
  margin-left: -620px; }

.contenidoNoticias .cuerpoNoticia #redesArticulo.absolute {
  position: absolute;
  left: -80px;
  margin-left: 0; }

.contenidoNoticias .cuerpoNoticia p.articuloAutor {
  font: 400 14px/16px 'CrimsonText',Georgia,'Times New Roman',serif;
  letter-spacing: -0.02em; }

.contenidoNoticias .cuerpoNoticia p.articuloAutor a {
  font-size: 16px;
  font-style: italic; }

.contenidoNoticias .cuerpoNoticia figure.fotoPrincipal {
  width: 100%;
  position: relative;
  margin: 0; }
  .contenidoNoticias .cuerpoNoticia figure.fotoPrincipal img {
    width: 100%;
    display: block;
    height: auto; }
  .contenidoNoticias .cuerpoNoticia figure.fotoPrincipal figcaption {
    font: 400 14px/15px 'PT Sans',arial,sans-serif;
    color: #393939;
    padding: 10px;
    margin: 0 10px;
    border-bottom: 1px solid #d4d0cf;
    border-left: 1px solid #d4d0cf;
    border-right: 1px solid #d4d0cf; }
    .contenidoNoticias .cuerpoNoticia figure.fotoPrincipal figcaption small.creditoImg {
      clear: both;
      padding: 0 5px;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
      margin: 5px 0 10px 0;
      font-size: 12px;
      line-height: 10px;
      text-transform: uppercase;
      color: #557c9c;
      display: inline-block; }
  .contenidoNoticias .cuerpoNoticia figure.fotoPrincipal .fa-camera {
    font-size: 30px;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    color: #557c9c;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 15px 10px 10px 10px;
    text-align: center; }
  .contenidoNoticias .cuerpoNoticia figure.fotoPrincipal .fa-camera i.fotogaleria {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    color: rgba(255, 255, 255, 0.7);
    border-left: 1px solid #557c9c;
    border-right: 1px solid #557c9c;
    float: none;
    clear: both;
    padding: 0 6px;
    display: block;
    margin: 5px 0 15px 0; }
  .contenidoNoticias .cuerpoNoticia figure.fotoPrincipal .fa-camera:hover {
    color: #fff; }
  .contenidoNoticias .cuerpoNoticia figure.fotoPrincipal .videoContainer {
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 0;
    position: relative; }
    .contenidoNoticias .cuerpoNoticia figure.fotoPrincipal .videoContainer iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.contenidoNoticias .cuerpoNoticia #bodytext {
  font-size: 21px;
  font-family: 'Crimson Text',Georgia,'Times New Roman',serif;
  line-height: 28px;
  margin: 10px; }
  .contenidoNoticias .cuerpoNoticia #bodytext p {
    font-size: 21px;
    font-family: 'Crimson Text',Georgia,'Times New Roman',serif;
    line-height: 28px;
    margin: 0 0 10px 0;
    color: #292929; }
    .contenidoNoticias .cuerpoNoticia #bodytext p strong {
      font-weight: 600; }
    .contenidoNoticias .cuerpoNoticia #bodytext p a {
      text-decoration: none;
      border-bottom: 2px solid #b3ccde;
      color: #000;
      -webkit-transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
      -o-transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
      transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
      -webkit-box-shadow: inset 0 -4px 0 #b3ccde;
      box-shadow: inset 0 -4px 0 #b3ccde;
      overflow-wrap: break-word;
      word-break: break-word;
      word-wrap: break-word; }
      .contenidoNoticias .cuerpoNoticia #bodytext p a:hover {
        background: #b3ccde; }
    .contenidoNoticias .cuerpoNoticia #bodytext p:first-of-type:first-letter {
      font-size: 62px;
      float: left;
      display: block;
      margin: 14px 10px 10px 0; }
  .contenidoNoticias .cuerpoNoticia #bodytext p.morecontent {
    display: none; }
  .contenidoNoticias .cuerpoNoticia #bodytext .destacadoNota {
    text-align: center;
    margin: 10px 15%;
    display: block;
    font-size: 30px;
    line-height: 30px; }
    .contenidoNoticias .cuerpoNoticia #bodytext .destacadoNota:before {
      content: ".";
      display: block;
      height: 20px;
      margin: 30px 0 20px 0;
      text-indent: -9999px;
      background: url("img/barra_divisor_destacado_nota.jpg") no-repeat center center; }
    .contenidoNoticias .cuerpoNoticia #bodytext .destacadoNota:after {
      content: ".";
      display: block;
      height: 20px;
      margin: 20px 0 30px 0;
      text-indent: -9999px;
      background: url("img/barra_divisor_destacado_nota.jpg") no-repeat center center; }
  .contenidoNoticias .cuerpoNoticia #bodytext .relatedPost {
    width: 200px;
    margin: 10px 20px 20px 0;
    float: left;
    border-bottom: 3px solid #000; }
    .contenidoNoticias .cuerpoNoticia #bodytext .relatedPost h3 {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 0 10px 0;
      padding: 0;
      border-bottom: 3px solid #000;
      color: #000;
      letter-spacing: -0.02em;
      line-height: 1em; }
    .contenidoNoticias .cuerpoNoticia #bodytext .relatedPost .relatedPostList .notaRelacionada {
      margin: 10px;
      border-bottom: 1px solid #d4d0cf; }
      .contenidoNoticias .cuerpoNoticia #bodytext .relatedPost .relatedPostList .notaRelacionada:last-child {
        border-bottom: none; }
    .contenidoNoticias .cuerpoNoticia #bodytext .relatedPost h6.volantaRelated {
      font: 700 12px/12px 'PT Sans',arial,sans-serif;
      text-transform: uppercase;
      color: #557c9c;
      padding: 0;
      margin: 0 0 5px 0; }
    .contenidoNoticias .cuerpoNoticia #bodytext .relatedPost h5 {
      font: 600 18px/18px 'Crimson Text',Georgia,'Times New Roman',serif;
      padding: 0;
      margin: 0 0 10px 0; }
      .contenidoNoticias .cuerpoNoticia #bodytext .relatedPost h5:a {
        color: #000; }
  .contenidoNoticias .cuerpoNoticia #bodytext figure {
    width: 100%; }
    .contenidoNoticias .cuerpoNoticia #bodytext figure img {
      width: 100%;
      height: auto;
      display: block; }
    .contenidoNoticias .cuerpoNoticia #bodytext figure figcaption {
      font: 400 14px/15px 'PT Sans',arial,sans-serif;
      color: #393939;
      padding: 10px;
      margin: 0 10px 20px 10px;
      border-bottom: 1px solid #d4d0cf;
      border-left: 1px solid #d4d0cf;
      border-right: 1px solid #d4d0cf; }
  .contenidoNoticias .cuerpoNoticia #bodytext iframe {
    width: 100%; }
  .contenidoNoticias .cuerpoNoticia #bodytext .videoContainer {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0; }

.contenidoNoticias .cuerpoNoticia hr.finalBodyText {
  width: 50px;
  height: 4px;
  background: #000;
  border: none;
  margin: 40px auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.contenidoNoticias .autorMeta {
  width: 90%;
  margin: 20px 5%;
  border: 1px solid #cdcdcd;
  padding: 30px;
  box-sizing: border-box;
  background: #fff; }

.contenidoNoticias .autorMeta .autorMetaData:after {
  content: '.';
  clear: both;
  width: 100%;
  height: 10px;
  display: block;
  visibility: hidden; }

.contenidoNoticias .autorMeta img {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 30px 0 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.contenidoNoticias .autorMeta h5.autorMetaNombre {
  font: 600 18px/18px 'Crimson Text',Georgia,'Times New Roman',serif;
  padding: 0;
  margin: 0 0 10px 0; }

.contenidoNoticias .autorMeta p {
  font: 13px/15px 'PT Sans',arial,sans-serif;
  color: #5e5e5e; }

.contenidoNoticias .autorMeta .autorMetaRedes ul {
  list-style: none; }

.contenidoNoticias .autorMeta .autorMetaRedes ul li {
  float: left;
  font: 700 11px/18px 'PT Sans',arial,sans-serif;
  text-transform: uppercase;
  margin-right: 10px;
  letter-spacing: 0.02em; }

.contenidoNoticias .autorMeta .autorMetaRedes ul li .fa {
  font-size: 16px; }

.contenidoNoticias .autorMeta .autorMetaRedes ul li a {
  color: #828282;
  text-decoration: underline; }

.contenidoNoticias .autorMeta .autorMetaRedes ul li a:hover {
  color: #000;
  text-decoration: none; }

.contenidoNoticias .cuerpoNoticia .metaTags {
  width: 90%;
  margin: 20px 5%; }

.contenidoNoticias .cuerpoNoticia .metaTags:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 1px; }

.contenidoNoticias .cuerpoNoticia .metaTags h5.metaTagsTitulo {
  font: 600 18px/18px 'Crimson Text',Georgia,'Times New Roman',serif;
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: uppercase; }

.contenidoNoticias .cuerpoNoticia .metaTags ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.contenidoNoticias .cuerpoNoticia .metaTags ul li {
  margin: 5px 3px 10px 0;
  float: left;
  display: block; }

.contenidoNoticias .cuerpoNoticia .metaTags ul li a {
  background: #000;
  color: #fff;
  padding: 5px 10px; }

.contenidoNoticias .cuerpoNoticia .metaTags ul li a:hover {
  background: #555; }

/* COMENTARIOS */
.contenidoNoticias #comentariosNoticia, .contenidoNoticias #recomendadasNoticia {
  width: 100%;
  margin: 0;
  float: left;
  padding: 0;
  padding: 40px 0 0 100px;
  position: relative;
  border-top: 4px solid #000;
  box-sizing: border-box; }

#comentariosNoticia:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

.contenidoNoticias #comentariosNoticia h3, .contenidoNoticias #recomendadasNoticia h3 {
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
  letter-spacing: -0.02em;
  display: none; }

.contenidoNoticias #comentariosNoticia.grande {
  background: url("img/comentarios_vertical.jpg") no-repeat 30px 20px; }
  @media only screen and (max-width: 1090px) {
    .contenidoNoticias #comentariosNoticia.grande {
      background-position: 0 20px;
      padding-left: 80px; } }

.contenidoNoticias #comentariosNoticia.chico {
  background: url("img/comentarios_horizontal.jpg") no-repeat 110px 20px; }

.contenidoNoticias #recomendadasNoticia.grande {
  background: url("img/recomendadas_vertical.jpg") no-repeat 30px 20px; }
  @media only screen and (max-width: 1090px) {
    .contenidoNoticias #recomendadasNoticia.grande {
      background-position: 0 20px;
      padding-left: 80px; } }

.contenidoNoticias #recomendadasNoticia.chico {
  background: url("img/recomendadas_horizontal.jpg") no-repeat 110px 20px; }

.contenidoNoticias #masLeidasHorizontal {
  padding-left: 100px;
  box-sizing: border-box; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

/** BLOOMBERG **/
.contenedorGeneral.bloomberg .articuloHeader .articuloMeta h5 {
  color: #00bbe9; }
.contenedorGeneral.bloomberg .articuloHeader h2 {
  font-family: 'PT Sans',arial,sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #888; }
  .contenedorGeneral.bloomberg .articuloHeader h2:after {
    content: url("img/bloomberg/bloomberg_avatar.jpg");
    height: 107px;
    width: 100%;
    margin: 30px 0 10px 0;
    padding-left: 30px;
    box-sizing: border-box;
    background-image: url("img/bloomberg/puntitos.png");
    background-repeat: repeat-x;
    background-position: 0 41px;
    clear: both;
    display: block; }
.contenedorGeneral.bloomberg .contenidoNoticias.bloomberg .cuerpoNoticia #bodytext blockquote {
  background-image: url("img/bloomberg/puntitos_destacado.png");
  background-repeat: repeat;
  width: 60%;
  padding: 20px;
  margin: 20px auto; }
  .contenedorGeneral.bloomberg .contenidoNoticias.bloomberg .cuerpoNoticia #bodytext blockquote p {
    font-family: 'PT Sans',arial,sans-serif;
    font-weight: 700;
    font-size: 30px;
    width: 100%;
    display: block;
    background: #fff;
    padding: 20px 50px;
    line-height: 36px;
    color: #888;
    text-align: center;
    box-sizing: border-box; }
    .contenedorGeneral.bloomberg .contenidoNoticias.bloomberg .cuerpoNoticia #bodytext blockquote p strong {
      font-weight: 700;
      color: #ffd700; }
    .contenedorGeneral.bloomberg .contenidoNoticias.bloomberg .cuerpoNoticia #bodytext blockquote p:first-of-type:first-letter {
      font-size: 1em;
      float: none;
      display: static;
      margin: 0; }

#deviceContainerUno:before, #deviceContainerDos:before, #deviceContainerTres:before, .articulo.lollapalooza #mainContainer .contenedorGeneral.lollapalooza:after {
  content: ".";
  clear: both;
  visibility: hidden;
  width: 100%;
  display: block;
  height: 0; }

.canal.lollapalooza {
  background-color: #8663c8;
  background-image: url("img/ventas/lollapalooza_fondo.jpg");
  background-repeat: repeat;
  background-attachment: fixed; }
  .canal.lollapalooza .contenidoNoticias .canalContenido .cajaTituloCanal {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    position: static;
    left: 0;
    top: 0;
    width: auto;
    text-align: left; }
    .canal.lollapalooza .contenidoNoticias .canalContenido .cajaTituloCanal h5.tituloCanal {
      width: 290px;
      display: block;
      height: 75px;
      text-align: left;
      margin: 0 0 10px 0;
      text-indent: -9999px;
      background-image: url("img/ventas/lollapalooza.png");
      background-repeat: no-repeat;
      background-position: -3px 0; }
  .canal.lollapalooza .contenidoNoticias .notaCanalChicaMitad h5,
  .canal.lollapalooza .contenidoNoticias .notaCanalChicaLarga h5,
  .canal.lollapalooza .contenidoNoticias .notaCanalStandardChica h5,
  .canal.lollapalooza .contenidoNoticias .notaCanalStandard h5 {
    color: #00af9d; }
  .canal.lollapalooza .contenidoNoticias .notaCanalGrande h5 {
    background: #fe3f38; }
  .canal.lollapalooza .contenidoNoticias .notaCanalConFondoNegro {
    background: #fe3f38; }
    .canal.lollapalooza .contenidoNoticias .notaCanalConFondoNegro h5 {
      color: #F7DC00; }
    .canal.lollapalooza .contenidoNoticias .notaCanalConFondoNegro:hover {
      background: #00af9d; }
      .canal.lollapalooza .contenidoNoticias .notaCanalConFondoNegro:hover h5 {
        color: #fff; }
  .canal.lollapalooza aside#sidebar:before {
    content: "marzo 30 y 31";
    display: block;
    width: 100%;
    height: 64px;
    color: #00bbe9;
    margin: 0 0 8px 0;
    text-indent: -9999px;
    background: url("img/ventas/lollapalooza.png") no-repeat 10px -80px; }
  .canal.lollapalooza #mainContainer {
    background: url("img/ventas/lollapalooza-ovni-robot.png") center 200px no-repeat; }

.articulo.lollapalooza {
  background-color: #8663c8;
  background-image: url("img/ventas/lollapalooza_fondo.jpg");
  background-repeat: repeat;
  background-attachment: fixed; }
  .articulo.lollapalooza #mainContainer {
    background: url("img/ventas/lollapalooza-ovni-robot.png") center 200px no-repeat; }
    .articulo.lollapalooza #mainContainer .contenedorGeneral.lollapalooza {
      background: #fff;
      box-sizing: border-box;
      padding: 15px; }
      .articulo.lollapalooza #mainContainer .contenedorGeneral.lollapalooza .contenidoNoticias.lollapalooza {
        width: 940px; }
        .articulo.lollapalooza #mainContainer .contenedorGeneral.lollapalooza .contenidoNoticias.lollapalooza .cuerpoNoticia {
          width: 810px; }
        @media only screen and (max-width: 1330px) {
          .articulo.lollapalooza #mainContainer .contenedorGeneral.lollapalooza .contenidoNoticias.lollapalooza {
            width: 100%; }
            .articulo.lollapalooza #mainContainer .contenedorGeneral.lollapalooza .contenidoNoticias.lollapalooza .cuerpoNoticia {
              width: 100%; } }
    .articulo.lollapalooza #mainContainer:before {
      content: "marzo 30 y 31";
      display: block;
      width: 100%;
      max-width: 1300px;
      height: 75px;
      margin: 0 auto 8px auto;
      text-indent: -9999px;
      background: url("img/ventas/lollapaloza-nota.png") no-repeat 0 0; }

#lollapalooza-sidebar {
  border: 1px solid #fff;
  background-color: #8663c8;
  background-image: url("img/ventas/lollapalooza_fondo.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 10px;
  margin-bottom: 20px; }
  #lollapalooza-sidebar header {
    width: 100%;
    height: 42px;
    margin: 0 0 3px 0;
    background: url("img/ventas/lollapalooza-home.png") no-repeat 0 0; }
    #lollapalooza-sidebar header h4.tituloSeccion {
      display: none; }
  #lollapalooza-sidebar .videoContainer {
    width: 100%; }
    #lollapalooza-sidebar .videoContainer iframe {
      width: 100%; }
  #lollapalooza-sidebar a h2 {
    font-family: 'Oswald',arial,sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 5px 0;
    color: #F7DC00;
    line-height: 22px; }
  #lollapalooza-sidebar a p {
    font-family: 'PT Sans',arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 16px;
    color: #fff;
    border-bottom: 1px dotted #f7dc00;
    padding: 0 0 10px 0; }

/********************************
*********************************
		INICIO RESPONSIVE
*********************************
*********************************/
@media only screen and (max-width: 1330px) {
  #mainHeader, #menuTemasDelDia {
    width: 90%;
    padding: 0 5%; }

  .headerRedesSocialesDos {
    margin-top: 16px; }

  .headerRedesSocialesUno #formBuscador {
    top: 30px; }

  .fixed .headerRedesSocialesDos {
    margin-top: 0; }

  #mostrarMenuOculto {
    display: block; }

  #menuTemasDelDia {
    display: none; }

  #mainContainer {
    width: 90%; }

  .contenidoNoticias {
    width: 100%;
    margin-right: -330px;
    padding-right: 330px;
    box-sizing: border-box; }

  .noticiasDestacadas {
    width: 100% !important;
    float: left;
    clear: both;
    background: none !important;
    margin-bottom: 20px !important; }

  .noticiasDestacadas .grupoNotasIzquierda {
    float: left;
    margin-right: -330px;
    padding-right: 330px;
    width: 100%; }

  .noticiasDestacadas .grupoNotasIzquierda .destacadaPrincipal {
    width: 100%;
    margin-bottom: 20px; }

  .noticiasDestacadas .grupoNotasDerecha {
    width: 100%;
    border-bottom: none; }

  .noticiasDestacadas .grupoNotasDerecha figure {
    width: 30%;
    height: auto;
    margin: -20px 3% 0 0;
    float: left; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria {
    margin-bottom: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria.conFoto {
    /*border-bottom:3px solid #000;*/ }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria.conFoto h5 {
    margin-left: 33%; }

  .bloqueNoticiasStandard {
    width: 100% !important;
    background: none !important;
    clear: both; }

  .bloqueNoticiasStandard .grupoNotasIzquierda {
    width: 100%;
    margin-right: 0; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard {
    width: 48%;
    margin-right: 4%;
    height: auto; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard figure {
    height: auto; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard:nth-child(even) {
    margin-right: 0; }

  .bloqueNoticiasStandard .grupoNotasDerecha {
    width: 100%;
    position: relative; }

  .bloqueNoticiasStandard .grupoNotasDerecha .divisionLeft {
    width: 48%;
    float: left;
    margin-right: 4%; }

  .bloqueNoticiasStandard .grupoNotasDerecha .divisionRight {
    width: 48%;
    float: left; }

  .bloqueNoticiasStandard .grupoNotasDerecha .notaStandard {
    width: 100%;
    margin-right: 0; }

  .bloqueNoticiasStandard .grupoNotasDerecha .notaStandard h2 {
    height: auto; }

  #eplAdDivbloque {
    width: 300px;
    margin: 10px auto; }

  .bannerEntreNotas #eplAdDivbloque {
    margin: 0; }

  .cajaNotasPorTema {
    width: 100%;
    box-sizing: border-box; }

  .cajaNotasPorTema h4.tituloTema {
    font-size: 20px; }

  .cajaNotasPorTema .notaPrincipalPorTema header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: black;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }

  .cajaNotasPorTema .notaPrincipalPorTema header h5 {
    font-size: 18px;
    padding: 2px 5px;
    background: #fff;
    margin: 0 10px;
    display: inline-block; }

  .cajaNotasPorTema .notaPrincipalPorTema header h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-weight: 700; }

  .cajaNotasPorTema .notaPrincipalPorTema header h2 a {
    color: #fff; }

  .cajaNotasPorTema .notaPrincipalPorTema header p {
    color: #fff;
    padding: 0 10px; }

  .cajaNotasPorTema .notaStandardPorTema {
    width: 48%;
    margin: 5px 4% 0 0; }

  .cajaNotasPorTema .notaStandardPorTema:nth-child(3) {
    width: 32%;
    margin: 0; }

  .cajaNotasPorTema .notaStandardPorTema h2 {
    font-size: 22px;
    line-height: 22px;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px; }

  .cajaNotasPorSeccion {
    width: 100%; }

  .cajaNotasPorSeccion .notaPrincipalPorSeccion {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    float: left; }

  .cajaNotasPorSeccion .notaPrincipalPorSeccion figure {
    width: 100%;
    height: auto;
    margin: 0; }

  .cajaNotasPorSeccion .notaPrincipalPorSeccion header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: black;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }

  .cajaNotasPorSeccion .notaPrincipalPorSeccion header h5 {
    margin: 0 10px 0 0;
    padding: 3px 10px; }

  .cajaNotasPorSeccion .notaPrincipalPorSeccion header h2 {
    margin: 0 10px; }

  .cajaNotasPorSeccion .notaPrincipalPorSeccion header h2 a {
    color: #fff; }

  .cajaNotasPorSeccion .notaPrincipalPorSeccion header p {
    margin: 10px;
    color: #fff; }

  .cajaNotasPorSeccion .notaPrincipalPorSeccion header hr {
    background: #fff;
    height: 3px;
    margin: 0 10px; }

  .cajaNotasPorSeccion .notaSegundaPorSeccion {
    width: 100%;
    height: auto;
    float: left; }

  .cajaNotasPorSeccion .notaSegundaPorSeccion figure {
    width: 50%;
    height: auto;
    margin: 0 4% 0 0; }

  .cajaNotasPorSeccion .notaTerceraPorSeccion {
    width: 100%;
    height: auto; }

  .cajaNotasPorSeccion .notaTerceraPorSeccion figure {
    width: 50%;
    height: auto;
    margin: 0;
    float: right;
    position: relative; }

  .cajaNotasPorSeccion .notaTerceraPorSeccion header {
    position: absolute;
    top: 10px;
    left: 0;
    width: 46%;
    background: none;
    text-align: right; }

  .cajaNotasPorSeccion .notaTerceraPorSeccion header h5 {
    display: block; }

  .cajaNotasPorSeccion .notaTerceraPorSeccion header h2 {
    margin-right: 0; }

  .cajaNotasPorSeccion .notaTerceraPorSeccion header hr {
    float: right;
    background: #000; }

  .cajaNotasPorSeccion#deportes .notaTerceraPorSeccion {
    background: #4e9a29; }

  #homeVideos .contenedorGeneral {
    width: 90%; }

  .articuloVideoHomeMain {
    width: 100%;
    margin-right: -300px;
    padding-right: 330px;
    box-sizing: border-box; }

  .articuloVideoHomeMain figure {
    height: auto; }

  /*  A R T I C U L O  */
  .contenidoNoticias .cuerpoNoticia {
    width: 100%;
    margin: 0;
    padding: 20px 20px 20px 100px;
    box-sizing: border-box;
    border-left: none; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo {
    left: 20px; }

  .contenidoNoticias #comentariosNoticia, .contenidoNoticias #recomendadasNoticia {
    width: 90%; }

  body.articulo .contenidoNoticias #deviceContainerUno:before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo.fixed {
    left: 50%;
    margin-left: -43.3%; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo.absolute {
    position: absolute;
    left: 20px;
    margin-left: 0; }

  .notaCanalGrande h2 {
    font-size: 32px;
    line-height: 34px; }

  .notaCanalChica h2 {
    font-size: 28px;
    line-height: 32px; }

  .notaCanalStandard h2 {
    font-size: 24px;
    line-height: 26px; }

  .notaCanalChicaMitad h2 {
    font-size: 20px;
    line-height: 22px; }

  .notaCanalChicaMitad figure {
    margin: -10px -10px 10px -10px; }

  .notaJuntoAlBanner {
    width: 100%;
    margin-right: 0;
    height: auto !important; }

  .notaCanalStandardChica {
    height: auto !important; }

  .notaCanalStandardChica figure {
    width: 33%;
    float: left;
    margin: 0 3% 0 0; }

  .notaJuntoAlBannerDos {
    width: 100%;
    margin: 0 0 0 -300px;
    padding: 0 0 0 300px;
    box-sizing: border-box; }

  .notaJuntoAlBannerDos .notaCanalConFondoNegro {
    margin: 0 0 0 6%;
    width: 94%;
    height: auto !important; }

  .notaJuntoAlBannerDos .notaCanalConFondoNegro figure {
    width: 33%;
    float: left;
    margin: 0 3% 0 0; }

  .bannerEntreNotas {
    margin-bottom: 20px; } }
@media only screen and (max-width: 1090px) {
  .contenidoNoticias {
    margin-right: 0;
    padding-right: 0; }

  .noticiasDestacadas .grupoNotasIzquierda {
    width: 100% !important;
    float: left;
    margin: 0 -300px 0 0;
    padding: 0 330px 0 0;
    box-sizing: border-box; }

  .noticiasDestacadas .grupoNotasDerecha {
    width: 300px;
    float: left; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria.conFoto figure {
    width: 100%;
    margin: 0 0 10px 0; }

  .bloqueNoticiasStandard .grupoNotasIzquierda {
    width: 100% !important;
    margin-right: -300px;
    padding-right: 330px;
    float: left;
    box-sizing: border-box; }

  .bloqueNoticiasStandard .grupoNotasDerecha {
    width: 300px;
    float: left; }

  .bloqueNoticiasStandard .grupoNotasDerecha .divisionLeft, .bloqueNoticiasStandard .grupoNotasDerecha .divisionRight {
    width: 100%;
    margin: 0; }

  .notaCruzada {
    height: auto;
    float: left; }

  .notaCruzada figure {
    width: 48%;
    margin: 0 4% 0 0;
    height: auto; }

  #deviceContainerUno #columnistasSidebar #columnistasSidebarOpinion {
    width: 96%;
    margin: 5px 2%; }

  #deviceContainerUno #columnistasSidebar #columnistasSidebarOpinion ul {
    width: 100%; }

  #deviceContainerUno #columnistasSidebar #columnistasSidebarOpinion ul a li {
    width: 48%;
    margin: 5px 4% 5px 0;
    float: left;
    box-sizing: border-box; }

  #deviceContainerUno #columnistasSidebar #columnistasSidebarOpinion ul a li img {
    margin-left: 10px; }

  #deviceContainerUno #columnistasSidebar #columnistasSidebarOpinion ul a:nth-child(even) li {
    margin-right: 0; }

  #deviceContainerUno #columnistasSidebar #columnistasSidebarOpinion ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 1px; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas li {
    width: 48%;
    float: left;
    clear: none;
    box-sizing: border-box; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas li:nth-child(odd) {
    margin-right: 4%; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas li figure {
    display: none; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas li:first-child {
    height: auto; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas li:first-child span.rankOrder {
    font: 700 36px/36px 'Crimson Text',Georgia,Times;
    border-bottom: none;
    height: auto;
    position: static;
    color: #000;
    border-bottom: none; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas li:first-child span.volanta {
    position: static;
    background: transparent;
    padding: 0; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas li:first-child a {
    position: static;
    color: #000; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas:after {
    content: ".";
    display: block;
    height: 1px;
    visibility: hidden;
    clear: both; }

  #deviceContainerTres #destacadasDePerfilSidebar #destacadosPerfil ul:after {
    content: ".";
    clear: both;
    visibility: hidden;
    height: 1px;
    display: block; }

  #deviceContainerTres #destacadasDePerfilSidebar #destacadosPerfil ul li {
    margin: 0 1%;
    width: 23%;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding-top: 0; }

  #deviceContainerTres #destacadasDePerfilSidebar #destacadosPerfil ul li figure {
    display: block; }

  .articuloVideoHomeMain {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0; }

  .articuloVideoHome {
    float: left;
    width: 48%;
    margin: 0; }

  .articuloVideoHome:nth-child(3) {
    margin-right: 4%; }

  .articuloVideoHome p {
    display: block; }

  /*  A R T I C U L O  */
  body.articulo .contenidoNoticias {
    margin-right: 0;
    padding-right: 0; }

  .contenidoNoticias .cuerpoNoticia {
    width: 100%;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #ececec; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo {
    left: 20px; }

  .contenidoNoticias #comentariosNoticia, .contenidoNoticias #recomendadasNoticia {
    width: 100%;
    box-sizing: border-box; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo, .contenidoNoticias .cuerpoNoticia #redesArticulo.fixed {
    left: 0;
    bottom: 0;
    top: auto;
    position: fixed;
    z-index: 99;
    background: #fff;
    margin-left: 0;
    width: 100%; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo ul li {
    float: left;
    width: 25%; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo ul li a {
    width: 100%;
    color: #fff; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo ul li a.facebook {
    background: #334c8c; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo ul li a.twitter {
    background: #0098db; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo ul li a.gplus {
    background: #cb4125; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo ul li a.whatsapp {
    background: #41ce6b; }

  .contenidoNoticias .cuerpoNoticia #redesArticulo ul li a.linkedin {
    background: #069; }

  .contenidoNoticias .cuerpoNoticia figure.fotoPrincipal figcaption {
    background: #000;
    color: #fff;
    border: none;
    margin: -5px 0 0 0; }

  .contenidoNoticias .cuerpoNoticia figure.fotoPrincipal figcaption small.creditoImg {
    color: #fff; }

  .contenidoNoticias .cuerpoNoticia {
    border-right: none;
    padding: 20px 0; }

  .notaCanalGrande h2 {
    font-size: 40px;
    line-height: 42px; }

  .notaCanalChica h2 {
    font-size: 36px;
    line-height: 38px; }

  .notaCanalStandard h2 {
    font-size: 36px;
    line-height: 38px; }

  .notaCanalChicaMitad figure {
    margin: 0 0 10px 0; } }
@media only screen and (max-width: 990px) {
  .noticiasDestacadas .grupoNotasIzquierda {
    padding-right: 0;
    margin-right: 0; }

  .noticiasDestacadas .grupoNotasDerecha {
    width: 100%; }

  .bloqueNoticiasStandard .grupoNotasIzquierda {
    margin-right: 0;
    padding-right: 0; }

  .bloqueNoticiasStandard .grupoNotasDerecha {
    width: 100%; }

  .bloqueNoticiasStandard .grupoNotasDerecha .divisionLeft {
    width: 48%;
    margin-right: 4%; }

  .bloqueNoticiasStandard .grupoNotasDerecha .divisionRight {
    width: 48%; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria {
    width: 30%;
    float: left;
    margin-right: 5%; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria.conFoto {
    width: 65%;
    float: left;
    margin-right: 0; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria.conFoto figure {
    width: 50%;
    margin: -20px 3% 0 0; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria.conFoto h5 {
    margin-left: 53%; }

  #deviceContainerTres #destacadasDePerfilSidebar #destacadosPerfil ul li {
    margin: 0 2% 10px 2%;
    width: 46%; }

  #deviceContainerTres #destacadasDePerfilSidebar #destacadosPerfil ul li:nth-child(even):after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden; } }
@media only screen and (max-width: 900px) {
  .noticiasDestacadas .grupoNotasIzquierda .destacadaPrincipal h2 {
    font-size: 28px;
    line-height: 28px; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria {
    width: 100%;
    margin: 0 0 10px 0; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria.conFoto {
    width: 100%;
    margin: 0 0 10px 0; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria.conFoto figure {
    width: 30%; }

  .noticiasDestacadas .grupoNotasDerecha .destacadaSecundaria.conFoto h5 {
    margin-left: 33%; }

  .cajaNotasPorTema .notaPrincipalPorTema {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    float: none; }
    .cajaNotasPorTema .notaPrincipalPorTema:after {
      content: ".";
      visibility: hidden;
      clear: both;
      display: block;
      height: 0; }

  .cajaNotasPorTema .notaPrincipalPorTema header {
    margin-right: 0; }

  .cajaNotasPorTema .notaStandardPorTema, .cajaNotasPorTema .notaStandardPorTema:nth-child(3) {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3); }

  .cajaNotasPorTema .notaStandardPorTema figure {
    width: 33%;
    margin: 0 3% 0 0;
    float: left;
    height: auto; }

  .cajaNotasPorTema .notaStandardPorTema hr {
    float: left;
    position: static; }

  .canalContenidoAutor h5.tituloCanalAutor {
    font-size: 22px;
    margin-bottom: 10px; }

  .notaCanalGrande, .notaCanalChica {
    width: 100%;
    margin: 0 0 20px 0;
    overflow: hidden; }

  .rowNotas:after {
    display: none; }

  .notaCanalGrande figure {
    width: 65%;
    margin: 0 2% 0 0;
    float: left; }

  .notaCanalChica figure {
    width: 30%;
    margin: 0 3% 0 0;
    float: left; }

  .notaCanalGrande h2 {
    font-size: 32px;
    line-height: 34px;
    margin: 10px 10px 10px 0; }

  .notaCanalChica h2 {
    font-size: 28px;
    line-height: 32px; }

  .notaCanalGrande h5 {
    top: 0;
    bottom: auto !important; }

  .notaCanalChica h5 {
    margin-top: 10px; }

  .notaCanalChica p.dateTime {
    top: 0; }

  .notaCanalStandard h2 {
    font-size: 24px;
    line-height: 26px; }

  p.bajada {
    display: none; }

  .notaCanalChica {
    background: #000; }

  .notaCanalChica h2 a {
    color: #fff; }

  .notaCanalChicaMitad {
    width: 48%;
    margin: 0 4% 20px 0; }

  .notaCanalChicaMitad:nth-child(odd) {
    margin-right: 0; }

  .bannerEntreNotas {
    width: 48%;
    margin: 0 4% 20px 0;
    text-align: center; }

  .bannerEntreNotas #eplAdDivbloque {
    margin: 0 auto; }

  .notaJuntoAlBanner {
    width: 48%;
    margin: 0 0 20px 0;
    padding: 0; }

  .notaJuntoAlBanner figure {
    width: 100%;
    float: none; }

  .notaCanalStandardChica {
    margin: 0;
    width: 100%; }

  .notaJuntoAlBannerDos {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none; }

  .notaJuntoAlBannerDos .notaCanalConFondoNegro {
    margin: 0 0 20px 0;
    width: 100%; }

  .notaJuntoAlBannerDos .notaCanalConFondoNegro figure {
    width: 33%;
    float: left;
    margin: 0 3% 0 0; } }
@media only screen and (max-width: 780px) {
  .notaCanalGrande figure {
    width: 100%;
    margin: 0 0 10px 0; }

  .notaCanalGrande h2 {
    margin: 0 10px; }

  .notaCanalChica h2 {
    font-size: 22px;
    line-height: 24px; }

  .bannerEntreNotas {
    width: 100%;
    margin: 0 0 20px 0; }

  .notaJuntoAlBannerDos {
    width: 48%;
    float: left;
    margin: 0 0 20px 4%; }

  .notaJuntoAlBannerDos .notaCanalConFondoNegro figure {
    width: 100%;
    margin: 0 0 10px 0; } }
@media only screen and (max-width: 670px) {
  #header-principal .contenedorGeneral figure {
    width: 180px; }

  #header-principal .contenedorGeneral figure img {
    width: 100%;
    height: auto; }

  .header-fecha {
    display: none; }

  .fullPrincipal .notaFullPrincipal header h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px; }

  .fullPrincipal .notaFullPrincipal header p {
    display: none; }

  .bloqueNoticiasStandard .grupoNotasDerecha .divisionLeft, .bloqueNoticiasStandard .grupoNotasDerecha .divisionRight {
    width: 100%; }

  .bloqueNoticiasStandard .grupoNotasDerecha .divisionLeft .notaStandard.notaConFondoNegro figure {
    float: left;
    width: 48%;
    margin-right: 4%; }

  .noticiasDestacadas .grupoNotasIzquierda .destacadaPrincipal figure {
    height: auto; }

  .noticiasDestacadas .grupoNotasIzquierda .destacadaPrincipal h5 {
    position: static; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard {
    width: 100%;
    margin: 0 0 10px 0;
    position: relative;
    padding-bottom: 10px; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard figure {
    width: 30%;
    margin: 0 3% 0 0;
    float: left; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard:nth-child(1) {
    margin: 0 0 20px 0;
    padding: 0; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard:nth-child(1) figure {
    width: 100%;
    margin: 0; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard:nth-child(1) header {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    background: black;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard:nth-child(1) h2 {
    margin: 10px;
    height: auto;
    font-size: 28px;
    line-height: 28px; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard:nth-child(1) h2 a {
    color: #fff; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard:nth-child(1) h5 {
    color: #fff;
    margin: 0 10px; }

  .cajaNotasPorTema .notaStandardPorTema, .cajaNotasPorTema .notaStandardPorTema:nth-child(3) {
    padding: 0; }

  .cajaNotasPorTema .notaStandardPorTema h5 {
    display: none; }

  .cajaNotasPorTema .notaStandardPorTema h2 {
    margin-top: 10px; }

  .cajaNotasPorTema .notaStandardPorTema hr {
    display: none; }

  #especialHome .contenedorGeneral {
    padding-bottom: 0; }

  .notaEspecial:nth-child:after {
    content: ".";
    visibility: hidden;
    clear: both;
    width: 100%; }

  .notaEspecial:nth-child(3), .notaEspecial:nth-child(4) {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0; }

  .notaEspecial:nth-child(3) figure, .notaEspecial:nth-child(4) figure {
    width: 33%;
    margin: 0 2% 0 0;
    float: left; }

  .notaEspecial:nth-child(3) h2, .notaEspecial:nth-child(4) h2 {
    text-align: left; }

  .notaEspecial:nth-child(3) .autorNotaEspecial, .notaEspecial:nth-child(4) .autorNotaEspecial {
    float: left;
    width: 64%;
    margin: 0; }

  .notaCruzada {
    margin-top: 20px; }

  .notaCruzada h5 {
    margin-top: -20px; }

  .notaCruzada h2 {
    font-size: 20px;
    line-height: 20px; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas li {
    width: 100%;
    padding-top: 5px;
    height: auto; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas li a {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    height: auto; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas li:last-child a {
    border-bottom: none; }

  #deviceContainerDos #masLeidasSidebar ol.masleidas li span.rankOrder {
    height: auto;
    border-bottom: none; }

  #deviceContainerTres #destacadasDePerfilSidebar #destacadosPerfil ul li {
    margin: 10px 0;
    width: 100%; }

  #deviceContainerTres #destacadasDePerfilSidebar #destacadosPerfil ul li:nth-child(even):after {
    display: none; }

  #deviceContainerTres #destacadasDePerfilSidebar #destacadosPerfil ul li figure {
    float: left;
    width: 33%;
    margin: 0 10px 0 0; }

  .cajaNotasPorSeccion .notaSegundaPorSeccion h5, .cajaNotasPorSeccion .notaTerceraPorSeccion header h5 {
    display: none; }

  .cajaNotasPorSeccion .notaSegundaPorSeccion h2, .cajaNotasPorSeccion .notaTerceraPorSeccion header h2 {
    font-size: 22px;
    line-height: 1em;
    margin-top: 5px; }

  .articuloVideoHome {
    float: left;
    width: 100%;
    margin: 0 0 20px 0; }

  .articuloVideoHome:nth-child(3) {
    margin-right: 0; }

  .articuloVideoHome figure {
    width: 33%;
    margin: 0 10px 0 0;
    float: left; }

  .articuloVideoHome p {
    display: none; }

  #homeVideos h2, #homeVideos h3, #homeVideos h5 {
    margin-left: 0;
    margin-right: 0; }

  .articuloVideoHomeMain h2 {
    font-size: 30px;
    line-height: 30px; }

  #homeVideos h4.tituloSeccion {
    font-size: 60px;
    top: -18px; }

  #homeVideos .contenedorGeneral {
    padding-top: 30px; }

  .articuloHeader h1 {
    font-size: 40px;
    line-height: 42px; }

  .contenidoNoticias .cuerpoNoticia #bodytext .destacadoNota {
    font-size: 30px;
    line-height: 30px; }

  .contenidoNoticias .cuerpoNoticia #bodytext .relatedPost {
    width: 100%; }

  .notaCanalStandard h5, .notaCanalStandard p, .notaCanalChica h5, .notaCanalChica p {
    display: none; }

  .notaCanalStandard h2, .notaCanalChica h2 {
    margin-top: 10px; }

  .notaCanalStandard h2 {
    font-size: 20px;
    line-height: 22px; }

  .notaJuntoAlBanner {
    width: 100%;
    position: relative; }

  .notaJuntoAlBanner figure {
    width: 100%; }

  .notaJuntoAlBanner h5 {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 9;
    background: #557c9c;
    color: #fff;
    padding: 5px 10px; }

  .notaJuntoAlBannerDos {
    width: 100%;
    margin-left: 0; }

  .notaJuntoAlBannerDos .notaCanalConFondoNegro figure {
    width: 33%;
    margin: 0 3% 0 0;
    float: left; } }
@media only screen and (max-width: 520px) {
  .noticiasDestacadas .grupoNotasIzquierda .destacadaPrincipal h2 {
    font-size: 22px;
    line-height: 22px; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard h2 {
    font-size: 18px;
    line-height: 18px;
    height: auto; }

  .bloqueNoticiasStandard .grupoNotasIzquierda .notaStandard:nth-child(1) h2 {
    font-size: 22px;
    line-height: 22px; }

  #deviceContainerUno #columnistasSidebar #columnistasSidebarOpinion ul a li {
    width: 100%;
    margin: 5px 0; }

  .canalContenidoAutor h5.tituloCanalAutor {
    font-size: 18px; } }
/********************************
*********************************
		FIN RESPONSIVE
*********************************
*********************************/

/*# sourceMappingURL=noticia.css.map */
