@charset "UTF-8";
/* CSS Document */
  .opcionActiva {
   color: #FF7D00 !important;
}

a, select:focus {  outline: none; }
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
} 

.bx-wrapper .bx-loading {
    background: #000 url("../../../../libre/imgdiseno/video/newsletter/loader.gif") no-repeat center center!important;
     background-size: 120px;
     z-index: 1000000;
}

.gray-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #333;
    border: 2px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 5% 0;  
    width: 100%;
    min-width: 2.78572em;
    line-height: 2.78572;
    outline-width: 0;
    padding: 0 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .15s, border-color .15s, color .15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gray-button:hover {
    background-color: #434343;
}
.gray-button:focus, .gray-button:active  {
    background-color: #292929;
}

/*ordenar por*/
  .order-by{
    display: inline-block;
    vertical-align: middle;
  }
  .order-by > span { 
    font-style: italic; 
    float: left;
     padding: 10px 0;
  }
  .order-by select {
    background-color: transparent;
    border: medium none transparent;
    color: #fff;
    font-size: 1em;
 }

  .order-by select {
    outline: black;
    font: 100 16px/16px "GothamXNarrow-Book","Helvetica","Arial",sans-serif !important;
     background-color: transparent;
    border: medium none transparent;
    font-size: 1em;
    border-radius: 6px;
    margin-left: 10px;
    padding: 0 7px;
    height: 40px;
    width: 130px!important;
  }
  .flechita select {
 background: url('../../../../libre/imgdiseno/video/newsletter/customSelect-arrow.gif') no-repeat 116px 20px!important;
   background-size: 12px auto;
   cursor: pointer;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 }
  .order-by select option {
      background-color: white;
      font: 20px/20px 'GothamXNarrow-Book',"Helvetica","Arial",sans-serif;
      padding: 10px;
      vertical-align: middle;
  }
  .order-by select option:hover{
    background-color: orange;
  }

  .order-by form { float: right;}

/*SELECT CUSTOMED*/

  span.customSelect {
    font-size:11px;
    background-color: #fff;
    color:#666;
    padding:5px 7px;
    border:1px solid lightgray;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px;
    margin-left: 10px;
  }
  span.customSelect.changed {
    background-color: #f0dea4;
  }
  .customSelectInner {
    background:url(customSelect-arrow.gif) no-repeat center right;
    font-size: 16px;
    color: #666;
  }

  .fecha-prog{ 
    font-family: 'GothamXNarrow-Book','Helvetica', 'Arial', sans-serif!important;
    margin-bottom: 10px!important;
  }

/*#region GENERAL*/
  body{margin:0px auto; padding:0px; background:#000}
  p, span, ul {
    font: 14px/19px "GothamBook","Helvetica","Arial",sans-serif; 
    color: #fff;
  }
  a {color:#fff; border:0px; text-decoration:none;}
  a:link {text-decoration: none;  color:inherit; color:#FFF;}
  a:visited {text-decoration: none;  color:#fff;}
  a:hover {text-decoration: none; color:#0099ff;}
  .bx-wrapper {margin: 0 auto 2px !important;}
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { bottom: -10px!important; }
  section{ 
    border-bottom: 1px solid #474747!important;
    overflow: hidden;
    padding: 20px 0!important;
    position:relative;
  }

  .pull-right{ float: right;}
  .tit_section {
    color: #fff;
    font: 40px/50px "GothamCondLight","Helvetica","Arial",sans-serif;
    margin-bottom: 10px;
    margin:auto;
    position: relative;
    text-align: center;
    z-index: 0;
     width: 230px;
  }

  .background-image {
      background-size: cover;
      display: block;
      filter: blur(30px);
      -webkit-filter: blur(30px);
      height: 800px;
      margin-top: -60px;
      left: 0;
      opacity: .3;
      pointer-events: none;
      position: absolute;
      right: 0;
      z-index: 0;
  }
  header{ 
    background-color: rgba(0, 0, 0, 0.8)!important;
   box-shadow: none;
    position:fixed; 
    top:0px; width:100%;  z-index:5000; 
    font-family:'GothamCondLight','Helvetica', 'Arial', sans-serif;
    -moz-box-shadow: -2px 6px 6px #000000;
    -webkit-box-shadow: -2px 6px 6px #000000;
    box-shadow: -2px 6px 6px #000000;
    vertical-align: middle;
  } 
  header nav{background: transparent none repeat scroll 0 0; width: 100%; padding:0 4px;}
  #indicatorContainer {width: 0!important;}

  #menu{
    position:absolute; 
    z-index:10000; 
    height: calc(100% - 60px); 
    width:200px; 
    margin-left:-200px; 
    background:#444 url(img/bg_menu.jpg);
  }
  .btn-envivo {
      background-color: transparent;
      cursor: pointer;
      height: 300px;
      margin-top: 6px;
      position: absolute;
      width: 60px;
      z-index: 9800880;
  }
  .activo{ background:#000; color:#fff;}

  .top-header{  vertical-align: middle; }

  .logo_header {
    margin: auto;
    padding: 5px;
    text-align: center;
  }
  .logo_header img {
    height: auto;
    text-align: center;
    width: auto;
    vertical-align: text-top;
 }

   .logo-elnorte {
    cursor: pointer;
    top: 32px;
    vertical-align: middle;
    z-index: 1;
  }
  .elnorte{
    background-image: url('../../../../libre/imgdiseno/video/newsletter/logo_norte.png');
    background-repeat: no-repeat;
    height: 14px;
    opacity: 0.6;
    margin-top: -12px;
  }
  .elnorte:hover{ opacity: 10;}
  .elnorte > a {
    height: 14px;
    padding: 11px;
    width: 100%;
  }

  .container {
      left: 0;
      margin: auto;
       padding: 7% 0 10px;
      right: 0;
      width: 80%;
      z-index: 2;
  }
  .contenedor{
    top: 10px;
    left: 0;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 2;
    margin:auto;
  }
  .clear{ clear:both;}

  .no-margin-right{margin-right: 0!important;}

  .pagina { padding: 3px;}

  .brick{ 
    background:#000;
    opacity: 1;
    transition: top 0.5s ease 0s, left 0.5s ease 0s, width 0.5s ease 0s, height 0.5s ease 0s, opacity 0.5s ease 0s;
    margin-bottom:20px; 
    width: 100%;
  }
  .brick a img{margin: auto;}

  .gray-txt{color: #999999;}
  .orange-txt{color: #f26708;}

  .duracion {
    background-image: url("../../../../libre/imgdiseno/video/newsletter/shadow-time.png");
    color: #fff; 
    font: normal 18px/18px 'GothamCondLight','Arial', sans-serif; 
    font-size: 16px;
    margin-right: -17px;
    position:absolute; top:0px; 
    padding:5px 0px;
    right:0px; 
    text-align: center;
    text-shadow: 0 0 5px #050505;
    width: 66px;
    z-index: 3;
  }
  .fecha {
      background-image: url("../../../../libre/imgdiseno/video/newsletter/shadow-date.png");
      background-repeat: no-repeat;
      background-size: 75px auto;
      color: #fff;
      font-family: "GothamCondLight","Helvetica","Arial",sans-serif;
      font-size: 16px;
      height: 24px;
      margin-left: -10px;
      padding: 5px 17px;
      position: absolute;
      text-align: left;
      text-shadow: 0 0 2px #050505;
      text-transform: uppercase;
      top: 0;
      width: 87px;
      z-index: 2;
  }

  .brick .caption{ position: relative; z-index: 20; }

  /*region MENU GENERAL*/
    .menu{ text-align:center;}
    .mainNav li {
        display: inline-block;
        vertical-align: middle;
    }
    .mainNav li a { 
      background:none; 
      border:none; 
      cursor:pointer;
      color:#fff; 
      padding: 2px 8px;
      text-align:center; 
      font:normal 24px/30px 'GothamCondLight','Helvetica', 'Arial', sans-serif;
      vertical-align: sub;
     }

    .mainNav li a:hover{ color:#FF7D00; cursor: pointer;}
   
   
    .opcionActiva{ color:#FF7D00; background-color: lightgray;}
    .redes-btn{
      float:right; 
      font-size:18px;
      padding: 17px 0 13px 17px;
    }
    .redes-btn li a{ padding: 0;}

    .redes-btn > li {display: inline-block;}
  /*#endregion*/

/*#region notificaciones favoritos*/
    .notificacion {
      background-color: #ff7d00;
      border-radius: 5px;
      color: black;
      float: right;
      font-size: 13px;
      margin-left: -4px;
      margin-top: 6px;
      padding: 0 5px;
      position: relative;
      z-index: 5;
    }

    .drop-favoritos .dropdown-content .play {
        height: 70px !important;
        margin-left: 15%;
        margin-top: 6%;
        width: 70px !important;
    }
    .drop-inner{
      background-color: rgba(0, 0, 0, 0.9);
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
      margin-top: -15px;
    }
    .drop-favoritos .fa.fa-caret-up::before { 
      color: #ff7d00;
      margin-right: 21px;
    }
    .dropdown {
        position: relative;
        display: inline-block;
    }
    .drop-favoritos .dropdown-content {
      text-align: right;
      top: 13px;
    }
    .drop-favoritos .dropdown-content a:hover { background-color: #171717; }
    .dropdown-content {
      display: none;
      margin: auto;
      min-width: 160px;
      position: absolute;
      right: 0;
      text-align: center;
      width: 400px;
      z-index: -1;
    }
    
    .dropdown-content h2 {
      background-color:#ff7d00;
      color: #000;
      font: bold 24px/30px "GothamCondLight","Helvetica","Arial",sans-serif;
      letter-spacing: 2px;
      margin-bottom: 0;
      margin-top: 4px;
      padding: 10px 0;
       text-align: center;
    }
    .dropdown-content a { 
      display: block;
      min-height: 120px;
      border-bottom:1px solid #333333!important;
      padding: 10px!important;
    }
    .drop-secciones a:hover, .fa-caret-up { color: orange;}
    .dropdown-content a .img {
      float: left;
      margin-right: 5px;
      width: 46%;
    }
    .dropdown-content a img{ 
      width: 100%;
    }
    .dropdown-content .txt-scroll {
        float: right;
        width: 50%;
    }
    .dropdown-content .play {
      height: 50px !important;
      margin-left: 12%;
      margin-top: 2%;
      width: 50px !important;
    }
    .dropdown-content span {
      display: block;
      font-family: "GothamCondLight","Helvetica","Arial",sans-serif;
      font-size: 18px;
      line-height: 1;
      text-align: left;
      vertical-align: top;
    }
    .dropdown:hover .dropdown-content {
        display: block;
    }
    .dropdown-content .img-scroll {
        display: inline-block;
        margin-right: 7px;
        width: 42%;
    }
    .dropdown-content .white-txt{ text-transform: uppercase;}
/*#endregion notificaciones*/

  .pleca{height:48px; position:relative;}
  .nombre_programa{ 
    color:#999; 
    float:left; 
    font:normal 24px/30px 'GothamCondLight','Helvetica', 'Arial', sans-serif;
    padding:10px; 
    text-transform: uppercase;
  }

  .Hub{
    background-color:#000; 
    overflow: hidden;
  }
  .Hub .foto img {
      height: auto;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      min-width: 122%;
      right: 0;
      z-index: 0;
  }
  .brick .foto{ padding-bottom: 11%;}
  /*#region BANDERAS*/
  .bandera img{ width:100%; height:auto;}

  .pleca-v img{
    bottom: 0;
    position: absolute;
    width:76px;
    height:223px;
  }

  .b-sanca{ background-color: #202020;}
  .b-changa{ background-color: #FFA200;}
  .b-muros{ background-color: #1b1b1b;}
  .b-sm-gp-red{ background-color: #ef0000;}
  .b-bellisimo{ background-color: #eecb05;}
  .b-sm-gp-red-eventos{ background-color: #7a002b;}
  .b-ex-gp{ background-color: #000;}
  .b-lavida{ background-color: #ff3e41;}
  .b-glam{ background-color: #e5d4a6;}
  .b-podium{ background-color: #cb222c;}
  .b-toma{ background-color: #94b902;}
  .b-rictus{ background-color: #e5901e;}
  .b-masvale{background-color: #01166f;}
  .b-cancha-ex{ background-color: #181949;}
  .b-app{background-color: #317fa9;}
  .b-pole{background-color: #06070d;}
  .b-engentate{ background-color: #ee008c;}
  .b-smnews{ background-color: #1e0115;}
  .b-tiapaz{ background-color: #00b6ad;}
  .b-viral{background-color: #2e2444;}
  .b-pasaporte{background-color: #00427e;}
  .b-noti{background-color: #c7fc33;}
  .b-sos{background-color: #5e5e5b;}
  .b-insert{ background-color: #1281f6;}
  .b-laveo{background-color: #d3990c;}
  .b-publi{background-color: #262626;}
  .b-jotos{background-color: #d95d9a;}
  /*#endregion banderas*/
  .first_double{width: 47.961%; float:right;}
  /*.doble.izquierda { margin-left: 25px; }*/

  .brick-actions {
    background-color: black;
    bottom: 0;
    padding: 10px;
    width: calc(100% - 20px);
    z-index: 1;
  }
  .brick-actions span{
    display: inline-flex;
    font-size: 18px;
    font-family: 'GothamCondLight', 'Helvetica', 'Arial', sans-serif;
    vertical-align: middle;
    width: 32%;
  }
  .brick-actions span .fa{
    margin-right: 10px;
  }

 .social.ic_text {
    background-color: black;
    bottom: -11px;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
}

  .social.ic_text .contact-fav{ 
    display: inline-flex;
    font-size: 18px; 
    margin-right: 10px; 
    padding: 7px 0;
    text-transform: none; 
    vertical-align: middle;  
    font-family: 'GothamCondLight', 'Helvetica', 'Arial', sans-serif;
  }
  .social.ic_text .fa{ margin-right: 5px;}

  .Hub .principal .foto {  min-height: 368px; }
  .Hub .foto .animHover {
   /* margin-bottom: 5%;
    margin-top: 5%;*/
    vertical-align: middle;
}
  .Hub.principal .icons {
      position: absolute;
      right: 0;
      top: 0;
  }
  .Hub.principal h1 { margin:10px 10px 5px; }
  .Hub.principal h1 a { font: 32px/29px "GothamCondLight","Arial",sans-serif;}

/*#endregion general*/

/*#region BOTONES*/
  button{ text-align:center; font:normal 24px/30px 'GothamCondLight','Helvetica', 'Arial', sans-serif; color:#fff; background:none; border:none; cursor:pointer;}
  button:hover{ color:#FF7D00; cursor: pointer;}
  .btn_mas {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../../../../libre/imgdiseno/video/newsletter/mas.png");
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50px auto !important;
    cursor: pointer;
    height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
}
  .btn_mas_right {
    background: rgba(0, 0, 0, 0) url("../../../../libre/imgdiseno/video/newsletter/mas.png") no-repeat scroll center center / 50px auto;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 50px;
}
.btn_mas_left {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../../../../libre/imgdiseno/video/newsletter/mas.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px auto !important;
    cursor: pointer;
    height: 50px;
    position: absolute;
    width: 100%;
}
  .icons {
      margin-right: 43px;
      text-align: right;
      padding: 6px 0px;
  }
  .icons .twitter-icon {
    display: none!important;
    background-image: url('../../../../libre/imgdiseno/video/newsletter/twitter.png');
    height: 32px;
    width: 32px;
    display: inline-block;
    margin-top: 2px;
    text-align: center;
    vertical-align: middle;
  }
  .icons .facebook-icon {
    display: none!important;
    background-image: url('../../../../libre/imgdiseno/video/newsletter/facebook.png');
    height: 32px;
    width: 32px;
    display: inline-block;
    margin-top: 2px;
    text-align: center;
    vertical-align: middle;
  }
  .btn_cerrar{cursor: pointer;}

  .buscador{ 
    background-color: rgba(0, 0, 0, 0.29);
     border-radius: 17px;
    border: 3px solid #5a5a5a;
    -webkit-box-shadow:inset 2px 2px 5px 1px rgba(0,0,0,.1); 
    box-shadow:inset 2px 2px 5px 1px rgba(0,0,0,.1);
    float:right;  
    margin: 13.4px 0;
    padding: 0 10px;
    width:250px;
    
  }
  .buscador input{ 
    background:none;
    border:none; 
    border-radius:5px; 
    color: #fff; 
    font: normal 20px/30px 'GothamCondLight', "Helvetica Neue", Helvetica, Arial, sans-serif;
    height:30px; 
    outline:none; 
    padding:0px 10px;
    width: calc(100% - 30px); 
    z-index:100; 

  }
  .boton_buscar{ 
    background: transparent url("../../../../libre/imgdiseno/video/buscar_hover.png") no-repeat scroll center center;
    border-radius:0px 4px 4px 0px; 
    color:#fff; 
    cursor:pointer; 
    height:30px; 
    float:right; 
    margin-right:-1px; 
    width:30px; 
  }
  .boton_buscar:hover{ background: #000 url(../../../../libre/imgdiseno/video/buscar_hover.png) center no-repeat;}

  .logo-btn{ 
    display:inline-block; 
    margin:20px 0;
    text-align: center; 
  }

  .mostrar-mas {
    background-color: #333333;
    border-radius: 5px;
    color: white;
    font: 100 25px/23px "GothamCondLight","Helvetica","Arial",sans-serif;
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 270px;
  }
  .mostrar-mas span { font: 100 25px/23px "GothamCondLight","Helvetica","Arial",sans-serif;}
/*#endregion BOTONES*/

/*PUBLICIDAD*/
 /*#publi1{ 
      height:600px; 
      position:fixed; 
      top:50%; 
      transform:translateY(-50%); 
      -webkit-transform:translateY(-50%); 
      -moz-transform:translateY(-50%); 
      width:100%; 
      z-index:60000; 
      overflow:hidden;
      display:  none;
    }*/

  .ad-container{
    display: none!important;
    position:absolute; 
    top:0px; 
    transition:all .5s;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    z-index: 5;
  }

  .ad-hub, .ad-100, .ad-100 .Hub.caja-video.gd.ic_container {width: 100%;}
  .ad-100 .animHover.video { margin: 0;}
  .ad{ 
    background: url('../imgcontenido/ads/gilsa_logo.png') right bottom no-repeat;  
    background-size:100px;
    min-height:33px; 
    min-width:100px;
  }

  .ad-txt {
    color: white;
    font: 100 13px/13px "GothamCondLight","Helvetica","Arial",sans-serif;
    text-shadow: 0px 0px 2px #000;
     margin-bottom: -5px;
    margin-left: 5px;
  }

  .ad-pupup{ 
    height: 600px;
    width: 800px;
    margin: 0 auto;
  }

   /*.ad-gif, .ad-gif img{ width: auto!important; margin:auto!important;}*/



  #pr3{ width: 100%; }


#inicio {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 0 !important;
    z-index: 3000;
}
#inicio .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    height: 9px;
    width: 9px;
}
#inicio .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 100%;
    box-shadow: 1px 1px 18px black;
}

#recomendamos { display: inline-block; }
#sociales { margin: auto;}
#recomendamos .Hub.principal .caption-inner, #sociales .Hub.principal .caption-inner { padding: 3.5% 1%;}
.Hub.principal .caption-inner{ padding: 0 2.5%;}

.bxslider3 {
    min-height:300px;
    z-index: 0;
}

.bxslider3 .bx-controls.bx-has-pager{ display: none;}

/*#region PLAY BTN*/

  .play-img {
      position: absolute;
      z-index: 1;
  }
 .play-img img {
    left: 0;
    margin-left: auto;
    right: 0;
    width: 100%;
}
  .play-img:hover{   
    opacity: 0;
    z-index: 1;
    position: relative;
    display: none;
  }
  .play {
    background-image: url("../../../../libre/imgdiseno/video/newsletter/play.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    left: 0;
    margin: 10% auto;
    max-height: 138px;
    max-width: 138px;
    min-height: 30px;
    min-width: 30px;
    position: absolute;
    right: 0;
    top: auto;
    width: 95%;
    z-index: 0;
}

 .Hub:hover .play-img, 
  .Hub:hover .pr, .Hub:hover .ad-container, 
  .reportajes-img:hover .play, 
  .en-vivo:hover .play, 
  .lo-mas-visto .op1:hover .play, .Hub:hover .play{ opacity: 0; cursor: pointer;}
  
  .Hub.principal .play{ margin: 15% auto;}
  .en-vivo .play{  margin: 20% auto; }

.favoritos .play{margin: 18% auto;}
.fav-star{ 
  height: 20px;
  width: 22px;
  background-image: url("../../../../libre/imgdiseno/video/newsletter/fav-star.png");
  background-repeat: no-repeat;
  background-size: 18px auto;
  cursor: pointer;
}
.fav-star:hover{ 
    cursor: pointer;
  height: 20px;
  width: 22px;
  background-image: url("../../../../libre/imgdiseno/video/newsletter/fav-star-on.png");
  background-repeat: no-repeat;
  background-size: 18px auto;
}
.fav-star-on{ 
  cursor: pointer;
  height: 20px;
  width: 22px;
  background-image: url("../../../../libre/imgdiseno/video/newsletter/fav-star-on.png");
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.top-siguiendo{
  background-image: url("../../../../libre/imgdiseno/video/newsletter/ph/ph5.jpg");
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

 
/*#endregion play btn*/

/*#region ESQUINAS*/
  .pr{ 
    height:100%; 
    margin-top: 3px;
    position:absolute;  
    transition:all .5s;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    width:100%;
    z-index: 5;
  }

  .lavidaenrosa-pr{ background: url('../../../../libre/imgdiseno/video/newsletter/pr/la-vida-en-rosa.png') right bottom no-repeat;  }
  .engentate-pr{ background: url('../../../../libre/imgdiseno/video/newsletter/pr/engentate.png') right bottom no-repeat;  }
  .viral-pr{ background: url('../../../../libre/imgdiseno/video/newsletter/pr/viral.png') right bottom no-repeat;  }
  .insert-pr{ background: url('../../../../libre/imgdiseno/video/newsletter/pr/insertcoin.png') right bottom no-repeat;  }
  .notiminuto-pr{ background: url('../../../../libre/imgdiseno/video/newsletter/pr/notiminuto.png') right bottom no-repeat;  }
  .rictus-pr{ background: url('../../../../libre/imgdiseno/video/newsletter/pr/rictus.png') right bottom no-repeat;  }
  .poleposition-pr{ background: url('../../../../libre/imgdiseno/video/newsletter/pr/poleposition.png') right bottom no-repeat; }
  .sancadilla-pr{ background: url('../../../../libre/imgdiseno/video/newsletter/pr/sancadilla.png') right bottom no-repeat;  }
  .changarreando-pr{ background: url('../../../../libre/imgdiseno/video/newsletter/pr/changarreando.png') right bottom no-repeat;  }
  .applicate-pr{ background: url('../../../../libre/imgdiseno/video/newsletter/pr/applicate.png') right bottom no-repeat;  }
/*#endregion*/

/*#region RIEL HUB*/
  .riel{ 
    height:275px;
    position:absolute;
    -webkit-transition: all .3s ease; 
    -moz-transition: all .3s ease; 
    transition: all .3s ease;
    width: 100%;
    z-index:70000000;
  }

  .bx-pager2{ text-align:center; font:normal 24px/30px 'GothamCondLight','Helvetica', 'Arial', sans-serif; color:#fff; background:none; border:none; cursor:pointer;}

  #pr1 .background-image{
      background-image: url("../imgcontenido/img12.jpg");
      background-repeat: no-repeat;
      background-size: 110% auto;
      margin: auto;
      opacity: 0.62;
      position: inherit;
      width: 100%;
      z-index: 0;
  }
 #pr2 .background-image {
    background-image: url("../imgcontenido/img71.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: auto;
    opacity: 0.7;
    position: inherit;
    width: 100%;
    z-index: 0;
  }
    .velo{ background:rgba(0,0,0,.8); position:fixed; top:0px; width:100%; height:100%; z-index:55000; display:none;}
    
    #pr2{ 
      background:#000000;
      display:none; 
      height:385px; 
      position:fixed; 
      top:50%; 
      transform:translateY(-50%); 
      -webkit-transform:translateY(-50%); 
      -moz-transform:translateY(-50%); 
      width:100%; 
      z-index:60000; overflow:hidden; 
    }

    #pr2 .header_programa h1 {
      color: white;
      float: left;
      font: 90px/66px "Gotham","Helvetica","Arial",sans-serif;
      left: 30px;
      opacity: 0.41;
      padding: 9px;
      position: absolute;
      text-shadow: 4px 5px 27px #333333;
      top: -12px;
    }

    #pr2 .header_programa { border-bottom: none;}

    #pr1{ 
      background:#FFC300; 
      display:none; 
      height:420px; 
      position:fixed; 
      top:50%; 
      transform:translateY(-50%); 
      -webkit-transform:translateY(-50%); 
      -moz-transform:translateY(-50%); 
      width:100%; 
      z-index:60000; overflow:hidden;
    }
    #pr1 .bx-viewport, #pr1 .bx-wrapper {
        margin: auto;
        padding-top: 10px;
        max-height: 292px;
        width: 95%;
    }
    #pr2 .bx-viewport, #pr2 .bx-wrapper {
        margin: auto;
        max-height: 272px;
        padding-top: 10px;
        width: 90%;
    }
    #pr1 li.pagina, #pr2 li.pagina{ width: auto!important;}
    #pr2 .bx-pager{ display: none;}

    #programas{ padding: 40px 0;}
    #programas .riel{margin: 7%;}
    .header_programa { border-bottom: 1px solid white; position: relative;  z-index: 10000;}
    .header_programa .header-logo {
        display: inline-block;
        float: left;
        left: 0;
        margin: 0;
        padding: 0;
        top: 0;
        width: 223px;
    }
    .header_programa .ad-container{
      display: inline-block;
      float: right;
      margin-left: 10px;
      margin-top: 15px;
    }
    .header_programa a{ 
      left: -26px;
      margin-right: 50px;
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: medium none;
      color: #fff;
      cursor: pointer;
      font: 24px/30px "GothamCondLight","Helvetica","Arial",sans-serif;
      padding: 14px;
      position: relative;
      text-align: center;
      top: 24px;
      vertical-align: middle;
    }
    .header_programa a.active, .header_programa a:focus  { 
      border-bottom: 4px solid white;
      font-size:36px;   
      -webkit-transition: all .3s ease; 
      -moz-transition: all .3s ease; 
      transition: all .3s ease;
    }

    .header_programa .vertodo {
      float: right;
      left: -39px;
      text-transform: uppercase;
      top: 12px;
    }
    .header_programa .vertodo.active, .header_programa .vertodo:focus  { 
      border-bottom: none;
      font-size:24px;  
      transition:none;
    }
    .header_programa > div { height: 76px;}
    .bxslider2{height: 273px; width: 100%; margin-bottom:30px;}
    .bxslider2 .slide{ width: 100%!important;}
    .bxslider2 .mCSB_container {
      overflow: hidden;
      right: 0;
      width: 100%;
    }

    .bxslider2 .tabs {
      margin: auto;
      position: relative;
      text-align: center;
      width: 55%;
      z-index: -2;
    }
    .bxslider2 .tabs > img { width: 100%; }
    .bxslider2 ul.tabs li {border-radius: 100%; margin-bottom: 10px; padding: 8px 15px; font-size: 20px;}
    .bxslider2 ul.tabs li.current {
      background-color: white;
      color: #333333;
    }
    .bxslider2 .tab-content {
      margin: auto;
      padding-top: 15px;
      position: relative;
      top: -37px;
      width: 55%;
      z-index: 1;
  }
  .HubRiel{
      float:left; 
      background:#fff; 
      box-shadow: 0 0 2px black;
      margin:10px; 
      height: 246px;
      overflow: hidden;
      -webkit-transition: all .3s ease; 
      -moz-transition: all .3s ease; 
      transition: all .3s ease;
      max-width: 380px;
      z-index:70000; 
      transform:scale(1,1);
      -webkit-transform:scale(1,1);
      -moz-transform:scale(1,1);
  }
  .HubRiel:hover{
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    box-shadow: 2px 2px 4px black;
    z-index:8000000;
    max-width:400px; 
  }
  .HubRiel .pagina{ float: none;}

  .fecha-programa {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    float: right;
    font: 30px/20px "GothamCondLight","Helvetica","Arial",sans-serif;
    padding: 28px;
}
  .descripcion-riel{  height: 100%; padding: 20px 0;}
  .descripcion-riel p, .descripcion-riel p span{ 
    font: 20px/20px "GothamCondLight","Helvetica","Arial",sans-serif;
    display: block;
  }

  .temporada-riel span { 
    font: 20px/31px "GothamCondLight","Helvetica","Arial",sans-serif;
    display: inline-block;
    min-width: 32%;
  }
 .descripcion-riel p{ margin-bottom: 20px;}

  .col-1{ width: 10%; display: inline-block;}
  .col-3{ max-width: 23%; display: inline-block; margin-left: 2%; vertical-align: top;}
  .col-4{ width: 33%; display: inline-block;}
  .col-6 {
      display: inline-block;
      vertical-align: top;
      width: 49.8%;
  }

.col-9 {
    display: inline-block;
    margin-left: -20px;
    margin-right: 20px;
    vertical-align: top;
    width: 76%;
}

.col-12 {
    display: block;
    width: 100%;
}

 .conductores-riel {
    float: left;
    height: 100%;
    margin-bottom: -90px;
    width: 300px;
  }
  .conductores-riel img { position: fixed; }
  .temporada-riel{ margin:auto;}
/*#endregion riel hub*/

/*#region EN VIVO*/
  .en-vivo {
      height: 0;
      float: none!important;
      margin: auto;
      margin-bottom: 20px;
      overflow: hidden;
      width: 80%;
  }
  .envivo-logo{ 
    background-image: url('../../../../libre/imgdiseno/video/newsletter/envivo.png');
    background-repeat: no-repeat;
    height: 82px;
    right: 0;
    position: absolute;
    z-index: 1;
    width: 245px;
  }

  .en-vivo .ic_caption {
    background: rgba(0, 0, 0, 0) url("../../../../libre/imgdiseno/video/newsletter/degradado.png") repeat-x scroll 0 0;
    cursor: default;
      bottom: 0;
      font: 100 21px/13px "GothamCondLight","Helvetica","Arial",sans-serif;
      position: absolute;
      width: 100%;
      z-index: 1000000;
  }
  .en-vivo .ic_caption-inner{ padding: 20px 10px 15px 10px; }
  .en-vivo .ic_caption-inner h1{ 
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 14px;
  }
  .en-vivo .ic_text { margin-bottom: 10px; }
  .fa-envelope{ 
    cursor: pointer;
  }
  .fa-envelope:hover{ 
    color: #ff7e00;
    cursor: pointer;
  }

  .seccion-envivo { padding: 120px 0 0 !important; }
/*#endregion envivo*/

/*#region LO MAS VISTO*/
.lo-mas-visto {
    background: rgba(0, 0, 0, 0.56) none repeat scroll 0 0;
    font-family: "GothamCondLight","Helvetica","Arial",sans-serif;
    overflow: hidden;
    padding-bottom: 10px;
    position: absolute;
    right: 0;
    vertical-align: top;
    width: 25%;
}
  .lo-mas-visto .left {
    display: inline-block;
    float: left;
    height: 17px;
    padding: 10px 0 10px 10px;
    vertical-align: middle;
    width: 40%;
  }
  .lo-mas-visto .left h4{ line-height: 1 !important;}
  .lo-mas-visto .right {
      display: inline-block;
      float: right;
      padding: 6px 10px 6px 0;
      vertical-align: middle;
      width: 40%;
  }
  .lo-mas-visto .top-lms { height: 60px; margin-top: 10px; }
  .lo-mas-visto .twitter-icon , .lo-mas-visto .facebook-icon{ 
      background-repeat: no-repeat;
      background-size: 100% auto;
      float: left;
      margin-right: 5px;
      height: 20px !important;
      width: 20px !important;
  }
   .lo-mas-visto select, .lo-mas-visto-bottom select  {
      background: url("../../../../libre/imgdiseno/video/newsletter/customSelect-arrow.gif") no-repeat scroll 90% 52% !important;
      background-color: gray!important;
      height: 30px;
      padding: 1px 6px;
      width: 100%;
  }

  .lo-mas-visto-select {
      background-color: gray!important;
      border: 0 none;
      border-radius: 2px;
      color: #e6e6e6;
      font: 100 17px/13px 'GothamCondLight', 'Helvetica', 'Arial', sans-serif;
      padding: 5px;
  }
   
  .lo-mas-visto .top-lms h4 {
    font: 100 21px/13px 'GothamCondLight', 'Helvetica', 'Arial', sans-serif;
    color: white;
    vertical-align: middle;
  }

  .lo-mas-visto .mCustomScrollBox {
    height: 86%!important;
    position: absolute !important;
    width: 100%;
  }
  .lo-mas-visto .mCustomScrollBox ul {
    margin: 0;
    padding: 0;
  }
  .lo-mas-visto .mCustomScrollBox ul .img-scroll {
    display: inline-block;
    margin-right: 7px;
    width: 42%;
  }
  .lo-mas-visto .mCustomScrollBox ul .img-scroll img { width: auto;}
  .lo-mas-visto .mCustomScrollBox ul .txt-scroll {
    display: inline-block;
    vertical-align: top;
    width: 52%;
  }
  .lo-mas-visto .mCustomScrollBox ul span {
    font-family: 'GothamCondLight', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;listaVideonotas
    display: block;
    line-height: 1;
    vertical-align: top;
  }
  .lo-mas-visto .mCSB_container {
      margin: 0;
      overflow: hidden;
      padding: 6px;
      position: relative !important;
      width: 100%;
  }
  .lo-mas-visto .mCustomScrollBox ul li{
    padding: 5px 5px 1px;
    vertical-align: middle;
    border-bottom: 1px solid #333333;
  }
  .lo-mas-visto .mCustomScrollBox ul li:hover { background-color: rgba(0,0,0,0.8);}
/*#endregion lo mas visto*/

/*#region LISTA PROGRAMAS*/
.programas .icono-lista{ 
    display: inline-block;
    float: none!important;
    text-align:left; 
  }
  #listaProgramas {
    margin-bottom: 33px;
    margin-top: -32px;
}

  .icono-lista{ 
    text-align:left; 
  }
  .lista-programas1, .lista-programas2, .lista-programas3 {
    padding: 3% 0;
    width: 100%;
}
  .lista-programas1 ul, .lista-programas2 ul,  .lista-programas3 ul{
    display: inline-block; 
    vertical-align: top;
    width: 30%;
  }
  .lista-programas1 li, .lista-programas2 li, .lista-programas3 li{
    display: block; 
    font:normal 24px/30px 'GothamCondLight','Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
    padding: 5px 0;
  }
  .lista-programas1 li a:hover, 
  .lista-programas2 li a:hover, 
  .lista-programas3 li a:hover, 
  #listaProgramas .fa:hover, 
  #listaVideonotas .fa:hover
   #listaInformativo .fa:hover{ color: #ff6b00;}

  .lista-programas1 li a:focus, 
  .lista-programas2 li a:focus, 
  .lista-programas3 li a:focus,
  #listaProgramas .fa:active, 
  #listaVideonotas .fa:active,  
  #listaInformativo .fa:active{ color: #c05305;}

  #listaProgramas .fa, #listaVideonotas .fa,  #listaInformativo .fa {
      color: white;
      cursor: pointer;
      font-size: 2em;
      margin-bottom: 0;
      position: relative;
      right: 0;
      text-align: right;
  }
/*#endregion listaprogramas*/

/*#region SOCIALES

  .sociales-container{
    width: 100%;
    margin: auto;

  }
  .sociales-section .container{ top: 0; width: 100%; position: relative; padding: 10px 0;}
  .social-principal { 
    position: absolute;
    right: 0;
    width: 60px !important;
  }
  .social-principal a{ 
    margin-right: 5px;
  }
  .sociales {
    margin: auto;
    max-height: 569px;
    width: 100%;
  }
  .sociales .container{padding: 10px 0;}
   .sociales .bx-wrapper { max-height: 560px; }


 .sociales .brick {
    display: inline-block;
    margin: 0 20px 20px 0;
    width: 450px !important;
}
  .sociales .margin-right { margin-right: 20px!important;}

  .sociales .normal .icons, .programas-tv .normal .icons {
      margin-right: 4px;
      position: absolute;
      right: 0;
      top: 19px;
      z-index: 1;
  }
  .sociales .normal .icons > a, .programas-tv .normal .icons > a { display: block;}
.sociales .Hub.principal {
  float: left;
    height: 523px;
    left: 0;
    margin-right: 15px;
    position: relative;
    vertical-align: top;
    width:467px!important;
}
.sociales .doble{
  float: right;
  width: 66%;

}
*/
 
/*#endregion sociales*/

/*#region REPORTAJES*/
  /* .reportajes-section { padding: 35px 0 50px !important;}*/
  .reportajes-section .reportajes-carousel {
    margin: auto;
    overflow: hidden;
  }
  .reportajes-section .reportajes-carousel .item {
    margin: auto;
  }
  .reportajes-section .ic_text { 
    position: absolute;
    width: calc(100% - 33px); 
  }
 .reportajes-section .reportajes-carousel .social{ background-color: transparent; }


  .reportajes-section .reportajes-carousel .carousel-caption {
    background-color: #2a2a2a;
    float: right;
    right: 0;
  }
  .reportajes-section .reportajes-carousel .carousel-caption h2,
  .reportajes-section .reportajes-carousel .carousel-caption h5 {
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'GothamCondLight', 'Helvetica', 'Arial', sans-serif;
  }
  .reportajes-section h2{ 
    line-height: 1;
    margin: 0 0 2px;
  }
  .reportajes-section .reportajes-carousel .carousel-caption h5 { color: #9f9f9f; }
  .reportajes-section .reportajes-carousel .carousel-caption p {
    color: #9f9f9f;
    font-size: 14px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-weight: 100;
    margin: 5% 0 0;
  }

  .reportajes-section .duracion{ right: 52%!important;}
   .reportajes-section .carousel-caption p{ 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .reportajes-section .carousel-caption-inner{  padding: 5%; }

  .reportajes-section .social.ic_text { bottom: 0;}

  .reportajes-section .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { bottom: -37px !important;}
  .reportajes-section .bx-pager{ display: none;}
/*#endregion reportajes*/

/*#region Video-Notas y PROGRAMAS TV*/

  /*.video-notas .size22, .programas .size22{
    max-height: 347px !important;
    min-height: 247px !important;
  }*/
  .video-notas .brick:last-child, .programas-tv .brick:last-child, .informativos .brick:last-child{ margin-right: 0; }

  .lo-mas-visto-bottom .bx-wrapper .bx-next, .programas-tv .bx-wrapper .bx-next, .video-notas .bx-wrapper .bx-next, .reportajes-section .bx-wrapper .bx-next, .favoritos .bx-wrapper .bx-next  { right: -40px!important; }
  .lo-mas-visto-bottom .bx-wrapper .bx-prev,.programas-tv .bx-wrapper .bx-prev, .video-notas .bx-wrapper .bx-prev, .reportajes-section .bx-wrapper .bx-prev{ left: -40px!important; }
  .lo-mas-visto-bottom .bx-pager, .programas-tv .bx-pager, .video-notas .bx-pager, .sociales .bx-pager  { display: none;}
  .lo-mas-visto-bottom .bx-wrapper .bx-controls-direction a, .programas-tv .bx-wrapper .bx-controls-direction a, .sociales .bx-wrapper .bx-controls-direction a {top: 37%; }

.programacion {
    display: inline-block;
    margin-left: 10px;
    margin-top: -7px;
    position: absolute;
}
.programacion a{ 
  color: #333;
  background-color: #ff7d00;
  border-radius: 5px;
  padding: 6px 9px;
}
/*#endregion videonotas y programastv*/


/*VIDEO NOTAS*/
.sm-tv-red-container .brick{width: 100%!important}
.sm-tv-red-container .pagina{width: 48px; margin: 24px 24px 0 0 !important;}
.sm-tv-red-container .bx-wrapper .bx-viewport {
    height: 289px !important;
}

/*#region TABS*/
  ul.tabs { 
    cursor: pointer;
    list-style-type: none;
    margin: -45px 0 30px;
    padding: 0 0 0.3em;
    position: relative;
  }

  ul.tabs li{ 
    display: inline-block;
    color: #a5a5a5; 
    background-color: #2c2c2c; 
    text-decoration: none; 
    font: 24px/20px "GothamCondLight","Helvetica","Arial",sans-serif;
  }
  ul.tabs li:hover { color: #f26708; }
  ul.tabs li.left-tab {border-radius: 5px 0 0 5px; border-right: 1px solid #353535; margin-right: -5px;}
  ul.tabs li.right-tab {border-radius: 0 5px 5px 0;}
  ul.tabs li.center-tab {margin-right: -4px; border-right: 1px solid #353535;}
  div.tabContent.hide { display: none; }

  ul.tabs{
    margin: 0 0 20px 0;
    padding: 0px;
    list-style: none;
  }
  ul.tabs li.current{
   color: #ff7d00; 
   background-color: #353535; 
  }
  .tab-content{display: none;}
  .tab-content.current{display: inherit;}

  /*DROPDOWN TABS*/
    .drop-secciones {
      background-color: transparent;
        margin-top: -12px;
      z-index: 100 !important;
    }
    .dropdown-content.drop-secciones > ul {margin-top: -11px;}
    .drop-secciones a:hover, .fa-caret-up{ color: #a5a5a5;}
    .dropdown-content.drop-secciones li { background-color: #4e4e4e;}
    .fa-caret-up::before {
        color: #4e4e4e;
        content: "";
        font-size: 35px;
        margin-right: 10px;
    }

    ul.tabs li span{
      background-color: #2c2c2c;
      color: #a5a5a5;
      display: inline-block;
      font: 24px/20px "GothamCondLight","Helvetica","Arial",sans-serif;
      text-decoration: none;
    }
    .dropdown-content.drop-secciones li { 
      display: block;
        padding: 0 !important;
      width: 100% !important;
    }
    .dropdown-content.drop-secciones a {
        min-height: auto;
        text-align: center;
        text-transform: uppercase;
    }

/*#endregion tabs*/

.hidden{ display: none;}

.menu .usuario{ 
  color:white; 
  font: 100 21px/13px 'GothamCondLight', 'Helvetica', 'Arial', sans-serif;
  height: 40px;
  float:left; 
  vertical-align: middle;
  width:200px;
}
.menu .usuario:hover{ color: #f26708; }
.menu .usuario:focus, .usuario:active { color: #f26708; }
.menu .login-facebook{ 
  background-color: #3b579d; 
  color: white;
  padding: 10px;
}
.menu .login-twitter{ 
  background-color: #3ac0dd; 
  color: white;
  padding: 10px;
}
.menu .login-google{ 
  background-color: #f0370f; 
  color: white;
  padding: 10px;
}

.group {
    background-color: transparent;
    font-size: 14px;
    border: medium none;
}

.navigation {
  background-color: #000;
  display: none;
  padding: 14px 20px !important;
  max-width: none;
  -moz-box-shadow: 0px 1px 5px #000000;
  -webkit-box-shadow: 0px 1px 5px #000000;
  box-shadow: 0px 1px 5px #000000;
}

.navigation li {
    float: none;
    margin: 5px 0;
    width: 100%;
}
.navigation li a {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 18px;   
  padding: 10px;
}

.navigation li a:hover { opacity: .8; }
.navheader { 
  font-size: 18px;   
  position: relative;
  width: 100%;
  z-index: 1; 
}


#btn_menu{ position:absolute; background:#000; top:5px; left:5px; width:30px; height:30px; border-radius:15px; line-height:30px; text-align:center; cursor:pointer;-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;}
#btn_menu:hover{ background:#e4ff00;}

.slide-trigger {
  display: none; /* need this */
  cursor: pointer;
  padding: 10px;
}

.slide-trigger span {
  background-image: url("/a/i/dropdown-arrows.png");
  background-position: 0 -14px;
  display: block;
  float: right;
  margin-top: 3px;
  height: 14px;
  width: 32px;
}

.slide-trigger { display: block; }
.no-js .slide-trigger { display: none; }
.no-js .navigation { display: block; }


/*#region LO MAS VISTO BOTTOM*/
    .lo-mas-visto-bottom{ padding: 10px;}
    .lo-mas-visto-bottom .top-lms{ height: 50px; margin:10px 0; }
    .lo-mas-visto-bottom .lo-mas-visto-select {
      background-color: gray;
      border: 0 none;
      border-radius: 2px;
      color: #e6e6e6;
      font-size: 17px;
      font-weight: normal !important;
      margin-top: -13px;
      margin-left: 10px;
      padding: 0px 11px;
      vertical-align: middle;
      width: 155px;
      height: 33px;
    }
    .lo-mas-visto-bottom .left, .lo-mas-visto-bottom .right{
        display: inline-block;
        vertical-align: middle;
    }
    .lo-mas-visto-bottom .bxslider{height: 250px;}
    .lo-mas-visto-bottom .size22 {
      height: 300px;
      margin-right: 29px;
      width: 350px !important;
    }
    .lo-mas-visto-bottom .brick {
        left: 0;
        opacity: 1;
        transition: top 0.5s ease 0s, left 0.5s ease 0s, width 0.5s ease 0s, height 0.5s ease 0s, opacity 0.5s ease 0s;
    }
/*#endregion*/

/*#region FAVORITOS*/

  .icon-on {
      display: inline-flex;
      margin-right: 0;
      padding: 14px;
      text-transform: none;
      vertical-align: middle;
  }
  .icon-on .fav-star {
    background-size: 22px auto;
    height: 22px;
    width: 22px;
}
  .botones { float: right;}
  .fav-slider {
      float: right;
      width: 91.4%;
  }

  .favoritos-contenedor header, .newsletter header{ overflow: hidden;}

  .favoritos .brick {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1.7%;
  }
  .favoritos .fav-header{ 
    font:100 18px/10px 'GothamLight','Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    height: 60px; 
    margin-bottom: 20px;
    padding: 10px 0;
  }
  .favoritos .fav-header span{ display: inline-block; }
  .fav{ 
    background-image: url('../../../../libre/imgdiseno/video/newsletter/fav.png'); 
    height: 33px;
    vertical-align: middle;
    width: 33px;
  }
  .fav-op{ width: 190px; display: inline-block;}

  .pleca-fav {
      display: inline-block;
      float: left;
      overflow: hidden;
      vertical-align: middle;
  }

  .riel-favorito{ 
    min-height: 200px;
    margin-bottom: 20px;
  }

  .favoritos .bx-wrapper {
    display: inline-block;
    margin: 0 auto 4px !important;
    vertical-align: middle;
  }
  .bx-wrapper .bx-viewport {
    height: auto!important;
  }

  .fav-btn{ display: inline-block; vertical-align: top; float: right;}

  .fav-btn button, .fav-op {display: inline-block; }
  .fav-btn button {
      background: white;
      border-radius: 7px;
      color: #333333;
      font: 17px/30px "GothamLight","Helvetica","Arial",sans-serif;
      display: inline-block;
      padding: 3px 22px;
      vertical-align: top;
  }
  .fav-btnx button:hover, .fav-btn button:focus, .fav-btn button:active{
      background: #333333;
      color: white;
  }

  .favoritos .bx-wrapper .bx-prev{ left:-12% !important;}
  .favoritos .bx-pager{ display: none;}

  .programa-favorito {
    background-color: #2a2a2a;
    display: inline-block;
    left: 17px;
    margin-bottom: 5px;
  }
  .programa-favorito .botones {
      background-color: #222222;
      color: #fff;
      float: none;
      font: 14px/17px "GothamLight","Helvetica","Arial",sans-serif;
      margin: 10px auto auto;
      text-align: center;
      width: 100%;
  }

  .programa-favorito .botones:hover{
    background-color: #242424;
    color: #ff7d00;
  }
  .prog-fav-inner {
    padding: 15px;
  }

  .programa-favorito .thumbs .thumb{ 
    display: inline-block; 
    position: relative;
  }
 .programa-favorito .thumb img {
    position: absolute;
    z-index: 0;
}
  .programa-favorito .txt{
    color: #c8c8c8;
    font: 1em/20px "GothamLight","Helvetica","Arial",sans-serif;
    padding: 5px 0;
  }
  .phs, .phs img{ width: 100%}

  .programa-favorito .btn_mas {
    position: relative;
    top: calc(-100% +30px);
    z-index: 1;
}

.thumbs .col-4 {
    display: inline-block;
    width: 32.47%;
}


/*#endregion favoritos*/


/*#region FANCY BOX*/
.fancybox-skin {
    background: transparent;
}
  .fancybox-outer{ margin: 60px 0;}
  .fancybox-custom .fancybox-skin { box-shadow: 0 0 50px #222; padding: 0; }
  #personalizar { width: 488px; }  
  #personalizar .personalizar-header{ padding: 10px;}
  #personalizar .mCSB_container { width: 100%;}
  #personalizar .maskscroll{ height:400px;}
  .button-actions{ 
    background-color: white; 
    padding: 10px;
    position: absolute; 
    width: 100%;
  }

  #personalizar li{  
    display: block;
    margin-bottom: 10px;
  }
  #personalizar li a{ 
    color: #333333;
    display: inline-block;
    font: 100 21px/30px "GothamLight","Helvetica","Arial",sans-serif;
    left: 100px;
    position: absolute;
    text-transform: uppercase;
  }
  #personalizar input{ 
    border: 1px solid #f1f1f1;
    background: #fff;  
    border-radius:5px; 
    -webkit-box-shadow:inset 2px 2px 5px 1px rgba(0,0,0,.1); 
    box-shadow:inset 2px 2px 5px 1px rgba(0,0,0,.1);
    height: 40px; 
    padding: 5px 10px ;
    width:96%;
  }

  #personalizar .btn{ 
    border-radius: 6px; 
    border: 1px solid #f1f1f1; 
    padding: 5px 17px; 
  }

  .personalizar-actions .btn-buscar{ background-color: #4BD865;}
  .personalizar-actions .btn-buscar:hover{ background-color: #30bd4a; color: white;}

  .btn-cancelar{ background-color: #D8D9DB; }
  .btn-cancelar:hover{ color: #666666;}

  .personalizar-actions {
      padding: 11px 5px;
      position: relative;
      z-index: 2;
  }

  #personalizar ul{
    -moz-box-shadow:inset 0px 1px 39px #595959;
    -webkit-box-shadow:inset 0px 1px 39px #595959;
    box-shadow:inset 0px 1px 39px #595959;
    padding: 20px;
  }


/*#region SWITCH*/
    .onoffswitch {
        position: relative; width: 70px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; 
        overflow: hidden; 
        cursor: pointer;
        border: 2px solid #D8D9DB; 
        border-radius: 20px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: inline-block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
        font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #4BD865; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #D8D9DB; color: #828282;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 18px; margin: 6px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 37px;
        border: 2px solid #D8D9DB; border-radius: 20px;
        transition: all 0.3s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }


    .fancybox .onoffswitch, .fancybox a{ display: inline-block;}
/*#endregion*/


.bx-wrapper .bx-controls-direction a {top: 45%;}
/*

.bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("../../../../libre/imgdiseno/video/newsletter/controlsNP.png") no-repeat scroll 0 0!important;
    left: -36px!important;
}
.bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("../../../../libre/imgdiseno/video/newsletter/controlsNP.png") no-repeat scroll -37px 0!important;
    right: -36px!important;
}
.bx-wrapper .bx-controls-direction a {
    height: 38px !important;
    width: 33px !important;
}

*/

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover  { opacity: .6; }

/*#region RESULTADOS DE BUSQUEDA*/

   #ResBus { width:100%; overflow:hidden; margin-top: 120px;}
   #ResBus .play-img {
    width: 100%;
  } 
  #ResBus .Hub:hover { background: #222;}
  #ResBus .Hub:hover img {opacity:0.8;}

  #ResBus .Hub .play img {
      height: 100%;
      width: 100%;
  }
  #ResBus .foto img { min-width: 100%; min-width: 100%; }
  #ResBus .tit_section{ float: left; margin-left: 15px;}
  #ResBus h1.theader{font:normal 24px/30px 'GothamCondLight', 'Arial', sans-serif;padding:13px 0 13px 10px;float: left;color: #ccc; background:#333; width: 100%;}
  #ResBus .Hub { overflow: hidden;background: #1e1e1e; float:left; height:420px; position:relative; margin:15px 0 0 15px;}
  #ResBus .Hub h1 { margin:5px 10px 0 10px}
  #ResBus .Hub h1 a{ font: normal 26px/30px 'GothamCondLight', 'Arial', sans-serif; color: #fff;}
  #ResBus .Hub h2 {font:100 20px/24px 'GothamCondLight', 'Arial', sans-serif;margin:5px 10px; color: #f26708; text-transform: uppercase;}
  #ResBus .Hub p { margin: 5px 10px 0 10px; }
  #ResBus .Hub p.fecha {font:normal 13px/16px 'GothamLight','Helvetica','Arial', sans-serif; color:#666}
  #ResBus ul.social {
    bottom: 0;
    position: absolute;
    right: 0px;
  }

  #ResBus .imgCanal {height:10%; position:relative; left:0; bottom: 39px; float: right;}
  #ResBus .mostrarSigs { position:fixed; left:50%; margin-left:-100px; bottom:0; z-index:1} 

  #ResBus .fecha, #ResBus .duracion{ position: absolute; z-index: 3;}
  #ResBus .fecha {
    color: white !important;
    margin: 0 !important;
  }

 #ResBus .social {
    background-color: #1e1e1e;
    bottom: -11px;
    padding: 5px 20px;
    width: calc(100% - 39px);
    z-index: 1;
}

#ResBus .ic_text { display: block !important; }

/*VIDEOS*/

  video{width: 100%;}

  .video{
    margin: auto;
    top: auto;
    background-color: black;
      width: 100%;
  }

  .animHover{ opacity:0}
  .Hub.principal .video, .Hub.principal,  video {
      background-color: rgba(0,0,0,0.35);
      margin: 0;
  }

.Hub.principal .brick-actions {
    position: absolute;
}

  .sociales-section .brick.normal {  min-height: auto; }

  .principal-info{position: absolute; bottom: 0;}


/*PAGINA PROGRAMA*/
  
  #ProHubs { width:100%; overflow:hidden; margin-top: 120px;}
  #ProHubs .Hub:hover { background: #222;}
  #ProHubs .Hub:hover img {opacity:0.8;}

  #ProHubs .Hub .play img {
      height: 100%;
      width: 100%;
  }

  #ProHubs .tit_section{ float: left; margin-left: 15px;}
  #ProHubs h1.theader{font:normal 24px/30px 'GothamCondLight', 'Arial', sans-serif;padding:13px 0 13px 10px;float: left;color: #ccc; background:#333; width: 100%;}
  #ProHubs .Hub {
    background-color: transparent;
    display: inline-block;
    height: 100%;
    margin-bottom: 7.5px;
    margin-top: 7.5px;
    padding-left: 7.9px;
    position: relative;
    vertical-align: top;
  }
  #ProHubs .Hub:hover{ background-color: transparent;}
  #ProHubs .hub-inner {
      min-height: 420px;
      overflow: hidden;
      position: relative;
  }
  #ProHubs .Hub h1 { margin:5px 10px 0 10px}
  #ProHubs .Hub h1 a{ font: normal 26px/30px 'GothamCondLight', 'Arial', sans-serif; color: #fff;}
  #ProHubs .Hub h2 {font:100 20px/24px 'GothamCondLight', 'Arial', sans-serif;margin:5px 10px; color: #f26708; text-transform: uppercase;}
  #ProHubs .Hub p { margin: 5px 10px 0 10px; }
  #ProHubs .Hub p.fecha {font:normal 13px/16px 'GothamLight','Helvetica','Arial', sans-serif; color:#666}
  #ProHubs ul.social {bottom: 0;right: 0px;}

  #ProHubs .imgCanal {height:10%; position:relative; left:0; bottom: 39px; float: right;}
  #ProHubs .mostrarSigs { position:fixed; left:50%; margin-left:-100px; bottom:0; z-index:1} 

  #ProHubs .fecha, #ProHubs .duracion{ position: absolute; z-index: 1;}
  #ProHubs .fecha {
    color: white !important;
    margin: 0 !important;
  }

 #ProHubs .social {
    background-color: black;
    bottom: -11px;
    padding: 5px 20px;
    width: calc(100% - 39px);
    z-index: 1;
  }

  #ProHubs .ic_text { display: block !important; }

.shadow-right {
    background-image: url("../../../../libre/imgdiseno/video/newsletter/riel_shadow.png");
    float: right !important;
    height: 100%;
    position: sticky !important;
    right: 0;
    width: 45px !important;
    z-index: 1;
}


/*FOOTER*/
  .menu_footer{max-width:1400px; width:80%; margin:auto; padding:15px 0px;}
  #footer .col1{ float:left; width:50%;}
  #footer .col1 .col{ float:left; width:46%; margin:0px 2%;}
  #footer .col2{ float:right; width:50%;}
  #footer .col2 .col{ float:right; width:46%; margin:0px 2%;}
  @media only screen and (max-width: 991px) {
  #footer .col1, .col2{ width:46%;}
  #footer .col1 .col, .col2 .col{ width:100%;}
  }
  #footer{font:16px/19px "GothamBook","Helvetica","Arial",sans-serif; color:#ff7d00}
  #footer h2{font:100 20px/24px 'GothamCondLight', 'Arial', sans-serif; color:#ff7d00; text-transform:uppercase; font-weight:bold; font-size:18px;}
  #footer li{ list-style:none; color:#666; font-size:14px; line-height: 30px;}
  #footer .siguenos li{border-top: solid thin #333; padding:5px 0px;}
  #footer .siguenos li:first-child{ border-top:none;}
  #footer a{ opacity:.5}
  #footer a:hover{opacity:1; color:#fff !important;}
  #footer .sitios_noticias li{ border-top: none !important; padding:5px 0px; }
  #footer .siguenos li a img{ margin:0px 10px -7px;}

.usuario-conectado { width: 166px;}
.login-usuario, .regresar {
    color: white;
    float: left;
    font-size: 20px;
    padding: 10px;
    /*width: 29%;*/
}
.login-usuario .login{ 
  float: left;
  padding: 10px;
}
.login-usuario .login a, .regresar a{ 
  cursor: pointer;
  color: #f26708;
}
.login-usuario .login a:hover, .regresar a:hover{ 
  color: #c43900;
}
.nombre-usuario {
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 103px;
}
.login-usuario .foto-usuario {
    background-image: url("../../../../libre/imgdiseno/video/newsletter/user.jpg");
    background-size: 39px auto;
    display: inline-block;
    height: 39px;
    overflow: hidden;
    vertical-align: middle;
    vertical-align: top;
    width: 39px;
}

.usuario-conectado{display: none;}
.siguenos li{ list-style:none; padding:5px; border-top: solid thin #333; color:#666; font-size:12px; line-height: 30px;}
.siguenos li:first-child{ border-top:none;}



/*PROGRAMACION*/

.cobertura{ background-color: #fff!important;}

.cobertura #ProHubs .hub-inner, .cobertura #ProHubs .social {
    background-color: #dddddd!important;
}

.cobertura .txt-container p, 
.cobertura .txt-container h1 a, 
.cobertura .txt-container .social{ color: #666!important;}


/*NEWSLETTER*/
   .newsletter {  font: 100 12px/12px "GothamLight","Helvetica","Arial",sans-serif;}
   .newsletter article{ margin:40px 0;}
   .newsletter h3{ 
    color: #fff;
    font-size: 2em;
    margin-left: 10px;
    margin-bottom: 10px;
   }
   .newsletter .botones{ text-align:center;}
   .newsletter .email{ font-size:16px; color:#666;}
   .newsletter .button{ 
     -moz-box-shadow:inset 0px 1px 0px 0px #666;
     -webkit-box-shadow:inset 0px 1px 0px 0px #666;
     box-shadow:inset 0px 1px 0px 0px #666;
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #595959), color-stop(1, #464646) );
     background:-moz-linear-gradient( center top, #595959 5%, #464646 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#464646');
     background-color:#464646;
     -webkit-border-top-left-radius:6px;
     -moz-border-radius-topleft:6px;
     border-top-left-radius:6px;
     -webkit-border-top-right-radius:6px;
     -moz-border-radius-topright:6px;
     border-top-right-radius:6px;
     -webkit-border-bottom-right-radius:6px;
     -moz-border-radius-bottomright:6px;
     border-bottom-right-radius:6px;
     -webkit-border-bottom-left-radius:6px;
     -moz-border-radius-bottomleft:6px;
     border-bottom-left-radius:6px;
     text-indent:0;
     border:1px solid #494949;
     display:inline-block;
     color:#BBB;
     font-family:arial;
     font-size:15px;
     font-weight:bold;
     font-style:normal;
     height:40px;
     line-height:40px;
     padding:0px 50px;
     text-decoration:none;
     text-align:center;
     margin:10px;
     text-shadow:1px 1px 0px #555;
     outline:none;
   }
   .newsletter .button:hover {
   background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777), color-stop(1, #666) );
   background:-moz-linear-gradient( center top, #777 5%, #666 100% );
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#666');
   background-color:#777;
   color:#EEE;
   }
   .newsletter .button:active {
   position:relative;
   top:1px;
   }
   .newsletter .programas{text-align:left;}
   input[type=checkbox] {
       visibility: hidden;
       overflow: hidden;
   }

    .newsletter .programa{ 
        border-radius:5px; 
        border: 1px solid #2d2d2d;
        margin:10px; background:#222;
        overflow:hidden; 
        padding: 10px;
    }
   .newsletter .pleca {
        position: relative;
        z-index: 1;
    }
    .newsletter .pleca img {
      height: calc(100% + 40px);
      margin-bottom: -3px;
      max-width: auto!important;
      opacity: 0.4;
      width: auto;
      z-index: -22;
    }
    .pleca > img:hover { opacity: 100; }
   .newsletter .slide {
        background: #333 url(http://www.elnorte.com/libre/imgdiseno/video/newsletter/siguiendo.png) no-repeat center;
        float: right;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        width: 50px;
        z-index: 2;
   }
   .newsletter .slide:hover{background: url(http://www.elnorte.com/libre/imgdiseno/video/newsletter/close.png) no-repeat center;}
   
  
   .newsletter .rs{ position:absolute; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%);}
   .newsletter .btn{float: left; margin:5px;}
   .newsletter .foto{ width:24%; float:left;}
   .newsletter .foto img{ max-width:100%; height:auto;}
   .newsletter .titulo{float:right; font-size:14px; width:74%;}

    .newsletter .bandera {
        float: left;
        height: auto;
        overflow: hidden;
        position: relative;
    }
   .newsletter .bandera img {
        height: auto;
        margin-left: -30px;
        min-width: 129% !important;
    }
    
   .newsletter .boton{ cursor:pointer;}
   .newsletter .siguelo {
      background: #333 none repeat scroll 0 0;
      border-radius: 10px;
      float: right;
      font-size: 15px;
      line-height: 20px;
      margin: 12px 10px;
      padding: 5px 10px;
      text-align: center;
      width: 50px;
  }
   .newsletter .enviar{ float:right; padding:3px; background:#333; border-radius:10px; font-size:15px; line-height:20px;}

/*PUEDES SEGUIR*/

  .puedes-seguir{
    background-color: #333;
    cursor: pointer;
  }

  .puedes-seguir .contenedor { padding: 28px;}
  .puedes-seguir h1 {
    color: #fff;
    font: 40px/30px "GothamCondLight","Helvetica","Arial",sans-serif;
    text-align: center;
    text-transform: uppercase;
  }

  .puedes-seguir :hover {color: orange;}

   @media (max-width:768px){
   
   }
   html {
   position: relative;
   min-height: 100%;
   }
   body {
   /* Margin bottom by footer height */
   margin-bottom: 60px;
   }

   /* Custom page CSS
   -------------------------------------------------- */
   /* Not required for template or sticky footer method. */
   .container .text-muted {
   margin: 20px 0;
   }
   @media (max-width:640px){
   h3{ font-size:18px;}
   #header p{ font-size:15px;}
   }
   @media (max-width:320px){
   #header h1{ font-size:24px;}
   #header p{ font-size:13px; line-height:15px;}
   .pleca img {width: 200px;}
   .bandera {width: 200px;}
   .bandera img {width: 200px;}
   .slide {margin: 9px 5px;}
   .siguelo {margin: 7px;}
