<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body {
  background-color: #eaeaea;
  font-family: 'Open Sans', sans-serif; }

/* ---------------------------------------------------- colores */
/* ---------------------------------------------------- tipografias */
h1, h2, h3, h4, h5, p {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0; }

h1 {
  font-size: 20px;
  font-weight: 400; }

h3 {
  font-size: 21px;
  font-weight: 400;
  color: #666666;
  padding: 5px 0; }
  h3 a {
    color: #666666; }

h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px; }
  h4 a {
    color: #052960; }

h5 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin-bottom: 5px; }

p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px; }
  p:last-child {
    margin-bottom: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0;
  background: none;
  margin-bottom: 0; }

/* ---------------------------------------------------- clases generales */
.row {
  max-width: 64.38rem; }

.pic {
  background-size: cover;
  width: 100%;
  position: relative;
  background-color: #F1F1F1;
  background-position: center center; }

/*.i-pais {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  background-image: url("../img/sprite_v2.svg");
  background-size: 110%; }
  .i-pais.i-chile {
    background-position: 0px 582px; }
  .i-pais.i-argentina {
    background-position: 0px 0px; }
  .i-pais.i-bolivia {
    background-position: 0px -25px; }
  .i-pais.i-brasil {
    background-position: 0px -52px; }
  .i-pais.i-colombia {
    background-position: 0px -105px; }
  .i-pais.i-ecuador {
    background-position: 0px -132px; }
  .i-pais.i-jamaica {
    background-position: 0px -158px; }
  .i-pais.i-mexico {
    background-position: 0px -184px; }
  .i-pais.i-paraguay {
    background-position: 0px -211px; }
  .i-pais.i-peru {
    background-position: 0px -238px; }
  .i-pais.i-uruguay {
    background-position: 0px -264px; }
  .i-pais.i-venezuela {
    background-position: 0px -290px; }
*/
.i-pais {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  /*background-image: url("../img/sprite_v2.png");*/
  background-size: 110%; }
  .i-pais.i-chile {
     background-position: 0px -120px; }
  .i-pais.i-argentina {
    background-position: 0px -1px; }
  .i-pais.i-bolivia {
    background-position: 0px -41px; }
  .i-pais.i-brasil {
    background-position: 0px -81px; }
  .i-pais.i-colombia {
    background-position: 0px -159px; }
  .i-pais.i-ecuador {
    background-position: 0px -199px; }
  .i-pais.i-jamaica {
    background-position: 0px -239px; }
  .i-pais.i-mexico {
    background-position: 0px -278px; }
  .i-pais.i-paraguay {
    background-position: 0px -318px; }
  .i-pais.i-peru {
    background-position: 0px -357px; }
  .i-pais.i-uruguay {
    background-position: 0px -397px; }
  .i-pais.i-venezuela {
    background-position: 0px -436px; }
  .i-pais.i-nan {
    background-position: 0px -492px; }
 
ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/* ---------------------------------------------------- header */
.header {
  background-color: #fff;
  height: 90px;
  margin-bottom: 0.9375rem;
  position: relative;
  /* ------------------------------------------------ logo */

  /* ------------------------------------------ menu */ }
  .header .logo {
    width: 10rem;
    height: 4.063rem;
    background-image: url("http://www.biobiochile.cl/assets/jjoo/img/Logo-Rio.png");
    background-size: 100%;
    margin-top: 0.6875rem;
    background-repeat: no-repeat;
  }
  .header .menu {
    padding-right: 0;
    margin-top: 0;
    /* -------------------------------------- menu ul */ }
    .header .menu .inline-list {
      margin-bottom: 0;
      /* ---------------------------------- menu ul a */ }
      .header .menu .inline-list li {
        margin-left: 0; }
      .header .menu .inline-list a {
        color: #032d74;
        line-height: 5.438rem;
        text-transform: uppercase;
        font-size: 1rem;
        padding: 0 0.625rem;
        border-top: 3px solid transparent; }
        .header .menu .inline-list a:hover {
          color: #6984b1; }
          .header .menu .inline-list a:hover.m-roja {
            /*border-color: #E70001;*/ }

/* ---------------------------------------------------- box sitio */
.box-sitio {
  background-color: #FFF;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: 75px;
  /* ---------------------------------- box contenido */
  /* ---------------------------------- aside */ }
  .box-sitio .box-contenido {
    width: 760px;
    /* ---------------------------------- box gt */
    /* ---------------------------------- destacados */
    /* ---------------------------------- caja */
    /* ---------------------------------- la roja */
    /* ---------------------------------- adlp */
    /* ---------------------------------- lista noticias */ }
    .box-sitio .box-contenido .box-gt {
      margin-bottom: 0.9375rem;
      /* ------------------------------ box gt titular */ }
      .box-sitio .box-contenido .box-gt .gt-titular {
        height: 400px; }
        .box-sitio .box-contenido .box-gt .gt-titular .i-degrade {
          background-image: url("../img/ca-grad.png");
          background-repeat: repeat-x;
          position: relative;
          width: 100%;
          height: 100%;
          display: block; }
          .box-sitio .box-contenido .box-gt .gt-titular .i-degrade .txt {
          	background: rgba(0, 0, 0, 0.59);
          	width: 100%;
          	position: absolute;
    		bottom: 0;
    		padding: 15px 0.9375rem 0.9375rem 0.9375rem; }
            .box-sitio .box-contenido .box-gt .gt-titular .i-degrade .txt h4 {
                line-height: 1.1;
                font-size: 1.85rem; }
              .box-sitio .box-contenido .box-gt .gt-titular .i-degrade .txt h4 a {
                color: white; }
                .box-sitio .box-contenido .box-gt .gt-titular .i-degrade .txt h4 a:hover {
                  color: #008CBA; }
            .box-sitio .box-contenido .box-gt .gt-titular .i-degrade .txt h5 {
              color: #A8A8A8;
              font-size: .9rem; }
    .box-sitio .box-contenido .destacados {
      margin-bottom: 10px; }
      .box-sitio .box-contenido .destacados h5 {
        margin-bottom: 5px; }
      .box-sitio .box-contenido .destacados .pic {
        height: 140px;
        background-color: #999;
        margin-bottom: 10px; }
    .box-sitio .box-contenido .caja {
      margin-top: 0.9375rem !important; }
      .box-sitio .box-contenido .caja .cabecera {
        background: #0a428f;
        position: relative;
        margin-bottom: 10px;
        height: 40px; }
      .box-sitio .box-contenido .caja .principal .pic {
        height: 200px;
        margin-bottom: 10px; }
      .box-sitio .box-contenido .caja .principal h4 {
        font-size: 25px;
        margin-top: 5px;
        line-height: 1; }
      .box-sitio .box-contenido .caja .nota li {
        overflow: hidden;
        margin-bottom: 0.9375rem; }
      .box-sitio .box-contenido .caja .nota .pic {
        width: 100px;
        height: 80px;
        float: left;
        margin-right: 0.9375rem; }
    .box-sitio .box-contenido .la-roja .cabecera:before {
      content: '';
      width: 48%;
      display: block;
      position: absolute;
      top: -2px; }
    .box-sitio .box-contenido .adlp {
      background-color: #f6f6f6;
      border: 1px solid #E6E6E6;
      overflow: hidden;
      position: relative; }
      .box-sitio .box-contenido .adlp .cabecera {
        padding-left: 20px;
        border-bottom: 1px solid #E6E6E6;
        background: #0a428f;
        margin-bottom: 15px;
        height: 40px; }
        .box-sitio .box-contenido .adlp .cabecera:before {
          content: '';
          width: 100%;
          /*border-top: 2px solid green;*/
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
      .box-sitio .box-contenido .adlp .pic {
        width: 100px;
        height: 80px;
        float: left;
        margin-right: 0.9375rem; }
      .box-sitio .box-contenido .adlp li {
        margin-bottom: 0.9375rem;   min-height: 85px; }
    .box-sitio .box-contenido .lista-noticias ul li {
      overflow: hidden;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 0.9375rem;
      margin-bottom: 0.9375rem; }
      .box-sitio .box-contenido .lista-noticias ul li .pic {
        width: 200px;
        height: 150px;
        float: left;
        margin-right: 0.9375rem; }
      .box-sitio .box-contenido .lista-noticias ul li h4 {
        margin-bottom: 0.9375rem; }
      .box-sitio .box-contenido .lista-noticias ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 10px;
        border-bottom: 0; }
  .box-sitio .aside {
    width: 265px !important;
    padding: 0;
    /* estandar de caja */ }
    .box-sitio .aside &gt; div {
	 width: 250px;
	 }

    .box-sitio .aside .a-caja {
      border: 1px solid #e6e6e6;
      margin-bottom: 0.9375rem;
      background-color: #f6f6f6;
      /* cabecera */
      /* datos */
      /* + Leidos */ }
      .box-sitio .aside .a-caja:last-child {
        margin-bottom: 0; }
      .box-sitio .aside .a-caja.goleadores .cabecera {
        border-color: #E70001; }
      .box-sitio .aside .a-caja.leidos .cabecera {
        border-color: #052960; }
      .box-sitio .aside .a-caja .cabecera {
        border-top: 2px solid;
        background-color: #FFF; }
        .box-sitio .aside .a-caja .cabecera h3 {
          padding: 7px 0 7px 10px;
          font-size: 16px;
          font-weight: 400; }
      .box-sitio .aside .a-caja .a-datos {
        padding: 10px; }
        .box-sitio .aside .a-caja .a-datos table thead {
          background: none;
          padding-bottom: 5px;
          border-bottom: 1px solid #999; }
          .box-sitio .aside .a-caja .a-datos table thead tr th {
            padding: 0;
            font-size: 12px;
            color: #555;
            padding-bottom: 7px; }
            .box-sitio .aside .a-caja .a-datos table thead tr th:last-child {
              text-align: right;
              width: 22%; }
        .box-sitio .aside .a-caja .a-datos table tbody tr {
          border-bottom: 1px solid #e6e6e6; }
          .box-sitio .aside .a-caja .a-datos table tbody tr:last-child {
            border-bottom: 0; }
          .box-sitio .aside .a-caja .a-datos table tbody tr td {
            padding: 0;
            font-size: 11px;
            color: #666;
            padding: 10px 0;
            position: relative;
            padding-left: 33px; }
            .box-sitio .aside .a-caja .a-datos table tbody tr td .i-pais {
              left: -5px;
              top: 5px; }
            .box-sitio .aside .a-caja .a-datos table tbody tr td:last-child {
              text-align: right; }
      .box-sitio .aside .a-caja.leidos ul li {
        overflow: hidden;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .box-sitio .aside .a-caja.leidos ul li .pic {
          width: 85px;
          height: 85px;
          float: left;
          margin-right: 0.9375rem; }
          .box-sitio .aside .a-caja.leidos ul li .pic .i-pais {
            top: 0;
            left: 0; }
        .box-sitio .aside .a-caja.leidos ul li h4 {
          font-size: 12px;
          line-height: 14px; }
        .box-sitio .aside .a-caja.leidos ul li:last-child {
          padding-bottom: 0;
          margin-bottom: 0;
          border: 0; }

/* ---------------------------------------------------- footer */
.footer {
  background-color: #20914f;
  height: 200px;
  /* ---------------------------------- footer uno */
  /* ---------------------------------- footer pie inferior */ }
  .footer .f-uno {
    padding: 10px 10px 10px 10px;
    /* --------------------- footer uno menu */ }
    .footer .f-uno .columns {
      padding: 0; }
    .footer .f-uno .inline-list {
      margin: 0; }
      .footer .f-uno .inline-list a {
        font-size: 11px;
        color: #5579b0;
        border-left: 1px solid #375b92;
        padding-left: 1.375rem; }
        .footer .f-uno .inline-list a:hover {
          color: #cdf1ff; }
  .footer .pie {
    font-size: 11px;
    color: #5579b0;
    padding: 0.9375rem 0; }
    .footer .pie .columns {
      padding: 0; }
      .footer .pie .columns:last-child {
        text-align: right; }

.interior .titulo-sec {
  margin-bottom: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  background-color: #f6f6f6;
  color: #999;
  border-top: 2px solid #052960; }

/* ========== seccion la roja ========== */
.sec-laroja .titulo-sec {
  background-color: #E70001;
  background-image: url("../img/sprite_v2.svg");
  background-repeat: no-repeat;
  background-size: 5%;
  padding-left: 65px;
  color: white;
  background-position: 9px -139px; }
.sec-laroja .box-contenido .i-pais {
  display: none; }
.sec-laroja .a-caja .cabecera {
  border-color: #E70001 !important; }

/* ========== seccion sedes ========== */
.sec-sedes article {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6; }
  .sec-sedes article:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .sec-sedes article .pic {
    width: 450px;
    height: 300px;
    float: left;
    margin-right: 20px; }
  .sec-sedes article h4 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 2px; }
  .sec-sedes article h5 {
    margin-bottom: 20px; }
  .sec-sedes article:nth-child(odd) .pic {
    float: right;
    margin-right: 0;
    margin-left: 20px; }

.sec-grupos .grs {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eaeaea; }
.sec-grupos .a-caja {
  border: 1px solid #e6e6e6;
  margin-bottom: 0.9375rem;
  background-color: #f6f6f6; }
  .sec-grupos .a-caja .cabecera {
    border-top: 2px solid;
    background-color: #FFF; }
    .sec-grupos .a-caja .cabecera h3 {
      padding: 7px 0 7px 10px;
      font-size: 16px;
      font-weight: 400; }
  .sec-grupos .a-caja .a-datos {
    padding: 10px; }
    .sec-grupos .a-caja .a-datos.grups thead {
      border-bottom: 1px solid; }
    .sec-grupos .a-caja .a-datos.grups tbody tr {
      border-bottom: 1px solid #e6e6e6; }
      .sec-grupos .a-caja .a-datos.grups tbody tr:last-child {
        border-bottom: 0; }
    .sec-grupos .a-caja .a-datos.grups tbody td {
      color: #666;
      position: relative; }
      .sec-grupos .a-caja .a-datos.grups tbody td .i-pais {
        left: -4px;
        top: 3px; }
      .sec-grupos .a-caja .a-datos.grups tbody td.nombre {
        padding-left: 35px; }
    .sec-grupos .a-caja .a-datos.grups .item {
      width: 12%;
      text-align: center; }
    .sec-grupos .a-caja .a-datos .partido .visita {
      left: 99px; }

/* tablas */
.partidos {
  margin-top: 0; }
  .partidos li {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .partidos li .partido {
      position: relative;
      text-align: center; }
      .partidos li .partido .i-pais {
        top: 0; }
      .partidos li .partido span {
        margin-top: 5px;
        display: block; }
      .partidos li .partido .local {
        left: -6px; }
      .partidos li .partido .visita {
        left: 50px; }
    .partidos li .detalle {
      padding-right: 0; }
      .partidos li .detalle p span {
        display: block;
        font-size: 11px;
        line-height: 1.2; }
    .partidos li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border: 0; }

/* Grupos */
.grupo table .paise {
  width: 45%; }
.grupo table .dete {
  width: 15% !important;
  padding: 0 !important;
  text-align: right; }

.nota .barra-part {
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 11px 0 5px 0; }
.nota h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  color: #052960;
  margin: 20px 0 15px 0; }
.nota .rs-nota {
  margin: 15px 0; }
.nota .imagen-destacada {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative; }
.nota .publicado-por {
  margin: 15px 0; }
  .nota .publicado-por span {
    color: #052960; }
.nota p {
  font-size: 14px; }
.nota .comentarios-part {
  margin-top: 25px; }

@media only screen and (max-width: 40em) {
  .header .logo {
    position: absolute;
    left: 6.25rem;
    margin-left: -2.5rem; }

  .box-sitio .box-contenido {
    width: 100%; } }

    .bbcll{
      background-repeat: no-repeat;
      position: relative;
      float: left;
      width: 171px;
      height: 52px;
      left: 200px;
      top: 30px;
      background-image: url("http://ca2015.biobiochile.cl/assets/img/bbcl.png");
    }

.box-sitio .box-contenido .box-gt .gt-titular .i-degrade .txt h4 {color: white;}

    .box-sitio .box-contenido .la-roja{min-height: 400px;}

    body {
        background-image: url(http://www.biobiochile.cl/assets/jjoo/img/bg_rio-2016.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 50px;
    }

    .fRight {float: right;}

    .fLeft{float: left;}

.paginador {
  background: #052960;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 1rem;
}
.paginador:hover {
  background: #5579B0;
}
.destacados .columns {
  margin-bottom: 10px;
  min-height: 250px;
}
.cont-cabecera-laroja {
  padding-left: 0;
  padding-right: 0;
}
.cont-cabecera-laroja .cabecera h3 a {
  font-weight: bold;
  color: #fff;
  margin-left: 1rem;
}
.box-sitio .box-contenido .la-roja {
  background: #f6f6f6;
  margin: .08rem;
  margin-bottom: 1rem;
}
.la-roja .principal {
  margin-bottom: 10px;
}
.la-roja .principal h4 a, .la-roja .nota h4 a {
  color: #072764 !important;
}
.la-roja .principal h5, .la-roja .nota h5 {
  color: #000;
  font-size: .75rem;
}
.la-roja .nota h4 a {
  font-size: .85rem;
}
.la-roja .principal h4 a {
  font-size: 1.54rem;
}
.destacados h4 a {
  font-size: 1rem;
}
.adlp ul li h4 a {
  font-size: .85rem;
}
.adlp ul li h5 {
  font-size: .75rem;
}
.destacados h5 {
  font-size: .75rem;
}
.lista-noticias ul li h5 {
  font-size: .8rem;
  margin-top: 5px;
  width: 100%;
  line-height: 2;
}
.lista-noticias ul li h4 a {
  font-size: 1rem;
}
.cont-cabecera-laroja .cabecera h3 a {
  color: #fff;
  font-size: 0.95rem;
  font-weight: bold;
  float: left;
  margin-top: 5px;
}
.cont-cabecera-laroja .cabecera img {
	width: 40px;
	float: left;
	margin: 7px 0 0 15px;
}
.adlp .cabecera h3 a {
  color: #fff;
  font-size: 0.95rem;
  font-weight: bold;
  float: left;
  margin-top: 5px;
}
.adlp .cabecera img {
	width: 40px;
	float: left;
	margin: 6px 10px 0 0;
}
.leidos .a-datos ul li h4 a {
  font-size: .75rem;
}
.leidos .a-datos ul li h5 {
  font-size: .7rem;
}
.ca-marcador {
	min-height: 0 !important;
}
footer a {
	color: #fff;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 0.71rem;
}
footer a:hover {
	color: #fff;
}
footer i {
	margin-right: 5px;
	font-size: 1rem !important;
}
footer .creditos {
	font-size: 0.8rem;
	color: #fff;
}
.box-sitio .box-contenido .lado_b .cabecera {
	background: url(http://www.biobiochile.cl/assets/jjoo/img/Barrita_Lado_B_Desktop.png);
}
.box-sitio .box-contenido .lado_b {
    margin-bottom: 20px;
}
.lado_b .cabecera h3 a {
	color: #0b3978;
}
.videos ul li a .pic i {
	font-size: 2.8rem;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.7);
    background: rgba(255, 255, 255, 0.6);
    width: 43px;
    border-radius: 50%;
    margin-left: 30px;
    height: 43px;
    padding: 0px 0px 0px 2px;
}
.row.caja.lista-noticias .cabecera {
	background: #fff;
}
.row.caja.lista-noticias {
	margin-top: 50px !important;
}
.row.caja.la-roja.atletas-chilenos {
	min-height: auto !important;
}
.row.caja.la-roja.atletas-chilenos .cabecera {
	margin-bottom: 0px;
}
.row.caja.la-roja.atletas-chilenos .cabecera i {
	float: right;
	font-size: 1.4rem;
	margin-right: 15px;
	color: #fff;
}
.titulo-team-chile {
  float: left;
  margin-top: 10px;
}
.titulo-team-chile img {
  width: 3rem;
  float: left;
}
.titulo-team-chile label {
  float: left;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-left: 10px;
  color: #000;
}
.cont-atletas .dropdown-titulo {
  background: #4490e1;
  margin-top: 10px;
  color: #fff;
  padding-right: 0px;
}
.cont-atletas .dropdown-titulo .disciplina {
  float: left;
  margin: 5px 5px 5px 15px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
}
.cont-atletas .dropdown-titulo i {
  float: right;
  background: #306397;
  height: 40px;
  width: 40px;
  padding: 5px;
  font-size: 2rem;
  text-align: center;
}
.cont-atletas .atletas .atleta {
  float: left;
  border: 1px solid #dadada;
  margin-top: 10px;
}
.cont-atletas .atletas .atleta .foto {
  width: 28%;
  margin: 10px 25px 10px 10px;
  float: left;
}
.cont-atletas .atletas .atleta .info {
  width: 65%;
  color: #545454;
  float: left;
  font-size: .85rem;
  margin-top: .4rem;
}
.cont-atletas .atletas .atleta .info span {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  line-height: 1.5rem;
  color: #d1202d;
}
.cont-atletas .atletas .atleta .mas {
  display: none;
  float: right;
  width: 8%;
  height: 100%;
  background: #bc3b24;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 150px;
  margin-top: .4rem;
}

.titulo-imperdibles {
  float: left;
}
.titulo-imperdibles i {
  float: left;
  font-size: 2rem;
  margin-right: 1rem;
  color: #4f4f4f;
}
.titulo-imperdibles label {
  float: left;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #444;
  padding-top: .1rem;
}
.seccion-imperdibles {
  float: left;
}
.seccion-imperdibles label {
  width: 100%;
  float: left;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 1.5rem .8rem .8rem .8rem;
  font-weight: bold;
  color: #c02e25;
}
.seccion-imperdibles img {
  width: 100%;
}
.seccion-imperdibles .info {
  font-size: 1rem;
  color: #444;
  padding: 10px;
}
.lista li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.lista li .pic {
  width: 180px;
  height: 180px;
  float: left;
  margin-right: 10px;
}
.lista li h5 {
  font-size: 12px;
  margin-top: 5px;
}
.lista li h4 a {
  float: left;
  width: 500px;
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}
.lista li p {
  float: left;
  width: 500px;
  font-size: 14px;
  margin-top: 10px;
}
#realtime-list li .nota-img {
  background-size: cover;
  width: 223px;
  height: 150px;
  float: left;
}
#realtime-list li .nota-img span {
  background: #000;
  padding: 2px 5px 0px 5px;
  margin: 0;
  float: left;
  color: #fff;
  font-size: 16px;
}
#realtime-list li a h3 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
#realtime header h2 {
  font-size: 20px;
}
.horario {
  width: 100%;
  float: left;
}
.horario .hora {
  font-weight: bold;
  float: left;
}
.left-off-canvas-toggle i {
    color: #144fa5 !important;
    font-size: 3rem !important;
    margin: 020px 15px !important;
    float: left !important;
}
.menu ul li a i {
  color: #032d74;
}
.fa-home {
  font-size: 2rem;
}</pre></body></html>