body {

    margin: 0;

    padding: 0;

    background-position: left 17vw;

    /*  background-image: url(../img/backstarwars.jpg);*/

   background-image: url(../img/claus.jpg);


    /* background-image: url(../img/halloween-wallpaper.jpg);*/
    /*background-image: url(../img/carto.jpg);*/


    background-color: #b5d7f2;

    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;

}

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


.login {

    background-color: white;

    color: black;

    width: 40%;

    margin: auto;

    margin-top: 5%;

    margin-bottom: 5%;

}



.splide {

    width: 645px;

}



.goku {

    width: 183px;

    position: absolute;

    top: 255px;

    z-index: 3;

    left: 35px;

    height: auto;

}

.bannerStar {

    width: 70%;
    height: -webkit-fill-available;
    float: right;
    border: 2px solid white;
    border-radius: 4px;

}



.Ads {

    width: 64%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 30px;
    left: 18%;
    right: 18%;
    height: 145px;
    z-index: 0;
    border: 0px solid white;
    border-radius: 4px;

}



.gifAd {



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

}



.barraCN {



    width: 56%;
    margin: auto;
    height: 87px;
    z-index: 1;

}



.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 black;

}



.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: #399adb;

    /*background-color: #dc0032;*/
    /*background-color: #ea6a29;*/

    background-repeat: no-repeat;

    background-size: 100% 100%;

}



.subcontenido {

    height: auto;

    width: 68%;



    margin-left: 5%;

    margin-bottom: 3%;

    background-color: whitesmoke;

    overflow-y: auto;



    border: 2px solid black;

}





.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('../img/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-color: #ea6a29;*/


    background: #399adb;

    /*background: #529840;*/
    width: 100%;

    height: 50px;

    z-index: 1;

    top: -1px;

}



.marquesina h1 {

    /*background-color: #ea6a29;*/
    background: #399adb;

    /*background: #529840;*/


    color: white;

    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: black;

    border-radius: 6px;

    border: 2px solid black;



}





select:focus>option:checked {

    background: black !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: black;

    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: black;

    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 black;



    background-image: url(../img/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: black;

    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(../img/navidadcnp.png);

   /* background-image: url(../img/fondo2.PNG);*/

    background-color: brown;

    background-repeat: repeat;

    display: flex;

    position: relative;

}

 /*
header {

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

    height: 128px;

   
    padding-top: 150px;

    background-size: 100% 70%;

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

    background-color: black;

    background-repeat:repeat;

    display:flex;

    position:relative;

}*/



.barra {

    background-color: black;

    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: 20%;

    margin-right: 20%;

    width: 60%;

    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: black;



    color: white;

    width: 150px;

    height: 30px;

    font-size: 18px;

}



.reloj {



    text-align: right;

    background-color: black;

    color: white;

    height: 40px;

    font-weight: bold;

}



.relojdis {

    color: white;

    background-color: black;

    text-align: center;

}



footer {

    background: black;

    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 black;

    background-color: #f7f7f7;

    background-image: url(../img/tooncity.jpg);



    background-repeat: no-repeat;

    background-size: 100% 100%;

}

.video-muestra2 {

    width: 90%;

    height: auto;

    margin: 5%;

    margin-top: 3%;

    border: 2px solid black;

    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: black;



    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 black;

}



.userVideo {

    position: relative;

    width: 100%;

    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: 100%;

    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: 10%;



    width: 12%;

    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: black;

    border-radius: 6px;

    border: 0;

}



.boton_personalizado:hover {

    color: white;

    background-color: #a3a2a4;

    cursor: pointer;

}


.boton_personalizado2 {

    text-decoration: none;

    padding: 1.5%;

    padding-left: 5%;
    padding-right: 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;

        background-color: aquamarine;

        /* ampliamos los textos si mide m�s de 800px */

    }



    .Ads {

        width: 95%;
        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;


    }



    .bannerStar {

        width: 70%;
        height: -webkit-fill-available;
        float: right;
        border: 2px solid white;
        border-radius: 4px;
        margin-top: 18px;

    }



    .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-color: black;

        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 {
        margin-top: 8vw;
        height: auto;

    }



    header {

        height: 90px;
        background-size: 50px;

    }



    .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: 100%;



        height: 100%;

    }



    .peerVideo {

        position: relative;

        width: 100%;



        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('../img/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 */

    }





    .Ads {
        width: 95%;
        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;

    }



    .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-color: black;

        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 {
        margin-top: 8vw;
        height: 1610px;

    }



    header {

        height: 24px;

    }



    .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: 10%;

        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: 100%;



        height: 100%;

    }



    .peerVideo {

        position: relative;

        width: 100%;



        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('../img/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*/

    }

}



/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}