@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUIregular.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/SegoeUIregular.woff') format('woff'), 
        url('../fonts/SegoeUIregular.ttf')  format('truetype'), 
        url('../fonts/SegoeUIregular.svg#SegoeUIregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SegoeUI_2';
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/SegoeUI.woff') format('woff'), 
        url('../fonts/SegoeUI.ttf')  format('truetype'), 
        url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Semibold';
    src: url('../fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/SegoeUI-Semibold.woff') format('woff'), 
        url('../fonts/SegoeUI-Semibold.ttf')  format('truetype'), 
        url('../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Semilight';
    src: url('../fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/SegoeUI-Semilight.woff') format('woff'), 
        url('../fonts/SegoeUI-Semilight.ttf')  format('truetype'),
        url('../fonts/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI-Light';
    src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/SegoeUI-Light.woff') format('woff'), 
        url('../fonts/SegoeUI-Light.ttf')  format('truetype'), 
        url('../fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/SegoeUI-Bold.woff') format('woff'), 
        url('../fonts/SegoeUI-Bold.ttf')  format('truetype'), 
        url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.slider div a {
    /*    display: block;
        text-align: center;*/
}
.fuente-regular{
    font-family: 'SegoeUI';
}
.width-300{
    width: 300px;
}
body{
    font-family: 'SegoeUI';
    font-size: 16px;
    background-color: #f4f4f4;
    overflow-x: hidden;
    position: relative;
}
#videoPromocional{
    background: none;
}
a:hover{
    text-decoration: none!important;
}
a:link   
{   
    text-decoration: none!important;

}  
input:focus{
    outline:0px;
}
a:focus{
    outline:0px;
}
select:focus{
    outline:0px;
}
.active{
    color: #ec3737!important;
    font-weight: bold!important;
}
.infoPrograma{
    display: block;
    vertical-align: top;
    padding: 0 0 0px 50px;


}
#modal-mobile-apps{
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: -1200px;
    display: none;
    /*top:-900px;*/
}
#modal-mobile-apps img{
    width: 100%;
}
.close-mobile{
    position: absolute;
    font-weight: bold;
    height: 25px;
    width:  25px;
    color:#3d6591;
    background: white;
    border-radius: 50%;
    text-align: center;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.div-close-mobile{
    position: absolute;
    display: block;
    font-weight: bold;
    height: 6%;
    width:  100%;

    text-align: center;
    bottom: 0px;

    cursor: pointer;
}
.header-cobertura{
    background-color: #ec3737;
    height: 44px;
    display: block;
    vertical-align: top;
    width: 100%;
}
.div-social-apps{
    position: absolute;
    display: block;
    font-weight: bold;
    height: 5%;
    width:  100%;

    text-align: center;
    bottom: 10%;

    cursor: pointer;
}
.div-social-apps a.social1{
    display: inline-block;
    vertical-align: top;
    width: 30%;

    height: 100%;
}
.div-social-apps a.social2{
    display: inline-block;
    vertical-align: top;
    width: 40%;

    height: 100%;
}
/*MODAL*/
.modal-content{
    border-radius: 0px;
    background-color: white;
}
.modal-cabeza{
    background: url(../../../../img/modal/header-modal.png) right center no-repeat;
    padding: 0px;
    height: 80px;
    border: 0px;
}
.sombra-left{
   /*background: url(../../../../img/sombra-izquierda.png) left center no-repeat;*/
    /*background-size: auto 100%;*/
    -webkit-box-shadow: inset 200px 0px 200px 11px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 200px 0px 200px 11px rgba(0,0,0,0.5);
    box-shadow: inset 200px 0px 200px 11px rgba(0,0,0,0.5);
    left: 0px;
    top:0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.sombra-right{
    /*background: url(../../../../img/sombra-derecha.png) right center no-repeat;*/
    /*background-size: auto 100%;*/
    -webkit-box-shadow: inset 200px 0px 150px -28px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 200px 0px 150px -28px rgba(0,0,0,0.25);
    box-shadow: inset 200px 0px 150px -28px rgba(0,0,0,0.25);
    right:  0px;
    top:0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.tit-modal{
    color: #ffffff;
    font-size: 23px;
    font-family: 'SegoeUI-Light';
    text-align: center;
    padding: 0 20px;
}
.tit-modal span{
    font-family: 'SegoeUI-Bold';

}
.det-pro{
    background: url(../../../../img/sombra-texto.png) left center no-repeat;
    /*-webkit-box-shadow: inset 200px 0px 300px 200px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 200px 0px 300px 200px rgba(0,0,0,0.1);
    box-shadow: inset 200px 0px 300px 200px rgba(0,0,0,0.1);*/
    position: absolute;
    bottom: 70px;
    width: 100%;
    left: 0;
}
.tit-Des{
    text-decoration: none;
    font-family: 'SegoeUI-Light';
    font-size: 16px;
    margin-left:  15%;
    color: white;
    padding-bottom:  10px;
}
.tit-programa{
    font-family: 'SegoeUI-Bold';
    font-size: 36px;
    color: white;
    margin-left:  15%;
}
.sub-modal{
    font-family: 'SegoeUI';
    font-size: 20px;
    color:#b1b1b1;
    text-align: center;
    display: block;
}
#lstProvedores{
    padding: 50px 0 0 0;
}
.tit-foo-modal{
    font-family: 'SegoeUI';
    font-size: 16px;
    text-align: center;
    color:#b1b1b1;
    display: block;
    padding: 50px 75px 30px;
}
.div-parte1,.div-parte2{
    display: none;
}
.btn-ingr {
    font-family: 'SegoeUI-Semibold';
    cursor: pointer;
    display: block;
    background-color: #f6f6f6;
    padding: 20px 30px;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    margin: 50px auto 0;
    width: 299px;
    text-align: center;
    font-size: 21px;
    color:#686868!important;


}
.btn-ingr span{
    color:#686868;
}
.btn-ingr:hover,.btn-ingr:focus,.btn-ingr:active,.btn-ingr:visited{
    color: #686868!important;
}
.tit-foo-modal span{
    font-size: 18px;
    text-align: center;
    display: block;
    color:#ec3737;
}
.modal-footer{
    font-family: 'SegoeUI-Semibold';
    font-size: 16px;
    color:#8d8d8d;
    text-align: center;
    display: block;
    border:0px;
    padding: 50px 0 20px 0;

}
.login{
    display: inline-block;
    background-color: #f6f6f6;
    padding: 20px 30px;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    margin: 0 0 0 25px;
}
.login:first-child {
    margin: 0px 0 0 100px;
}
.modal-footer span{

    color: #ec3737;

}
.modal-header .close {
    background: url(../../../../img/modal/cerrar.png) no-repeat!important;
    width: 22px;
    height: 22px;
    display: inline!important;
    z-index: 3200!important;
    position: absolute!important;
    top: 22px;
    right: 12px;
    cursor: pointer!important;
    opacity: 1!important;
}

#verTrailer{
    position: relative;
    display: block;
    width: 100%;
    height:  100%;
}
#verTrailer img{
    width: 100%;
}
.sombra{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height:  100%;
    background: rgba(0,0,0,0.5) url(../../../../img/play-small.png) center center no-repeat;;
    z-index: 10;
}

.vivo-play{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.sociales{
    padding: 10px 50px 30px 0; 
}
.siguiente{
    width: 400px;
    display: block;
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.detalle-siguiente{
    text-align: right;
}
.continuacion-siguiente{
    color:   #e05959;
    font-family: 'SegoeUI-Bold';
    font-size: 24px;
    display: block;
}
.nombre-siguiente{
    color:   #fff;
    font-family: 'SegoeUI';
    font-size: 20px;
    display: block;
}
.imagen-siguiente {
    padding: 5px;
}
.imagen-siguiente img{
    width: 100%;
    border: 2px solid #fff;
}

.white{
    background-color: white!important;
}
h2{
    font-family: 'SegoeUI-Semibold';
    color:#ec3737;
    font-size: 34px;
}
.large{
    width: 420px;
}
.border-0{
    border-radius: 0px;
    border: 0px;
    margin-top: 5px;
}
.detalle{

    color: #7f7f7f;
    font-size: 16px;
    font-family: 'SegoeUI-Light';
}
.footer-contactenos{
    color:#343434;
    font-family: 'SegoeUI-Light';
    font-size: 22px;
}
.footer-contactenos span{
    font-family: 'SegoeUI-Semibold';
    font-size: 26px;
    color:#ec3737;
}
.sociales{
    height: 20px;
    display: block;
    vertical-align: top;
    text-align: right;
}
.contacto-invest{
    font-size: 15px;
    color: #7f7f7f;
    font-family: 'SegoeUI-Light';
}
.m-top-10{
    margin:  10px 0 0 0;
}
.slc-news{
    border: 1px solid #ccc;
    border-radius: 4px;
}
select {
    padding: 2px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 190px;
    border-radius: 15px;
    font-family: 'SegoeUI';
    font-size: 17px;
    color: #c2c2c2;
    background:#fff url(../../../../img/botones/select.png) right center no-repeat;
    cursor: pointer;
}
.shadow-text-black{
    text-shadow: 2px 2px 2px white;

}
#cont-seacrh{
    position: fixed;
    display: none;
    vertical-align: top;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    padding: 107px 0 0 0 ;
    z-index: 900;
}
#search-cerrar{
    visibility: hidden;
    background:#fff url(../../../../img/botones/btn-cerrar.png) right center no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    cursor: pointer;
    height:  22px;
}
.mostrar{
    display: block;
    background: url(../../../../img/botones/btn-bajar.png) center center no-repeat;
    width: 24px;

    height: 100%;
}
.mostrar:hover{
    /*    background: url(../../../../img/botones/btn-subir.png) center center no-repeat;   */
}
.ocultar{
    display: block;
    width: 24px;
    height: 100%;
    background: url(../../../../img/botones/btn-subir.png) center center no-repeat;

}
.ocultar:hover{
    /*background: url(../../../../img/botones/btn-bajar.png) center center no-repeat;*/
}
#calendario-sg{
    background: url(../../../../img/botones/sgt.png) center center no-repeat;
    width: 105px;
    display: inline-block;
    height: 21px;
}
#calendario-sg:hover{
    background: url(../../../../img/botones/sgt_on.png) right center no-repeat;
}
#calendario-an{
    background: url(../../../../img/botones/anterior.png) center center no-repeat;
    width: 105px;
    display: inline-block;
    height: 21px;
}
#calendario-an:hover{
    background: url(../../../../img/botones/anterior_on.png) right center no-repeat;
}
header{
    display: block;
    vertical-align: top;
    width: 100%;
    height: 107px;
    background-color: #fff;
    position: fixed;
    z-index: 999;
}
#sombra-header{
    display: block;
    width: 100%;
    height: 1px;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.58);
    -moz-box-shadow:    0px 5px 13px 0px rgba(0, 0, 0, 0.58);
    box-shadow:         0px 5px 13px 0px rgba(0, 0, 0, 0.58);
    position: absolute;
    bottom: 0px;

}
.text-celeste{
    color: #ec3737;
    font-family: 'SegoeUI-Semibold';
    font-size: 26px;

}
.celeste-34{
    color: #ec3737;
    font-family: 'SegoeUI-Semibold';
    font-size: 34px;

}
.comentario-contactenos{
    color: #7f7f7f;
    font-size: 18px;
}
.celesteMini{
    color: #ec3737;
    font-family: 'SegoeUI-Semibold';
    font-size: 18px;

}
.linea{
    display: block;
    vertical-align: top;
    width: 100%;
}
#tituloCalendario{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px;
}
#tituloCalendario .tit{
    font-family: 'SegoeUI';
    font-size: 21px;
    color: #7d7d7d;
}
#verCalendar{
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 0 ;
    float: right;
    font-family: 'SegoeUI';
    font-size: 19px;
    color: #7d7d7d;
}
#verCalendar select{


}
.tblDvrs{
    margin: 0px;
}
.tblDvrs>thead>tr>th,.tblDvrs>thead>tr ,.tblDvrs>thead{
    border: 1px solid transparent;
    font-weight: normal;
}
.tblDvrs>thead>tr>th{
    height: 86px;

}
.tblDvrs>thead>tr{
    height: 86px;

    width: 100%;
    /* height: 100%;*/
}
.tblDvrs tbody{
    display: none;
}
.caja-dvr{
    color: #767676;
}

.caja-dvr:nth-child(odd){
    background: #f2f2f2;
    color: #767676;
}

.caja-dvr:nth-child(even){
    background: #e7e7e7;
    color: #767676;
}
.dvr-hora{
    font-family: 'SegoeUI';
    font-size: 19px;
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 65px;

}
.dvr-titulo{
    font-family: 'SegoeUI-Semibold';
    font-size: 27px;
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: left;
    /*line-height: 65px;*/
    color: #ec3737;
}
.dvr-detalle{
    text-align: justify;
}
#verZona{
    margin: 0 0 0 50px;
    font-family: 'SegoeUI';
    font-size: 19px;
    border-radius: 10px;
    padding: 5px;
    color: #7d7d7d;
    display: inline-block;
}
.cdr-vivo{
    display: inline-block;
    vertical-align: top;
    font-family: 'SegoeUI';
    font-size: 15px;
    color:#7d7d7d;
}
.cdr-vivo span{
    display: inline-block;
    vertical-align: top;
    height: 11px;
    width: 11px;
    background-color: #d7b089;
    margin: 5px 40px 0px 0;
}
.cdr-diferido{
    display: inline-block;
    vertical-align: top;
    font-family: 'SegoeUI';
    font-size: 15px;
    color:#7d7d7d;
}
.cdr-diferido span{

    display: inline-block;
    vertical-align: top;
    height: 11px;
    width: 11px;
    background-color: #adb080;
    margin: 5px 40px 0px 0;
}
.cdr-repeticion{
    display: inline-block;
    vertical-align: top;
    font-family: 'SegoeUI';
    font-size: 15px;
    color:#7d7d7d;
}
.cdr-repeticion span{
    display: inline-block;
    vertical-align: top;
    height: 11px;
    width: 11px;
    margin: 5px 40px 0px 0;
    background-color: #ddc37d;
}
#verZona select{

}
.celeste{
    color: #ec3737;
    font-family: 'SegoeUI-Semibold';
    font-size: 26px;
}
#logo{
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    line-height: 100px;
    margin: 0 0 0 50px;
}

.nav-men{
    /*font-family: 'SegoeUI-Semilight';*/
    font-family: 'SegoeUI-Light';
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    line-height: 100px;
    margin: 0 0 0 50px;
    font-size: 16px;

}
.nav-men ul
{
    margin: 0;
    padding: 0;
}

.nav-men ul li
{
    list-style-type: none;
    display: inline;

}

.nav-men li:before {
    content: " | ";
    margin: 0 10px;
}
.nav-men li a{
    font-family: 'SegoeUI-Light';
    font-size: 16px;
    color: #5a5a5a;
}
.nav-men li a:hover{
    color: #ec3737;
    font-weight: bold;

}
.float-menu-r2{
    float: right;
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    line-height: 100px;
    margin: 0 50px 0 50px;
    font-size: 16px;
}
.float-menu-r2 ul
{
    margin: 0;
    padding: 0;
}

.float-menu-r2 ul li
{
    list-style-type: none;
    display: inline;

}
.float-menu-r2 ul li .lst {
    display: inline-block;
    vertical-align: top;
    height: 60px;
}

.float-menu-r2 ul li .lst a{
    display: block;
    height: 20px;
    line-height:none;
    line-height:13px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    margin: 0 0 5px 0;
    font-family: 'SegoeUI-Light';

}
.float-menu-r{
    float: right;
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    line-height: 100px;
    margin: 0 0 0 50px;
    font-size: 16px;
}
.float-menu-r ul
{
    margin: 0;
    padding: 0;
}

.float-menu-r ul li
{
    list-style-type: none;
    display: inline;

}
#search{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 26px 5px 5px;
    line-height: 26px;

    width: 150px;
    height: 26px;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    margin: 0 5px 0 0;
    background: url(../../../../img/header/lupa.png) right center no-repeat;
}
#search input{
    /*    line-height: 16px;
        background: none;
        border: 0px solid transparent;*/
}
#btn-vivo{
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    height: 67px;
    width: 40px;
    background: url(../../../../img/header/vivo_off.png) no-repeat;
}
#btn-vivo:hover,.btn-vivo-active{
    background: url(../../../../img/header/vivo_on.png) no-repeat!important;

}
#btn-programa{
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    height: 67px;
    width: 62px;
    margin: 0 10px;
    background: url(../../../../img/header/programa_off.png) no-repeat;
}
#btn-programa:hover,.btn-programa-active{
    background: url(../../../../img/header/programa_on.png) no-repeat!important;

}
#btn-7dias{
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    height: 67px;
    width: 40px;
    background: url(../../../../img/header/7dias_off.png) no-repeat;
}
#btn-7dias:hover,.btn-7dias-active{
    background: url(../../../../img/header/7dias_on.png) no-repeat!important;

}
.tbl-cobertura{
    color: #696969;
    font-size: 16px;
    border:0px!important;
    background: white;
}
.tbl-cobertura th{
    color: #fff;
    text-align: center;
    background-color: #ec3737;
    border-bottom: 0px!important;
    border-right:  0px!important;
    border-left:  3px solid #f4f4f4!important;
    border-top:  0px!important;
}
.tbl-cobertura th:first-child{
    border-left:  0px!important;
}
.tbl-cobertura tbody tr{

}
.tr-spacing{    
    background-color: #f4f4f4;
}
.tr-spacing td{    
    padding: 0px!important;

    height: 10px;
}
.heigh-30{
    height: 30px;
    display: block;
}
.tbl-cobertura td{
    border-bottom: 0px!important;
    border-right:  0px!important;
    border-left:  3px solid #f4f4f4!important;
    border-top:  0px!important;
}
.tbl-cobertura td:first-child{
    border-left:  0px!important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 3px solid #f4f4f4;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 11px 0 11px 21px;
}
#menu-mobile{
    background: url(../../../../img/botones/btn-menu.png) no-repeat;
    width: 30px;
    height: 30px;
    display: none;
    margin: 0 25px 0 0px;

}
#sign_in{
    margin: 0 50px 0 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100px;
    height: 28px;
    width: 82px;
    background: url(../../../../img/header/login.png) no-repeat;
}
#sign_in:hover{
    background: url(../../../../img/header/login_hover.png) no-repeat;
}
#sign_out{
    margin: 0 50px 0 40px;
    display: inline-block;
    vertical-align: middle;
    /*line-height: 100px;*/
    text-align: center;
    height: 80px;
    width: 90px;
    color: #878787;
    line-height: 22px;
    font-size: 14px;


    background: url(../../../../img/header/logoff.png) bottom center no-repeat;
}
.txt-acontunacion{
    width: 190px;
}
#clienteID {
    display: block;
    vertical-align: top;
    height: 18px;

}
#clienteID img{
    height: 15px;
}
#sign_out:hover{
    background: url(../../../../img/header/logoff_hover.png) bottom center no-repeat;
}
#logoPlus{
    margin: 0 27px 0 0;
    display: inline-block;
    vertical-align: top;
    line-height: 100px;
    border-right: 1px solid #fff;
    height: 60px;
    width: 120px;
    background: url(../../../../img/footer/surperu.png)center left no-repeat;
    background-size: 95%;
}
.dispo{
    font-family: 'SegoeUI-Semibold';
    font-size: 15px;
    color: #fff;
    line-height: 15px;
    height: 20px;
}
.dispo span{
    display: block;
    margin-bottom: 10px;
}
.nav-men li:first-child:before {
    content: none;
}
#disponible{
    font-family: 'SegoeUI-Bold';
    background: #0f74a8 url(img/fondo_1.jpg) center center no-repeat;
    font-weight: bold;
    font-size: 22px;
    display: block;
    vertical-align: top;
    width: 100%;
    height: 111px;
    margin: 0 0 21px 0;

}
#cuerpo{

    display: block;
    vertical-align: top;
    width: 100%;
    min-height: 500px;
    margin: 0 0 21px 0; 
    padding: 107px 0 0 0;
}
/*HORARIO*/ 
.fc th {
    text-align: center;
    background: #ec3737;
    color: #fff;
    font-family: 'SegoeUI-Light';
}
.fc-toolbar {

    display: none;
}
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    padding: 5px;
}
.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0;
}
.event-vivo{
    background: #d7b089!important;
    border:1px solid #fff!important;
    border-radius: 0px;
    width: 100%;
}
.event-repeticion{
    background: #ddc37d!important;
    border:1px solid #fff!important;
    border-radius: 0px;
    width: 100%;
}
.event-diferido{
    background: #adb080!important;
    border:1px solid #fff!important;
    border-radius: 0px;
    width: 100%;
}
.contenedor{
    position: relative;
    width: 1400px;
    min-height: 100px;
    display: block;    
    vertical-align: top;
    margin: 0 auto;

}
.img-normal{
    display: none!important;
}
.danger{
    font-family: 'SegoeUI-Light';
    font-size: 15px;
    color: red;
}
.input-danger{
    border:1px solid red;
}
.input-danger:focus{
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);

}
.capavideoflash2 {
    display: none;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none;
    position: absolute;
}
.contenedor2{
    position: relative;
    width: 1400px;

    display: block;    
    vertical-align: top;
    margin: 0 auto;

}
footer{
    background-color: #a80a0a;
    display: block;
    vertical-align: top;
    width: 100%;
    height: 328px; 
    margin: 30px 0 0 0;
}
.body-footer {
    display: block;
    padding: 58px 0 0 0;
    vertical-align: top;
}

.footer-sur {
    margin: 0px 40px 0 0;
    display: inline-block;
    vertical-align: top;
}
.footer-sur:first-child{
    margin: 0px 0 0 50px;
}
.bg-blanco{
    background-color: white;
}
.margin-left50{
    margin: 0 50px 0 0;
}
.desc-canales{

    color:#7f7f7f;
    font-family: 'SegoeUI-Light';
    font-size: 17px;
    padding:10px 50px 20px;
}
.footer-sur ul {
    font-size: 15px;
    color: #fff;
    list-style: none;
    display: inline-block;
    vertical-align: top;

    padding: 0px;
    font-family: 'SegoeUI-Light';
}
.footer-sur ul li {
    color: #fff;
    font-size: 13px;
    margin: 8px 0;
}
.footer-sur ul li a{
    color: #fffffd;

}
.imagen-footer {
    float: right;
    margin-top: 40px;
}
.canales{
    width: 205px;
}
#canalsur{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 50px;
    background: url(../../../../img/canales/canalsur.png) center center no-repeat;
}
#surperu{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 50px;
    background: url(../../../../img/canales/surperu.png) center center  no-repeat;
}
#estudio5{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 50px;
    background: url(../../../../img/canales/estudio5.png) center center no-repeat;
}
#tvvenezuela{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 50px;
    background: url(../../../../img/canales/tvvenezuela.png) center center no-repeat;
}
#facebook{
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 37px;
    background: url(../../../../img/footer/facebook.png) center center no-repeat;
}
#youtube{
    display: inline-block;
    vertical-align: top;
    width: 37px;
    height: 37px;
    background: url(../../../../img/footer/youtube.png) center center no-repeat;
}
.now{
    background:#ffffff url(img/trapecio-claro.jpg) left center no-repeat;    
    height: 100px;    
    padding: 2px;
}
.next{
    background:#ffffff url(img/trapecio-oscuro.jpg) left center no-repeat;    
    padding: 2px;
    height: 100px;    
}
.txtViendo{
    display: inline-block;
    /* height: 96px; */
    text-align: left;
    font-size: 18px;
    vertical-align: middle;
    width: 140px;
    padding: 27px 20px 0 30px;
    margin: 0 70px 0 0;

    color: #fff;
    font-family: 'SegoeUI-Bold';
}
.next .txtViendo {
    margin: 0 100px 0 0;
}
.txt-acontunacion{
    color: #c36b6b;
}
.btn-vivo2{
    display: inline-block;
    margin: -3px 0 0 15px;
    height: 26px;
    position: absolute;
}
.txtContenido{
    display: inline-block;
    vertical-align: top;
}

.tit-next{
    width: 144px;
    color:#ec3737;
    font-family: 'SegoeUI-Semibold';
    font-size: 18px;
    display: inline-block;

    height: 99px;
    padding: 19px 0 0 0;
    overflow: hidden;

}
.sy-pager li.sy-active a {
    background-color: #ec3737!important;
}
.tit-now{
    width: 389px;
    color: #ec3737;
    font-family: 'SegoeUI-Semibold';
    font-size: 18px;
    display: inline-block;
    padding: 19px 0 0 0;
    margin: 0 25px 0 0;

}
.progress {
    margin-top: 10px;
    height: 7px;
}
.tit-now2{
    width: 389px;
    color: #b1b1b1;
    font-family: 'SegoeUI-Semibold';
    font-size: 14px;
    display: block;
    padding: 0 0 0 0;
    margin: 0 25px 0 0;
}
.smibold-15{

    color: #565656;
    font-family: 'SegoeUI-Semibold';
    font-size: 15px;

}
.tit-now2 span{
    margin: 0 20px 0 0;
}
.contenidoViendo{
    display: inline-block;
    vertical-align: top;
}
.img-programa{
    display: block;
    vertical-align: top;    
    position: relative;
    width: 100%;
    /*min-height: 550px;*/
}
.img-programa img{
    width: 100%
}
.sombra-top{
    background: url(../../../../img/sombra-top.png);
    width: 100%;
    height: 80px;
    top:0px;
    left: 0px;
    display: block;
    position: absolute;

}
.capa {
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;       
}
.play{
    display: block;
    margin: 10% auto 20px;
    height: 115px;
    width:  115px;
    cursor: pointer;
    background: url(../../../../img/play-off.png) center center no-repeat;
}
.play:hover{
    background: url(../../../../img/play.png) center center no-repeat;
}
.stamosViendo{
    display: block;
    font-family: 'SegoeUI-Bold';
    font-size: 34px;
    text-align: center;
    color:#e05959;
}
.celeste-info{
    color:#25a2db;
    font-size: 18px;
}
.celeste-info2{
    color:#ec3737;
    font-size: 19px;
    font-family: 'SegoeUI-Bold';
}
.info-email{
    color:#25a2db;
    font-size: 15px;
    font-family: 'SegoeUI-Light';
}
ul{
    list-style: none;
}
.nombreViendo{

    display: block;
    font-family: 'SegoeUI';
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.jwplayer
{
    background-color: transparent!important;
}
.player{

}
.player:hover {

    background: rgba(0,0,0,0.5) ;
}
.txtHorario{
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #d1d1d1;
    height: 96px;
    padding: 10px 0 0 20px;
    width: 145px;
    font-size: 14px;
    color: #b1b1b1;
}
.txtHorario .celeste{
    width: 70px;
    display: inline-block;
    font-size: 14px;
}
#copyright {
    color: #fff;
    text-align: center;
    position: relative;
    margin: 50px auto 0;
}
#primeroCopyRight, #segundoCopyRight, #DevelopFor {
    text-align: center;
    font-size: 14px;
}
.desc-flotante{
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;    
    background: #fff url(../../../../img/triangulo-top.png) top center no-repeat;
    background-position: center 6px;
    color: #fff!important;    
    padding: 12px 0 0 0;

}
.play-smal{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    /*background: rgba(0,0,0,0.5) url(../../../../img/play-small.png) center center no-repeat  ;*/
    background: rgba(0,0,0,0.5);
    bottom: 0px;
}
.play-smal2{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5) url(../../../../img/play-small.png) center center no-repeat  ;

    bottom: 0px;
}
.play-dvr{
    position: relative;
    display: block;
    height: 100%;
}
.cabeza{
    background: #ec3737;
    font-family: 'SegoeUI-Semibold';
    font-size: 17ppx;
    padding: 10px 15px;
}
.cuadro{
    background: #d31515;
    padding: 10px 15px;
    font-family: 'SegoeUI-Light';
    font-size: 13px;
}
.cuadro span{
    margin-top: 5px;
    font-family: 'SegoeUI-Semibold'; 
    color:#ffffff;
    font-size: 15px;
}
.caja-celeste{
    display: block;
    vertical-align: top;
    background-color: #ec3737;
    height: 69px;
    width: 100%;
    font-size: 28px;
}
.caja-transparente{
    display: block;
    vertical-align: top;
    background:transparent;
    height: 69px;
    width: 100%;
    font-size: 28px;
}
.fHoy{
    color:#878787;
    font-family: 'SegoeUI';
    font-size: 26px;
    margin: 30px 0 15px 50px;
    display: block;
    vertical-align: top;
}
.letraNdecorada {
    font-family: 'SegoeUI-Light';
    display: inline-block;
    font-weight: 800;
    vertical-align: middle;
    line-height: 69px;
    color: #fff;
}
.letraNdecorada2 {
    font-family: 'SegoeUI-Bold';
    display: inline-block;
    font-weight: 800;
    vertical-align: middle;
    line-height: 69px;
    color: #ec3737;
    font-size: 35px;

}
.letraDecorada {
    text-transform: lowercase;
    margin: 6px 5px 0 50px;
    display: inline-block;
    background-color: #fff;
    height: 31px;
    font-weight: bold;
    width: 31px;
    font-family: 'SegoeUI-Bold';
    color: #ec3737;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    border-radius: 50%;
}
.letraDecorada2 {
    text-transform: lowercase;
    margin: 6px 5px 0 50px;
    display: inline-block;
    background-color: #ec3737;
    height: 31px;
    font-weight: bold;
    width: 31px;
    font-size: 35px;
    font-family: 'SegoeUI-Bold';
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    border-radius: 50%;
}
.det-nosotros2{
    text-align: justify;padding: 0px 60px 0 0;
}
.det-nosotros2{
    text-align: justify;padding: 20px;
}
.letraDecorada3 {
    text-transform: lowercase;
    margin: 6px 5px 0 0px;
    display: inline-block;
    background-color: #ec3737;
    height: 31px;
    font-weight: bold;
    width: 31px;
    font-size: 35px;
    font-family: 'SegoeUI-Bold';
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    border-radius: 50%;
}
.contenedor-cajas{
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
}
.caja{
    display: block;
    width: 100%;
    position: relative;
}
.center{
    text-align: center;
}
.dia{
    text-align: center;
    display: block;
    color: #fff;
    transition: all 0.5s;
    height: 69px;
    padding: 5px 0 0 0;

} 
.cont-load{
    position: relative;width: 100%;height: 150px;
}
/*DVR*/
.tbl-dvr{
    margin: 10px 0;
}
.hora-table {
    width: 120px;
    background: #ec3737;
    color: #ededed;
    text-align: center;
    border-right: 4px #f4f4f4 solid;
    vertical-align: middle;
    text-transform: capitalize;
}
.programavod {
    display: block;
}
.programavod:hover {
    background: #fff;
    color: #000;
}
.tbl-dvr tr {
    border-bottom: 4px solid #f4f4f4;
    max-height: 65px;
}
td .icono {
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 23%;
}
td .icono img{
    width: 100%;
}
td .detallon {
    color: #DEDDDD;
    display: inline-block;
    font-size: 1em;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 68%;
}
td .detallon span:first-child {
    margin: 15px 0px 0px 0px;
    display: block;
    color: #ec3737;
    font-size: 17px;
}
td .detallon span {
    color: #59798b;
    font-size: 13px;
    overflow: hidden;
    text-align: justify;
}


.dia .diaSup{
    display: block;        
    vertical-align: top;
    font-size: 23px;
    font-family: 'SegoeUI-Bold';
} 
.dia .diaInf{

    display: block;
    vertical-align: top;
    font-size: 17px;
    font-family: 'SegoeUI-Light';
} 
.dia:hover,.dia-active{
    color: #fff!important;
    background-color: #a80a0a;
}
.titulo {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 4px 10px 5px 10px; 
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}
.titulo2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 4px 10px 5px 10px; 
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 25px;
    width: 100%;
    z-index: 25;
}
.dsp1{
    display: inline-block;
    height: 111px;

    text-align: right;
    line-height: 111px;
    vertical-align: middle;
    width: 330px;
    padding: 0 20px 0 0;
    margin: 0 70px 0 0;
    color: #fff;
}
.dsp2{
    display: inline-block;
    vertical-align: middle;
    height: 111px;

}
.float-lis{
    /*font-family: 'SegoeUI-Semilight';*/
    font-family: 'SegoeUI-Light';
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    list-style: none;
    color:#777777;
    padding: 25px 30px 0 0;
}
.float-lis li{
    margin: 0 0 5px 0 ;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
#loading{
    display: block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,0.5);
    z-index: 20;
    text-align: center;
    padding: 50px 0 0 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
    width: 14.28%;
    float: left;
}

@media (min-width: 768px)
{
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15
    {
        width: 14.28%;
        float: left;
    }
}

@media (min-width: 992px)
{
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15
    {
        width: 14.28%;
        float: left;
    }
}

@media (min-width: 1200px)
{
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15
    {
        width: 14.28%;
        float: left;
    }
}
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16
{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-16
{
    width: 20%;
    float: left;
}

/*SLIDER*/
.slider-wrapper{
    position:relative;
    overflow:hidden;
    background: #f4f4f4 ;
    width:100%;
    overflow: hidden;
    margin:0px auto;



    /*border:1px solid #000;*/
    /*box-shadow:0 3px 5px #666;*/
}

.slider{
    display: block;
    position:relative;
    width:100%; 
    /*	height:400px; when responsive, comment this out */
    margin:0 auto;

    /*background:#f4f4f4;*/
}
/*MENU MOBILE*/
#sb-site, .sb-site-container {
    padding: 14px;
}

.sb-slidebar {
    padding: 14px;
    color: #fff;
}

html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
    cursor: pointer;
}

/* Fixed position examples */
#sb-site.top-padding {
    padding-top: 50px;
}
.top-20{
    margin: 20px 0 0 0;
}
.top-60{
    margin: 60px 0 0 0;
}
#fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: red;
    z-index: 4;
}

#fixed-top span.sb-toggle-left {
    float: left;
    color: white;
    padding: 10px;
}

#fixed-top span.sb-toggle-right {
    float: right;
    color: white;
    padding: 10px;
}
/* Main Menu */
.sb-slidebar {
    background-color: #222222; /* Background colour. */
    color: #e8e8e8; /* Text colour. */
}

.sb-slidebar a {
    color: #ec3737;
    text-decoration: none;
}

.sb-slidebar a:hover ,.sb-menu-active{
    color: #ec3737!important; 
    background: #fff;
    text-decoration: underline!important;
}
.sb-menu { /* Apply to <ul> or <ol>. */
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/* Borders */
.sb-menu li a {
    border-left: 3px solid transparent;
}

.sb-menu li a:hover ,.sb-menu-active{
    background: #fff;
    border-left: 3px solid!important;/* Removes transparent colour, so border colour will be the same as link hover colour. */
}

.sb-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}

.sb-menu > li:first-child {
    border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
    border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a {
    width: 100%; /* Makes links full width. */
    display: inline-block;
    padding: 1em; /* Creates an even padding the same size as your font. */
    color: #f2f2f2;
}

.sb-menu li a:hover {
    text-decoration: none;
    /*background-color: rgba(255, 255, 255, 0.05);  Will lighten any background colour you set. */
}
.minVideo{
    min-height: 550px;
}

/*mobile*/

.next-mobile{
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0; 
    background:#ffffff url(img/trapecio-oscuro.png) left center no-repeat;    
    background-position-x: -100px;
}
.next-mobile .txtContenido-mobile .tit-next{
    width: 100%;
    padding: 20px 0 0 0 ;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    height: 50px;
}
.next-mobile .txtContenido-mobile{

    display: block;
    width: 100%;    
    margin: 0px;
    font-size: 15px;
    text-align: center;


}
.next-mobile .txt-acontunacion{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 25px 0px 0px 0px;
    margin: 0px;
    font-size: 15px;
    text-align: center;
    max-width: 131px;
}
.next-mobile .contenidoViendo-mobile{
    display: inline-block;
    vertical-align: top;
    width: 66%;
    padding: 0 19px;
}
.now-mobile .txtViendo{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 25px 0px 0px 0px;
    margin: 0px;
    font-size: 15px;
    text-align: center;
    max-width: 131px;
}

.now-mobile{
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0; 
    background:#ffffff url(img/trapecio-claro.png) left center no-repeat;    
    background-position-x: -50px;
}
.now-mobile .txtViendo{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 25px 0px 0px 0px;
    margin: 0px;
    font-size: 15px;
    text-align: center;
    max-width: 131px;
}
.now-mobile .contenidoViendo-mobile{

    display: inline-block;
    vertical-align: top;
    width: 66%;
}
.txtContenido-mobile{
    padding: 0 19px;
}
.txtContenido-mobile .tit-now{
    padding: 5px 0 0 0; 
    margin: 0px; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
}
.txtContenido-mobile .progress{
    margin: 5px 0;
}
.txtContenido-mobile .tit-now2{
    font-size: 13px;

}
.txtHorario-mobile {
    display: block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #b1b1b1;
}
.txtContenido-mobile .tit-now2 span{
    margin: 0 5px 0 0;
}
.txtHorario-mobile .celeste{
    font-size: 14px;

}
.modal{
    z-index: 99999;
}
.txtHorario-mobile .visible{
    display: block!important;
}
.txtHorario-mobile .efec{
    display: none;
}
/**/
.txt-actualizada{
    font-family: 'SegoeUI-Semibold';
    font-size: 16px;
    color:#5d5d5d;

}
.txt-requisitos{
    color:#5d5d5d;
    font-family: 'SegoeUI-Semibold';
    font-size: 19px;
}
.txt-ligh-16{
    color: #ec3737;
    font-family: 'SegoeUI-Light';
    font-size: 16px;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 725px;

    }
}

@media (min-width: 768px)
{
    .col-sm-16
    {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px)
{
    .col-md-16
    {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px)
{
    .col-lg-16
    {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1400px) {
    .minVideo{
        min-height: 500px;
    }
    .contenedor{
        width: 100%;
    }
    .contenedor2{
        width: 100%;
    }
    .tit-next{
        width: 120px;
    }
    .txtHorario{
        position: absolute;
        right: 20px;
        top: 0px;
    }

    .contenidoViendo{
        width: 45%;
    }
    .txtContenido,.tit-now{
        width: 100%;
    }
    .tit-now2{
        width:   100%;
    }
}
@media (max-width: 1330px){
    .next{
        background-position-x: -40px;
    }
    .txt-acontunacion{
        //  font-size: 18px;

    }
    .tit-next{
        font-size: 16px;
    }
    .next .txtViendo{
        padding: 27px 10px 0 15px;
        margin: 0 30px 0 0;

    }
    .txt-acontunacion{
        width: 165px;
    }
    
    .footer-sur{
        margin: 0 30px 0 0;
    }
}

@media (max-width: 1260px){
    .float-menu-r2{
        margin:0 25px 0 0px;
    }
}
@media (max-width: 1190px){
    .minVideo{
        min-height: 450px;
    }
    .play {
        height: 80px;
        width: 80px;
        margin: 11px auto 20px;
        background-size: 70%;
    }
    .play:hover{
        background-size: 70%;
    }
    .footer-sur ul ,.dispo span{
        padding: 5px;
        font-size: 16px;
    }
    .siguiente{
        display: none;
    }
    footer{
        height: 750px;
    }
    .footer-sur:first-child{
        margin: 0px 0 0 00px;
    }
    .float-menu-r2{
        margin: 0 20px 0 0;
    }
    .footer-sur{
        margin: 0px 0px 0 0;
    }
    .top-10{
        top: 12px;
    }
    .info-ivo{
        width: 100%!important;
    }
    .now{
        height: 110px;
        border-bottom: 10px solid #f4f4f4;
    }
    .tit-next {
        font-size: 18px;
    }
    .next .txtViendo{

        margin: 0 50px 0 0;

    }
}

@media (max-width: 1160px)
{
    .float-menu-r {
        margin: 0 0 0 0px;
    }
    #logo,.nav-men
    {
        margin: 0 0 0 20px;
    }
}

@media (max-width: 990px)
{
    .dia{
        height: 75px; 
    }
    .fHoy {
        color: #878787;
        font-family: 'SegoeUI';
        font-size: 24px;
        margin: 15px 0 15px;
        padding: 0 20px;
        display: block;
        text-align: center;
        vertical-align: top;
    }
    .sy-controls li.sy-prev,.sy-controls li.sy-next{

        top: 16%!important;
    }
    #verZona{
        margin: 0 0 0 0; 
    }
    .caja7{
        height: 75px;
    }
    .dia .diaSup {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: initial;
        font-size: 17px;

    }
    .dia .diaInf {

        font-size: 15px;

    }
    .minVideo{
        min-height: 400px;
    }
    #logo
    {
        margin: 0 0 0 50px;
    }
    .no-menu-short{
        display: none!important;
    }
    .nav-men ,#disponible{
        display: none;

    }
    .contenedor-cajas{
        padding: 0 5px 5px 5px ;
    }
    .now{
        margin: 0 0 10px 0;
    }
    #menu-mobile{
        display: inline-block;
    }
    #cuerpo{
        padding: 107px 5px 0;
    }
}
@media (max-width: 970px)
{
    .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15{
        padding-right: 5px;
        padding-left: 5px;
    }
    .row{
        margin: 0px;
    }
    #verZona select {
        width: 100%!important;
    }
    .stamosViendo {
        font-size: 1em;
    }
    .nombreViendo {
        font-size: 1.1em;
    }
    footer {
        height: 782px;
    }
    .img-normal{
        display: block!important;
    }
    .img-panoramica{
        display: none!important;
    }
    .float-menu-r2 ul li .lst a {
        text-align: center;
    }
    #logoPlus{
        background: url(../../../../img/footer/surperu.png)center center no-repeat;
        border: 0px;
        display: block;
        margin: 0 auto 15px;
    }
    .float-menu-r2 {
        display: block;
        float: none;
        margin: 5px auto 0px;
        height: 230px;
    }
    .sociales {
        padding: 10px 50px 30px 0; 
    }
    .infoPrograma{
        margin-top: 10px;
    }
    #tituloCalendario span{
        display: block;
        text-align: center;
        margin: 0px;
    }
    .linea1{
        text-align: center;

    }
    .linea1 div,#calendario-view,#verCalendar{
        display: block;
        float: none;
        margin: 5px auto!important;
    }
    .linea1 .cdr-vivo,
    .linea1 .cdr-diferido,
    .linea1 .cdr-repeticion{
        display: inline-block;
    }
    .body-footer{
        padding: 25px 0 0 0;
    }
    .footer-sur {
        display: block;
        text-align: center;
        margin: 30px 0 0 0;
    }  
    .footer-sur ul li{
        margin: 5px auto;
    }

    .float-menu-r2 ul li{
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .float-menu-r2 ul li .lst{
        text-align: left;
    }
}
@media (max-width: 800px)
{  
    .minVideo{
        min-height:350px;
    }
    .play {

        margin: 10% auto 20px;

    }

    .tblDvrs thead tr th:first-child{
        width: 150px!important;
    }

    .large{
        width: 100%;
    }
}
@media (max-width: 500px){
    .txtContenido, .tit-now {
        text-align: center;
    }
    .txtContenido-mobile .tit-now2 {
        font-size: 12px;
    }

}
@media (max-width: 400px){
    .txtContenido, .tit-now {
        text-align: center;
    }
    .txtContenido-mobile .tit-now2 {
        font-size: 10px;
    }

}

/****************Cambios******************/
.titDecorado .mod_tit5 .mod_tit6{
        margin: -6px 5px 0 0;
}
.img_quienes img{
    width: 100%;
}

.nuestros_canales{
    margin-left: 60px;
}
.col_foo2{
    margin-top: 30px !important;
}
.ingresar{
    width: 171px;
    display: inline-block;
}
.btn_suscribe input, .btn-primary{
    color: #fff; 
    background-color: #d9534f; 
    border-color: #d43f3a;
}
.btn_suscribe input:hover{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-primary:hover{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.buscador{
    margin: 0 25px 0 0
}

.error404{
    padding: 90px 50px 50px 50px;
    text-align: center;
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
}
.img_404{
    margin: 0 auto;
    width: 300px;
    margin-right: 20px;
}
.img_404 img{
    width: 300px;
}
.txt_404{
    width: 300px;
    margin: 0 auto;
    margin-left: 20px;
    margin-top: 50px;
}
.msj_error1{
    font-size: 16px;
    color: #adadad;
    text-align: left;
    margin-bottom: 0px;
}
.h1_error{
    font-family: 'SegoeUI-bold';
    text-align: left;
    margin-top: 0px;
    color: #535353;
}
.msj_error2{
    text-align: left;
    color: #535353;

}
.banner_surperu{
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto 20px auto;
}
.banner_surperu img, .banner_surperu a{
    width: 100%;
    display: block;
}
@media (max-width: 1297px){
    .nuestros_canales {
        margin-left: 40px;
    }
    .float-menu-r2{
        margin: 0 25px 0 0px;
    }
}

@media (max-width: 1202px){
    .footer-sur {
        margin: 0 20px 0 0;
    }
}
@media (max-width: 1180px){
    .nuestros_canales {
        margin-left: 30px;
    }
    .canales {
        width: 150px;
    }
    #sign_in{
        margin: 0 20px 0 20px;
    }
    .ingresar{
        width: 130px;
    }
    .buscador{
        margin: 0 0px 0 0
    }
}
@media (max-width: 1162px){
    .float-menu-r2 {
        margin: 0 10px 0 0px;
    }
    #logoPlus{
        margin: 0 12px 0 0;
    }
}
@media (max-width: 1130px){
    .nuestros_canales{
        margin-left: 0px;
    }
}
@media (max-width: 1070px){
    
}
@media (max-width: 1007px){
    .canales {
        width: 130px;
    }
}