body {
    margin: 0;
    padding: 0;
    background-position: left 16vw;
 /* background-image: url(../Images/boomerang.webp);*/
          background-image:  url(../Images/boomnav.jpg);
    background-color:  #680001;
   /* background-color: #00548e;*/
    background-repeat: repeat;
    background-size: 100% auto;
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    min-width: 360px;
    height: 100%;
    box-sizing: border-box;
    /*display: flex;*/
    flex-direction: column;
}

.grecaptcha-badge {
  left: 0 !important;
  bottom: 0 !important;
}

.contenidos {
    background-color: #00548e;
}

.bmc-btn {
    font-size: 14px !important;
}

.login {
    background-color: #61a9d6;
    color: white;
    width: 40%;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

.splide {
    width: 645px;
}

.goku {
    width: 183px;
    position: absolute;
    top: 255px;
    z-index: 3;
    left: 30px;
    height: auto;
}

.bannerStar {
    width: 60%;
    height: -webkit-fill-available;
    float: right;
    border: 2px solid #00548e;
    border-radius: 4px;
    margin-left: 20%;
    margin-right: 20%;
}

.Ads {
    width: 70%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 15px;
    height: 125px;
    z-index: 0;
    border: 0px solid white;
    border-radius: 4px;
    margin-left: 15%;
    margin-right: 15%;
}

.gifAd {
    width: 18%;
    height: -webkit-fill-available;
    margin-left: 6%;
    border: 2px solid white;
}

.barraCN {
    width: 100%;
    margin: auto;
    height: auto;
    z-index: 1;
    background-color: #61a9d6;
}

.logoCN {
    width: 16%;
    height: auto;
    float: left;
    margin-left: 10%;
}

.lineanegra {
    width: 100%;
    background-color: black;
    position: absolute;
    bottom: 50px;
    left: 0px;
    height: 37px;
    z-index: 0;
}

.lineablanca {
    width: 100%;
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0.5px;
    left: 0px;
    height: 51px;
    z-index: 0;
    margin-bottom: 1px;
}

.facecomentarios {
    height: 200px;
    overflow-y: auto;
    width: 100%;
    background: red;
}

.ContenidoPagina {
    padding: 5%;
    word-spacing: 0.5em;
    letter-spacing: 0.2em;
    margin: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 18px;
}

.poll {
    background: #f7f7f7;
}

.contenido {
    width: 100%;
    height: auto;
    background-color: whitesmoke;
    display: flex;
}

.posterprincipal {
    width: 100%;
    height: auto;
}

.submedia {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 5%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #8e8e8e;
    border: 2px solid #00548e;
}

.submedia img {
    width: 100%;
    height: 90px;
    margin-top: 20px;
}

.submedia .banner img {
    height: auto;
}

.submedia h1 {
    text-align: center;
    font-size: 12px;
    color: white;
}

.media {
    width: 100%;
    height: 100%;
    float: left;
    background-position: left top;
    background-color: #61a9d6;
    /*background-color: #dc0032;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.subcontenido {
    height: auto;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 3%;
    background-color: whitesmoke;
    overflow-y: auto;
    border: 2px solid #00548e;
}

.subcontenido::-webkit-scrollbar {
    width: 10px;
    /* Tama�o del scroll en vertical */
    height: 10px;
    /* Tama�o del scroll en horizontal */
}

.subcontenido::-webkit-scrollbar-thumb {
    background: #1e4370;
    border-radius: 4px;
}

.contenidomodal::-webkit-scrollbar-thumb:hover {
    background: crimson;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.subcontenido::-webkit-scrollbar-track {
    background: #1e4370;
    border-radius: 4px;
}

select {
    overflow: auto;
    text-decoration: none;
    padding: 1.5%;
    font-size: 12px;
    color: #445599;
    background-color: #97a3d3;
    border-radius: 3px;
    border: 2px solid #7888b9;
}

select:hover {
    cursor: pointer;
}

.ghost {
    position: absolute;
    width: 150px;
    height: 145px;
    z-index: 10001;
    display: block;
    opacity: 0.8;
    background: transparent url('../Images/fantasma.png') no-repeat;
}

.ghost.moving-left {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: fliph;
    /*IE*/
}

.marquesina {
    float: left;
    position: relative;
    background: #00548e;
    /*background: #529840;*/
    width: 100%;
    height: auto;
    z-index: 1;
    top: -1px;
}

.marquesina h1 {
    /*background: #529840;*/
    color: #b5cb8b;
    font-size: 18px;
}

p {
    font-size: 14px;
}

.posterprinc {
    width: 90%;
}

.listadesplegable {
    text-decoration: none;
    padding: 1%;
    font-weight: 600;
    font-size: 12px;
    color: white;
    background-color: #00548e;
    border-radius: 6px;
    border: 2px solid #00548e;
}

select:focus>option:checked {
    background: #00548e !important;
}

.modal {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: flex;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, 0.8);
}

.velocidad {
    width: 100%;
    color: white;
}

.vel01 {
    width: 40%;
    margin-left: 10%;
    float: left;
    background-color: purple;
}

.contenidomodal {
    margin: auto;
    width: 40%;
    height: 30%;
    background-color: whitesmoke;
    color: black;
    border-radius: 10px;
    padding: 2%;
    overflow-y: scroll;
}

.contenidomodal::-webkit-scrollbar {
    width: 10px;
    /* Tama�o del scroll en vertical */
    height: 10px;
    /* Tama�o del scroll en horizontal */
}

.contenidomodal::-webkit-scrollbar-thumb {
    background: #00548e;
    border-radius: 4px;
}

.contenidomodal::-webkit-scrollbar-track {
    background: gray;
    border-radius: 4px;
}

.contenidomodal h2 {
    float: left;
}

.contenidomodal p {
    float: left;
    text-align: justify;
}

.contenidomodal .boton_personalizado3 {
    color: white;
    padding: 5px;
    background-color: #00548e;
    border-radius: 6px;
    border: 2px solid whitesmoke;
    cursor: pointer;
}

.barrarepro {
    margin-right: 5%;
    margin-left: 0%;
    margin-bottom: 3%;
    width: 100%;
    height: auto;
    border: 0px solid #00548e;
    background-image: url(../Images/barra.PNG);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.suscripcion {
    padding: 5%;
}

.suscripcion table {
    width: 100%;
}

.suscripcion table tr td {
    width: 30%;
    padding: 3%;
}

.suscripcion table tr td a {
    color: white;
    font-size: 20px;
    text-align: center;
    border: solid;
    border-color: white;
    background-color: crimson;
    padding: 4px;
    margin: 20%;
    width: auto;
    border-radius: 15px;
    text-decoration: none;
}

.suscripcion table tr td ul li {
    color: white;
    font-size: 14px;
    margin-left: 7%;
}

.suscripcion h3 {
    color: yellow;
    font-size: 18px;
    text-align: center;
}

.suscripcion p {
    color: white;
    font-size: 16px;
    text-align: justify;
}

.suscripcion h4 {
    color: #FF6187;
    font-size: 16px;
    text-align: center;
}

.suscripcion p {
    font-size: 20px;
}

.suscripcion img {
    width: 100%;
    height: 200px;
}

.tabla_comentario {
    width: 100%;
    background-color: #8233c5;
}

.series {
    padding: 3%;
    overflow-y: scroll;
    height: 1100px;
}

.series::-webkit-scrollbar {
    width: 10px;
    /* Tama�o del scroll en vertical */
    height: 10px;
    /* Tama�o del scroll en horizontal */
}

.series::-webkit-scrollbar-thumb {
    background: #193075;
    border-radius: 4px;
}

.series::-webkit-scrollbar-track {
    background: #686868;
    border-radius: 4px;
}

.series table {
    width: 100%;
}

.series table tr td {
    width: 30%;
    text-align: center;
    vertical-align: central;
}

.serieimagen {
    width: 70%;
    padding: 5%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.serieimagen:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    cursor: pointer;
}

.titulo {
    background: #00548e;
    color: white;
    height: 100px;
    padding: 10px;
}

.titulo h1 {
    padding-left: 5%;
    padding-top: 2%;
    font-size: 20px;
    word-spacing: 1em;
    letter-spacing: 0.2em;
}

.logoPrincipal {
    width: 74%;
    height: auto;
    margin-top: 17px;
}

.logoHalloween {
    width: 352px;
    margin-left: 34%;
    margin-right: 34%;
}

ul,
ol,
dl {
    /* Debido a las diferencias existentes entre los navegadores, es recomendable no a�adir relleno ni m�rgenes en las listas. Para lograr coherencia, puede especificar las cantidades deseadas aqu� o en los elementos de lista (LI, DT, DD) que contienen. Recuerde que lo que haga aqu� se aplicar� en cascada en la lista .nav, a no ser que escriba un selector m�s espec�fico. */
    padding: 0;
    margin: 0;
}

f2 {
    text-align: right;
    padding: 0;
    right: 0px;
}

h1 {
    font-size: 24px;
}

h2 {
    float: right;
}

header {
    background-position: left top;
    width: 100%;
    height: 128px;
    padding-top: 150px;
   /* background-size: 100px;*/
   background-image: url(../Images/navidadcnp.png);

     /* background-image: url(../Images/giphy-12.gif); */
      background-size: auto 100%;
    /* background: linear-gradient(45deg, #176db4, #45b2db, #176db4);*/
    background-color: brown;
    display: flex;
    position: relative;
}


/*header {

    background-position: left top;
 width: 100%;

    height: 128px;

   
    padding-top: 150px;

    background-size: 100% 70%;

    background-image: url(../Images/halloweencnbann.jpg);

    background-color: black;

    background-repeat:repeat;

    display:flex;

    position:relative;

}*/

.barra {
    background-position: left top;
    width: 64%;
    height: auto;
    float: right;
    margin-right: 10%;
    margin-top: 20px;
}

.menubarra {
    height: 35px;
}

.shows {
    height: 50px;
    background-color: #f7f7f7;
    width: auto;
}

.one-slide {
    border-radius: 3px;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1.1rem;
    height: 300px;
}

#sliderabajo {
    background-color: white;
    width: 80%;
    height: 50px;
}

.slider {
    display: flex;
    width: 656px;
}

.slider__img {
    height: 100%;
}

.contenedor-slider {
    max-width: 100%;
    max-height: 38px;
    padding-bottom: 10px;
    overflow: hidden;
}

.btn-next {
    width: 50px;
    height: 45px;
    position: absolute;
    bottom: -20px;
    right: 19%;
    transform: translateY(-50%);
    font-family: monospace;
    cursor: pointer;
}

.btn-next {
    background-image: url(https://4.bp.blogspot.com/-8ExDVmfCgiI/WanNKVubw7I/AAAAAAAACiQ/lSZZnrWq7i4i9KhJ3Egxz_jv0QQm74NpQCLcBGAs/s1600/next.png);
}

#imghorario {
    display: block;
    margin: auto;
    width: 100%;
}

.horario {
    color: #fff;
    position: absolute;
    top: 10%;
    left: 0;
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    height: 600px;
    overflow-y: scroll;
    display: none;
    transition: all .5s;
    transition-duration: 0.4s;
    z-index: 4;
}

.horario::-webkit-scrollbar {
    width: 10px;
    /* Tama�o del scroll en vertical */
    height: 10px;
    /* Tama�o del scroll en horizontal */
}

.horario::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 4px;
}

.horario::-webkit-scrollbar-track {
    background: gray;
    border-radius: 4px;
}

.horario1 {
    top: 30%;
    width: 80%;
    left: 10%;
    right: 10%;
    position: fixed;
    background-color: black;
    display: none;
    transition: all .5s;
}

a.class_a_href {
    pointer-events: none;
    cursor: default;
}

#botoncerrar {
    width: 4%;
    border-radius: 5px;
    height: 4%;
    margin-right: 0;
    font-size: 12px;
}

.botoncerrar {
    top: 1%;
    right: 0%;
    position: absolute;
    text-decoration: none;
    color: white;
    background-color: black;
    border-radius: 2%;
    border: 2px solid whitesmoke;
}

.botoncerrar:hover {
    background-color: gray;
    color: black;
}

@-webkit-keyframes opaco {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

f1 {
    font-size: 20px;
    color: white;
}

content {
    background-position: left top;
    width: 50%;
    background-color: black;
    position: relative;
}

.centrarimagen {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.derechaimagen {
    display: block;
    margin-left: 20%;
    width: 60%;
}

.flotante {
    width: 20%;
    position: fixed;
    bottom: 10%;
    right: 20%;
}

.facebook {
    width: 20%;
    position: fixed;
    bottom: 4%;
    right: 1%;
}

.facebook img {
    width: 100%;
}

.flotante2 {
    width: 17%;
    position: fixed;
    bottom: 0%;
    right: 2px;
}

.botonform {
    background-color: #00548e;
    color: white;
    width: 150px;
    height: 30px;
    font-size: 18px;
}

.reloj {
    text-align: right;
    background-color: #00548e;
    color: white;
    height: 2%;
    font-weight: bold;
}

.relojdis {
    color: white;
    background-color: #00548e;
    text-align: center;
}

footer {
    background: #00548e;
    color: white;
    padding-left: 3%;
    width: 97%;
    height: 100%;
    font-size: 14px;
    bottom: 0;
    float: left;
    word-spacing: 0.2em;
    letter-spacing: 0.2em;
}

.video-muestra {
    width: 90%;
    height: auto;
    margin: 5%;
    margin-top: 3%;
    border: 2px solid #00548e;
    background-color: #f7f7f7;
   background-image: url(../Images/backphoto.jpg);
     /* background-image: url(../Images/escena-chimenea-navidena-diseno-plano_52683-52253.webp);*/
    background-repeat: no-repeat;
    background-position-y: 192px;
    background-size: 100% 100%;
}

.video-muestra2 {
    width: 90%;
    height: auto;
    margin: 5%;
    margin-top: 3%;
    border: 2px solid #00548e;
    background-color: #f7f7f7;
    max-height: 538px;
    overflow-y: scroll;
}

.video-muestra2::-webkit-scrollbar {
    width: 10px;
    /* Tama�o del scroll en vertical */
    height: 10px;
    /* Tama�o del scroll en horizontal */
}

.video-muestra2::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.video-container {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    height: 28vw;
    text-align: center;
    background-color: black;
    background-size: cover;
    overflow: hidden;
}

#container {
    width: 61%;
    height: auto;
    background-color: #00548e;
    bottom: 0;
    margin: auto;
    /* el valor autom�tico de los lados, unido a la anchura, centra el dise�o */
    margin-top: 2%;
    margin-bottom: 2%;
    border: 2px solid #00548e;
}

.userVideo {
    position: relative;
    width: auto;
    height: 100%;
    object-fit: fill;
}

.medio {
    margin-left: 12.5%;
    margin-right: 12.5%;
    width: 75%;
    height: auto;
    background-color: rebeccapurple;
}

.peerVideo {
    position: relative;
    width: auto;
    height: 100%;
    display: none;
    object-fit: fill;
}

.logo {
    position: absolute;
    bottom: 12%;
    right: 19%;
    width: 12%;
    opacity: 0.8;
}


/*
.logomov {
    position: absolute;
    bottom: 7%;
    right: 9%;
    width: 12%;
    opacity: 0.9;
}*/

.logomov {
    position: absolute;
    bottom: 3%;
    right: 21%;
    width: 16%;
    opacity: 0.9;
}

label {
    display: inline-block;
    width: auto;
    padding: 2%;
    text-align: left;
}

.button {
    margin: 20px;
    font-size: 14px;
    float: right;
}

.boton_personalizado {
    text-decoration: none;
    padding: 1%;
    font-size: 14px;
    color: white;
    background-color: #00548e;
    border-radius: 6px;
    border: 0;
}

.boton_personalizado:hover {
    color: white;
    background-color: #697a48;
    cursor: pointer;
}

.boton_personalizado3 {
    text-decoration: none;
    padding: 5%;
    font-size: 14px;
    color: white;
    background-color: #3e88bd;
    border-radius: 6px;
    border: 0;
}

.boton_personalizado3:hover {
    color: white;
    background-color: #697a48;
    cursor: pointer;
}

.boton_personalizado2 {
    text-decoration: none;
    padding: 1.5%;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    color: black;
    border: 0;
}

.boton_personalizado2:hover {
    color: white;
    background-color: #a3a2a4;
    cursor: pointer;
}

.power_ranger {
    margin-left: 10px;
    width: 10%;
}

.histats {
    width: 40vw;
}

.anuncio {
    width: 80%;
}

.spider {
    display: block;
    height: 145px;
    left: 40px;
    margin-left: 100px;
    position: absolute;
    top: 0;
    width: 45px;
    z-index: 100;
}

@keyframes spider-move {
    0% {
        height: 50px;
    }
    100% {
        height: 200px;
    }
}

.spider::before {
    display: block;
    content: "";
    width: 1px;
    height: 500px;
    background: #efebe4;
    margin-left: 50px;
    margin-bottom: -3px;
    z-index: 100;
    animation: spider-move 4s ease-in-out infinite alternate;
}


/*//////////////////estilo dispositivos moviles////////////*/

@media (max-width:900px) and (min-width:401px) {
    #body {
        width: 100vw;
        height: 100vh;
        /* ampliamos los textos si mide m�s de 800px */
    }
    .Ads {
        width: 100%;
        margin: 0;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 10px;
        height: 120px;
        z-index: 0;
        border: 0px solid white;
        border-radius: 4px;
        left: 0px;
    }
    .gifAd {
        height: -webkit-fill-available;
        margin-top: 18px;
    }
    .marquesina {
        top: -18px;
    }
    .bannerStar {
        width: 80%;
        height: -webkit-fill-available;
        float: right;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 18px;
        margin-left: 10%;
        margin-right: 10%;
    }
    .barraCN {
        width: 100%;
        margin: auto;
        height: 87px;
        z-index: 1;
    }
    .logoCN {
        width: 16%;
        height: auto;
        float: left;
        margin-left: 0%;
    }
    .lineablanca {
        height: 50px;
    }
    .splide {
        width: auto;
    }
    .goku {
        width: 103px;
        position: absolute;
        top: 226px;
        z-index: 3;
        left: -579px;
        height: auto;
    }
    .barra {
        background-position: left top;
        width: 73%;
        height: auto;
        float: right;
        margin-right: 3%;
        margin-top: 0.4%;
    }
    .ContenidoPagina {
        padding: 3%;
        word-spacing: 0.5em;
        letter-spacing: 0.2em;
        margin: 0%;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        font-size: 12px;
    }
    .login {
        width: 90%;
        margin: auto;
    }
    .reloj {
        height: 20px;
    }
    .poll {
        height: auto;
    }
    .barrarepro {
        height: auto;
    }
    .subcontenido {
        height: auto;
    }
    .submedia {
        height: auto;
    }
    .submedia h1 {
        font-size: 10px;
    }
    .media {
        height: auto;
    }
    .contenido {
        height: auto;
    }
    header {
        height: 116px;
    }
    .logoPrincipal {
        width: 105px;
        padding: 19%;
        margin-top: -6px;
    }
    .logoHalloween {
        width: 180px;
        margin-left: 35%;
        margin-right: 35%;
    }
    #container {
        width: 100vw;
        height: 100%;
    }
    #botoncerrar {
        float: right;
        margin: 0;
        width: 10%;
        height: 7%;
        padding: 0;
        font-size: 11px;
        position: fixed;
        border-radius: 5px;
    }
    .modal {
        width: 100vw;
    }
    .contenidomodal {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        height: 45%;
        padding: 40px;
    }
    .contenidomodal p {
        float: left;
        text-align: justify;
    }
    .horario {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        height: 200px;
        margin-top: 3%;
        padding: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: scroll;
        z-index: 4;
    }
    #imghorario {
        width: 718px;
        height: auto;
    }
    footer {
        width: 98vw;
        height: 100%;
        padding-left: 2vw;
    }
    .flotante {
        width: 30%;
        position: fixed;
        bottom: 10%;
        right: 1%;
    }
    .logo {
        position: absolute;
        bottom: 10%;
        right: 20%;
        width: 10%;
    }
    .facebook {
        width: 20%;
        position: fixed;
        bottom: 5%;
        right: 5px;
    }
    .video-container {
        width: 100%;
        height: 45vw;
        margin: 0;
    }
    .userVideo {
        position: relative;
        width: auto;
        height: 100%;
    }
    .peerVideo {
        position: relative;
        width: auto;
        height: 100%;
        display: none;
    }
    .suscripcion {
        padding: 1%;
    }
    .suscripcion table {
        width: 100%;
    }
    .suscripcion table tr td {
        width: 30%;
        padding: 1%;
    }
    .suscripcion table tr td ul li {
        color: white;
        font-size: 14px;
        margin-left: 3%;
    }
    .suscripcion p {
        color: white;
        font-size: 16px;
        text-align: left;
    }
    .serieimagen {
        border: 2px solid black;
        width: 90%;
        padding: 5%;
    }
    .ghost {
        position: absolute;
        width: 50px;
        height: 48px;
        z-index: 10001;
        display: block;
        opacity: 0.8;
        background: transparent url('../Images/fantasma2.png') no-repeat;
    }
    .ghost.moving-left {
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: fliph;
        /*IE*/
    }
}


/*vista vertical*/

@media (max-width:400px) and (min-width:1px) {
    #body {
        width: 100%;
        height: 100vh;
        background-color: aquamarine;
        /* ampliamos los textos si mide m�s de 800px */
    }
    .marquesina {
        top: 15px;
    }
    .Ads {
        width: 100%;
        margin: 0;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        top: 10px;
        height: 55px;
        z-index: 0;
        border: 0px solid white;
        border-radius: 4px;
        left: 0px;
    }
    .bannerStar {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .gifAd {
        width: 18%;
        height: 50px;
        margin-left: 6%;
        border: 2px solid white;
    }
    .barraCN {
        width: 100%;
        margin-top: -73px;
        height: 87px;
        z-index: 1;
    }
    .splide {
        width: auto;
    }
    .logoCN {
        width: 16%;
        height: auto;
        float: left;
        margin-left: 0%;
    }
    .barra {
        background-position: left top;
        width: 73%;
        height: auto;
        float: right;
        margin-right: 3%;
        margin-top: 0.4%;
    }
    .lineanegra {
        width: 100%;
        background-color: black;
        position: absolute;
        bottom: 33px;
        left: 0px;
        height: 47px;
        z-index: 0;
    }
    .lineablanca {
        width: 100%;
        background-color: #f7f7f7;
        position: absolute;
        bottom: -13.5px;
        left: 0px;
        height: 61px;
        z-index: 0;
        margin-bottom: 1px;
    }
    .shows {
        height: 46px;
        background-color: #f7f7f7;
        width: auto;
        margin-top: 13px;
    }
    .ContenidoPagina {
        padding: 1%;
        word-spacing: 0.5em;
        letter-spacing: 0.2em;
        margin: 0%;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        font-size: 12px;
    }
    .login {
        width: 100%;
    }
    .goku {
        width: 105px;
        position: absolute;
        top: 360px;
        z-index: 3;
        left: -333px;
        height: auto;
    }
    .reloj {
        height: 20px;
        margin-top: 9px;
    }
    .barrarepro {
        height: auto;
    }
    .subcontenido {
        height: auto;
    }
    .submedia {
        height: auto;
        width: 19%;
    }
    .submedia h1 {
        font-size: 13px;
    }
    .media {
        height: auto;
        width: 100%;
    }
    .contenido {
        height: 1440px;
    }
    header {
        height: 40px;
    }
    .logoHalloween {
        width: 180px;
        margin-left: 25%;
        margin-right: 25%;
    }
    .logoPrincipal {
        width: 122%;
        margin-top: 30px;
        margin-left: 10px;
    }
    #container {
        width: 100%;
        height: 100%;
    }
    #botoncerrar {
        float: right;
        margin: 0;
        width: 10%;
        height: 7%;
        padding: 0;
        font-size: 11px;
        position: fixed;
        border-radius: 5px;
    }
    .modal {
        width: 100vw;
    }
    .contenidomodal {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        height: 45%;
        padding: 40px;
    }
    .horario {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        height: 200px;
        margin-top: 3%;
        padding: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: scroll;
        z-index: 4;
    }
    #imghorario {
        width: 718px;
        height: auto;
    }
    footer {
        width: 98vw;
        height: 100%;
        padding-left: 2vw;
    }
    .flotante {
        width: 30%;
        position: fixed;
        bottom: 10%;
        right: 1%;
    }
    .logo {
        position: absolute;
        bottom: 10%;
        right: 20%;
        width: 10%;
    }
    .logomov {
        position: absolute;
        bottom: 4%;
        right: 21%;
        width: 13%;
        opacity: 0.8;
    }
    .facebook {
        width: 20%;
        position: fixed;
        bottom: 1%;
        right: 17px;
    }
    .video-container {
        width: 100%;
        height: 40vw;
        margin: 0;
    }
    .userVideo {
        position: relative;
        width: auto;
        height: 100%;
    }
    .peerVideo {
        position: relative;
        width: auto;
        height: 100%;
        display: none;
    }
    .suscripcion {
        padding: 1%;
    }
    .suscripcion table {
        width: 100%;
    }
    .suscripcion table tr td {
        width: 30%;
        padding: 1%;
    }
    .suscripcion table tr td ul li {
        color: white;
        font-size: 14px;
        margin-left: 3%;
    }
    .suscripcion p {
        color: white;
        font-size: 16px;
        text-align: left;
    }
    .serieimagen {
        border: 2px solid black;
        width: 90%;
        padding: 5%;
    }
    .ghost {
        position: absolute;
        width: 50px;
        height: 48px;
        z-index: 10001;
        display: block;
        opacity: 0.8;
        background: transparent url('../Images/fantasma2.png') no-repeat;
    }
    .ghost.moving-left {
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: fliph;
        /*IE*/
    }
}