/** ESTILOS PARRILLA PROGRAMACION ***********/
/********************************************/
.mod_parrilla {overflow: hidden;}
.mod_parrilla .head ol {width: auto;float: left;list-style: none;margin-left: 1em;}
.mod_parrilla .head ol li {min-width: 44px;float: left; box-sizing:border-box;margin-top: 3px;}
.mod_parrilla .head ol li a span {height: auto;overflow: hidden; display: block;padding-top: 2px;padding-bottom: 3px;}
.mod_parrilla .head ol li a span strong {width: 100%;text-align: center;height: 20px;line-height: 20px;float: left;font-size: 1.4em;color: #333;}
.mod_parrilla .head ol li a span em {line-height: 12px;font-size: 1em;width: 100%;float: left;text-align: center;font-style: normal;color: #333;}
.mod_parrilla .head ol li:hover,.mod_parrilla .head ol li.active {background: #ffffff; border: solid 1px rgb(160, 160, 160); border-radius: 3px; }
.mod_parrilla .head ol li.today {background: #d80015; border: solid 1px #b20000; border-radius: 3px; margin-top: 3px;}
.mod_parrilla .head ol li.today strong, .mod_parrilla .head ol li.today em {color: #fff}

.mod_parrilla .box-parrilla {position: relative; display: none}
.mod_parrilla .box-parrilla.active {display: block;}
.mod_parrilla .box-parrilla .headBox {height: 40px; position: relative;}
.mod_parrilla .box-parrilla .headBox .arrow {position: absolute; top: 0; display: block; height: 40px; width: 21px; cursor: pointer;z-index: 1;}
.mod_parrilla .box-parrilla .headBox .arrow.back {left: 0; background: url(i/arrow-left.png) no-repeat}
.mod_parrilla .box-parrilla .headBox .arrow.next {right: 0;background: url(i/arrow-right.png) no-repeat}
.mod_parrilla .box-parrilla .headBox .arrow.back.disabled { background: url(i/arrow-left_disabled.png) no-repeat; cursor: default;}
.mod_parrilla .box-parrilla .headBox .arrow.next.disabled { background: url(i/arrow-right_disabled.png) no-repeat; cursor: default;}
.mod_parrilla .box-parrilla .headBox .hours {width: 1440px; height: 40px;border-bottom: solid 1px #ccc;box-sizing:border-box;
background: rgb(253,253,253); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */}
.mod_parrilla .box-parrilla .headBox .hours li {width: 80px; float: left; line-height: 40px;}
.mod_parrilla .box-parrilla .headBox .hours li .hour{font-size: 1.4em; font-weight: bold;}
.mod_parrilla .box-parrilla > ul {}
.mod_parrilla .box-parrilla > ul > li {width: 1420px;border-bottom: solid 1px #dfdfdf; height: 99px; position: relative;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.mod_parrilla .box-parrilla > ul > li .logo_channel {height: 100px; width: 100px; border-right: 1px solid #dfdfdf; display: block; z-index: 2;
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(201,201,201,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(201,201,201,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(201,201,201,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(201,201,201,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(201,201,201,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(201,201,201,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-9 */
;position: absolute;left: 0;top: 0;}
.mod_parrilla .box-parrilla > ul > li .logo_channel .ico_logo{width: 75%; display: block;height: auto;margin: 10px auto 0;}
.mod_parrilla .box-parrilla > ul > li .logo_channel .ico_logo img {width: 100%;}
.mod_parrilla .box-parrilla > ul > li .logo_channel strong {font-size: 1.2em; text-align: center;width: 100%;display: inline-block;position: absolute;bottom: 5px;}
.mod_parrilla .box-parrilla > ul > li ul li.event {display: block;background: #cbeffd;height: 94px;top: 0;position: absolute;border: solid 1px #abd1fe;border-radius: 5px;margin-top: 2px;font-size: 1.2em;box-sizing: border-box;padding: 5px;}
.mod_parrilla .box-parrilla > ul > li ul li.event .time{line-height: 130%;width: auto;display: inline-block;box-sizing: border-box;background: #fff;padding: 3px;border: solid 1px #ddd;border-radius: 3px;font-weight: bold;float: left;}
.mod_parrilla .box-parrilla > ul > li ul li.event .description{float: left;width: 100%;line-height: 130%;box-sizing: border-box;font-weight: bold;}
.mod_parrilla .box-parrilla > ul > li ul li.event .btn{position: absolute;bottom: 3px;right: 3px;border-radius: 3px;padding: 3px;color: #fff;cursor: pointer;text-decoration: none;font-size: 11px;z-index: 1;}
.mod_parrilla .box-parrilla > ul > li ul li.event .btn.dir{background: #d80015;}
.mod_parrilla .box-parrilla > ul > li ul li.event .btn.dem{background: #66BF01;}
.mod_parrilla .box-parrilla > ul > li ul li.event .mas {background: url(i/btn_mas.jpg) no-repeat center center; display: block; position: relative; width: 16px; height: 16px;float: left;margin: 3px;border-radius: 2px;cursor: pointer;z-index: 1;}

.mod_parrilla .box-parrilla .separator {height: 20px; background-image: url('i/arrow_bottom.png') no-repeat 5px top; width: 100%; z-index: 1;background: #ff7800;}
.mod_parrilla .box-parrilla .separator span {line-height: 20px; margin-left: 10px;background: url('i/arrow_bottom.png') no-repeat right top; padding-right: 25px;height: 20px;display: inline-block;color: #fff;font-size: 1.2em;font-weight: bold;}

.mod_parrilla .box-parrilla.today .pointer {display:block; background: url('i/bg_pointer.png'); border: solid 1px #B8001A; border-radius: 5px; width: 18px; position: absolute;top: 5px; bottom: 1px;margin-left: 10px;z-index: 0;}
.mod_parrilla .box-parrilla.today.m0 .pointer{margin-left: 10px;}
.mod_parrilla .box-parrilla.today.m15 .pointer{margin-left: 30px;}
.mod_parrilla .box-parrilla.today.m30 .pointer{margin-left: 50px;}
.mod_parrilla .box-parrilla.today.m45 .pointer{margin-left: 70px;}
/** Waterpolo **/
.mod_parrilla .box-parrilla > ul > li.sport_waterpolo,
.mod_parrilla .box-parrilla > ul > li.sport_waterpolo .logo_channel {height: 120px}

.mod_parrilla .box-parrilla > ul > li.sport_waterpolo .fase_competicion {position: absolute;
    top: 1px;
    margin-left: 99px;width: 103px;overflow: hidden;box-shadow: 4px 2px 7px #333;border-top-right-radius: 10px;border-bottom-right-radius: 10px;z-index: 1;}
.mod_parrilla .box-parrilla > ul > li.sport_waterpolo .fase_competicion span {
    height: 20px;
    border: 1px solid rgb(213, 213, 213);
    background: rgb(0, 117, 146);
    
    display: block;
    width: 99px;
    border-radius: 23px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 12px;
    margin-left: -10px;
    color: #fff;
}
.mod_parrilla .box-parrilla > ul > li.sport_waterpolo ul li.event {top: 21px;}


/*** MOVIMIENTO POR HORARIO ***/
.today .pointer{display: block !important;}

.h08.today .pointer {left: 70px;}
.h09.today .pointer {left: 150px;}
.h10.today .pointer {left: 230px;}
.h11.today .pointer {left: 310px;}
.h12.today .pointer {left: 390px;}
.h13.today .pointer,.h14.today .pointer,.h15.today .pointer,.h16.today .pointer,.h17.today .pointer,.h18.today .pointer,.h19.today .pointer {left: 470px;}
.h20.today.today .pointer {left: 550px;}
.h21.today.today .pointer {left: 630px;}
.h22.today.today .pointer {left: 710px;}
.h23.today.today .pointer {left: 790px;}
.h24.today.today .pointer {left: 870px;}

.h08.today  .hours,.h09.today .hours,.h10.today .hours,.h11.today .hours,.h12.today .hours,.h13.today .hours {margin-left: 0px;}
.h14.today .hours{margin-left: -80px;}
.h15.today .hours{margin-left: -160px;}
.h16.today .hours{margin-left: -240px;}
.h17.today .hours{margin-left: -320px;}
.h18.today .hours{margin-left: -400px;}
.h19.today .hours,.h20.today .hours,.h21.today .hours,.h22.today .hours,.h23.today .hours,.h24.today .hours {margin-left:-480px;}

.h08.today  .channels,.h09.today .channels,.h10.today .channels,.h11.today .channels,.h12.today .channels,.h13.today .channels {margin-left: 0px;}
.h14.today .channels{margin-left: -80px;}
.h15.today .channels{margin-left: -160px;}
.h16.today .channels{margin-left: -240px;}
.h17.today .channels{margin-left: -320px;}
.h18.today .channels{margin-left: -400px;}
.h19.today .channels,.h20.today .channels,.h21.today .channels,.h22.today .channels,.h23.today .channels,.h24.today .channels {margin-left:-480px;}

.h08.today  .channels .logo_channel,.h09.today .channels .logo_channel,.h10.today .channels .logo_channel,.h11.today .channels .logo_channel,.h12.today .channels .logo_channel,.h13.today .channels .logo_channel {margin-left: 0px;}
.h14.today .channels .logo_channel{margin-left: 80px;}
.h15.today .channels .logo_channel{margin-left: 160px;}
.h16.today .channels .logo_channel{margin-left: 240px;}
.h17.today .channels .logo_channel{margin-left: 320px;}
.h18.today .channels .logo_channel{margin-left: 400px;}
.h19.today .channels .logo_channel,.h20.today .channels .logo_channel,.h21.today .channels .logo_channel,.h22.today .channels .logo_channel,.h23.today .channels .logo_channel,.h24.today .channels .logo_channel {margin-left:480px;}

.h08.today  .separator ,.h09.today .separator ,.h10.today .separator ,.h11.today .separator ,.h12.today .separator ,.h13.today .separator  {margin-left: 0px;}
.h14.today .separator {margin-left: 80px;}
.h15.today .separator {margin-left: 160px;}
.h16.today .separator {margin-left: 240px;}
.h17.today .separator {margin-left: 320px;}
.h18.today .separator {margin-left: 400px;}
.h19.today .separator ,.h20.today .separator ,.h21.today .separator ,.h22.today .separator ,.h23.today .separator ,.h24.today .channels .logo_channel {margin-left:480px;}

.h08.today  .channels .sport_waterpolo .fase_competicion ,.h09.today .channels .sport_waterpolo .fase_competicion ,.h10.today .channels .sport_waterpolo .fase_competicion ,.h11.today .channels .sport_waterpolo .fase_competicion ,.h12.today .channels .sport_waterpolo .fase_competicion ,.h13.today .channels .sport_waterpolo .fase_competicion  {margin-left: 100px !important;}
.h14.today .channels .sport_waterpolo .fase_competicion {margin-left: 180px !important;}
.h15.today .channels .sport_waterpolo .fase_competicion {margin-left: 260px !important;}
.h16.today .channels .sport_waterpolo .fase_competicion {margin-left: 340px !important;}
.h17.today .channels .sport_waterpolo .fase_competicion {margin-left: 420px !important;}
.h18.today .channels .sport_waterpolo .fase_competicion {margin-left: 500px !important;}
.h19.today .channels .sport_waterpolo .fase_competicion ,.h20.today .channels .sport_waterpolo .fase_competicion ,.h21.today .channels .sport_waterpolo .fase_competicion ,.h22.today .channels .sport_waterpolo .fase_competicion ,.h23.today .channels .sport_waterpolo .fase_competicion ,.h24.today .channels .sport_waterpolo .fase_competicion  {margin-left:580px  !important;}
/*** MOVIMIENTO POR FLECHAS ***/

.push0.box-parrilla {margin-left: 0px}
.push1.box-parrilla {margin-left: -80px}
.push2.box-parrilla {margin-left: -160px}
.push3.box-parrilla {margin-left: -240px}
.push4.box-parrilla {margin-left: -320px}
.push5.box-parrilla {margin-left: -400px}
.push6.box-parrilla {margin-left: -480px}


.push0.box-parrilla > ul > li .logo_channel,
.push0.box-parrilla .separator,
.push0.box-parrilla .headBox .arrow.back,
.push0.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: 0px}
.push1.box-parrilla > ul > li .logo_channel,
.push1.box-parrilla .separator,
.push1.box-parrilla .headBox .arrow.back,
.push1.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: 80px}
.push2.box-parrilla > ul > li .logo_channel,
.push2.box-parrilla .separator,
.push2.box-parrilla .headBox .arrow.back,
.push2.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: 160px}
.push3.box-parrilla > ul > li .logo_channel,
.push3.box-parrilla .separator,
.push3.box-parrilla .headBox .arrow.back,
.push3.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: 240px}
.push4.box-parrilla > ul > li .logo_channel,
.push4.box-parrilla .separator,
.push4.box-parrilla .headBox .arrow.back,
.push4.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: 320px}
.push5.box-parrilla > ul > li .logo_channel,
.push5.box-parrilla .separator,
.push5.box-parrilla .headBox .arrow.back,
.push5.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: 400px}
.push6.box-parrilla > ul > li .logo_channel,
.push6.box-parrilla .separator,
.push6.box-parrilla .headBox .arrow.back,   
.push6.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: 480px}


/*** MOVIMIENTO POR FLECHAS ***/

.push-1.box-parrilla {margin-left: 80px}
.push-2.box-parrilla {margin-left: 160px}
.push-3.box-parrilla {margin-left: 240px}
.push-4.box-parrilla {margin-left: 320px}
.push-5.box-parrilla {margin-left: 400px}
.push-6.box-parrilla {margin-left: 480px}

.push-1.box-parrilla > ul > li .logo_channel,
.push-1.box-parrilla .separator,
.push-1.box-parrilla .headBox .arrow.back,
.push-1.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: -80px}
.push-2.box-parrilla > ul > li .logo_channel,
.push-2.box-parrilla .separator,
.push-2.box-parrilla .headBox .arrow.back,
.push-2.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: -160px}
.push-3.box-parrilla > ul > li .logo_channel,
.push-3.box-parrilla .separator,
.push-3.box-parrilla .headBox .arrow.back,
.push-3.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: -240px}
.push-4.box-parrilla > ul > li .logo_channel,
.push-4.box-parrilla .separator,
.push-4.box-parrilla .headBox .arrow.back,
.push-4.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: -320px}
.push-5.box-parrilla > ul > li .logo_channel,
.push-5.box-parrilla .separator,
.push-5.box-parrilla .headBox .arrow.back,
.push-5.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: -400px}
.push-6.box-parrilla > ul > li .logo_channel,
.push-6.box-parrilla .separator,
.push-6.box-parrilla .headBox .arrow.back,   
.push-6.box-parrilla > ul > li.sport_waterpolo .fase_competicion {left: -480px}


.box-parrilla,
.box-parrilla > ul > li .logo_channel,
.box-parrilla .separator,
.mod_parrilla .box-parrilla .headBox .arrow.back,
.box-parrilla > ul > li.sport_waterpolo .fase_competicion{transition:all 0.4s;}

/** FACEBOX
*****************************************************/
#facebox {}
#facebox table {width: 600px}
#facebox table .content {background: url('i/header_facebox.png') no-repeat center -1px #fff;min-height: 120px;padding: 46px 0px 0px 0px;font-size: 13px;border: solid 1px #ccc;line-height: 140%;/* background: rgb(255,255,255); */  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); */  /* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); */  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);  /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%); */  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );overflow: hidden;}
#facebox table .content .blockSport {
    display: block;
    width: 15%;
    background: rgb(252,252,252);  background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(201,201,201,1) 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(201,201,201,1)));  background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(201,201,201,1) 100%);  background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(201,201,201,1) 100%);  background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(201,201,201,1) 100%);  background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(201,201,201,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#c9c9c9',GradientType=0 );
    float: left;
    padding-bottom: 0;
    position: absolute;
    top: 50px;
    bottom: 0px;
    padding-right: 10px;
}
#facebox table .content .blockSport img {height: auto;width: 100%;}
#facebox table .content .blockSport strong {position: absolute;bottom: 10px;display: block;width: 80%;text-align: center;}

#facebox table .content .time {
    position: absolute;
    right: 10px;
    top: 60px;
}
#facebox table .content .blockDisci {
    margin-top: 10px;
    display: block;
    width: auto;
    margin-left: 110px;
    float: left;
}
#facebox table .content .btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#facebox table .content .description {
    float: left;
    width: 80%;
    margin-left: 120px;
}

#facebox .footer {right: 10px; top: 10px}
#facebox .close {width: 20px; height: 20px; margin:0; padding: 0}


/*** FIX dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­a 19
***************************************/
#dia719 .channels,
#dia719 .hours {margin-left: -480px}
#dia719 .channels .logo_channel {margin-left: 480px;}
#dia719 .separator,#dia719 .arrow {display: none;}

/* FIX fin de semana 
.mod_parrilla .box-parrilla > ul > li ul li.event .btn {width: 57px; height: 17px}
.mod_parrilla .box-parrilla > ul > li ul li.event .btn span {display: none;}
.mod_parrilla .box-parrilla > ul > li ul li.event .btn.dir,
.mod_parrilla .box-parrilla > ul > li ul li.event .btn.dem{background: url('i/btn_ver.png') no-repeat center center}*/