body {
    font-size: 21px;
    font-family: Tiresias, TiresiasScreenFont;
    line-height: 1.2;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

#videodiv {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 1280px;
    height: 720px;
}

#video {
    width: 1280px;
    height: 720px;
}

#hook {
    position: absolute;
    top: 720px;
    height: 153px;
    width: 1280px;
    overflow: hidden;
    background-color: rgba(235, 245, 240, 0.85) /*background: linear-gradient(to bottom, rgba(181,181,181,1) 0%, rgba(238,238,238,1) 24%)*/;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}

#remote {
    position: absolute;
    top: 0px;
    left: 300px;
    width: 244px;
    height: 140px;
    box-shadow: 0 0 200px #FFF
}

#hooktext {
    position: absolute;
    top: 40px;
    left: 570px;
    height: 100px;
}

#cookiedisclaimer {
    font-size: 0.75em;
    opacity: 0.8;
    color: black;
}

.bold {
    font-weight: bold;
}

#channellogo {
    position: absolute;
    top: 5px;
    left: 45px;
    width: 250px;
    height: 107px;
    background: url('img/TM_logo.png') no-repeat;
    z-index: 99;
}

#channellogo2 {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 250px;
    height: 107px;
    background: url('img/TM_logo.png') no-repeat;
    z-index: 99;
}

#channelname {
    position: absolute;
    top: 120px;
    left: 50px;
    width: 120px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}

#master {
    position: absolute;
    top: 720px;
    height: 153px;
    width: 1280px;
    overflow: hidden;
    background-color: rgba(235, 245, 240, 0.85) /*background: linear-gradient(to bottom, rgba(181,181,181,1) 0%, rgba(238,238,238,1) 24%)*/;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}

#catchup {
    position: absolute;
    top: 55px;
    left: 290px;
    width: 145px;
    height: 90px;
    white-space: nowrap;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    background-image: url('img/catchup_grey.png');
    background-repeat: no-repeat;
    background-position: 50% 30px;
}

#catchup span, #vod span, #startover span {
    display: inline-block;
    top: 42px;
    left: 0px;
    width: 100%;
}

#vod {
    position: absolute;
    top: 55px;
    left: 500px;
    width: 80px;
    height: 90px;
    white-space: nowrap;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    background-image: url('img/catalogue_grey.png');
    background-repeat: no-repeat;
    background-position: 50% 30px;
}

#exit {
    position: absolute;
    top: 65px;
    left: 980px;
    width: 50px;
    height: 50px;
    padding-bottom: 8px;
    background: url('img/close_grey.png') no-repeat;
}

#search {
    position: absolute;
    top: 65px;
    left: 1060px;
    width: 50px;
    height: 50px;
    padding-bottom: 8px;
    background: url('img/search_grey.png') no-repeat;
}

#time {
    position: absolute;
    font-size: 32px;
    top: 75px;
    left: 1133px;
}

#catchup.active {
    color: #ff0000;
    background: url('img/catchup_red.png') no-repeat bottom;
!important;
}

#vod.active {
    color: #ff0000;
    background: url('img/catalogue_red.png') no-repeat bottom;
!important;
}

#exit.active {
    top: 67px;
    left: 985px;
    background: url('img/close_red.png') no-repeat bottom;
!important;
}

#search.active {
    position: absolute;
    top: 67px;
    left: 1065px;
    width: 50px;
    height: 50px;
    background: url('img/search_red.png') no-repeat bottom;
!important;
}

#banner {
    position: absolute;
    top: 36px;
    left: 625px;
    width: 250px;
    height: 105px;
    border: 0;
    background-color: transparent;
    border-radius: 10px;
}

#banner.disabled {
    display: none
}

/*banner.active {border: 4px solid #64a70b;}*/


#startover {
    position: absolute;
    top: 60px;
    left: 180px;
    width: 105px;
    height: 50px;
    padding-bottom: 20px;
    background: url('img/start_over2.png') no-repeat;
    white-space: nowrap;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    background-position: 50% 0px;
}

#startover.disabled {
    display: none;
}

#info {
    position: absolute;
    top: 300px;
    display: none;
    background: rgba(235, 245, 240, 0.85) /*url ('img/programacion.png')*/;
    border-radius: 5px;
    border: 1px solid gray;
    left: 400px;
    width: 480px;
    padding: 5px;
    text-align: center;
    color: white;
    z-index: 10001;
}