<style>
  .menu-item {
    height: 37px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
  }
.menu-background {
    position: absolute;
    top: 100px;
    left: 295px;
    width: 100%;
    height: 85px;
    background: url(https://i.imgur.com/D0UKz93.png) no-repeat;
    z-index: 0;
}
.full-background {
    position: absolute;
    top: 170px;
    left: 0px;
    width: 100%;
    height: 345%;
    background: url(https://i.imgur.com/EW3YTGn.png) no-repeat;
    background-position: center;
    z-index: -2;
}
.full-inner {
    position: absolute;
    top: 178px;
    left: 135px;
    width: 960px;
    height: 86%;
    background: url(https://i.imgur.com/eKjBswb.png);
    z-index: -2;
}
.status-bar {
    position: absolute;
    top: 109px;
    left: 0px;
    width: 100%;
    height: 113%;
    background: url(https://i.imgur.com/zpQ5rK4.png) no-repeat center center;
    background-position: center;
    z-index: 1;
}
.info-profile .avances .logo {
    background: url(https://i.imgur.com/IOyYmID.jpeg) no-repeat 0 0;
    width: 190px;
    height: 70px;
    display: block;
    float: left;
    z-index: 2;
    top: 218px;
    left: 118px;
}
.info-profile .avances span + span {
    border-left: 1.4px solid #7A1325;
    height: 50px;
    width: 1px;
    position: absolute;
    top: 227px;
    left: 306px;
    z-index: 2;
}
  div.info-profile div.avances .estreno {
    background: url(https://i.imgur.com/ZrLDOHI.png);
    width: 213px;
}
div.info-profile div.avances .dias {
    background: url(https://i.imgur.com/h4fIj7d.png);
    width: 247px;
    left: 520px;
}
div.info-profile div.avances .hora7pm {
    background: url(https://i.imgur.com/TFjpv52.png);
    width: 180px;
    left: 767px;
}
div.info-profile div.avances .hora730pm {
    background: url(https://i.imgur.com/J52aOAf.png);
    width: 95px;
    left: 950px;
    position: absolute;
}
.promo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    float: left;
    position: relative;
    top: 525px;
    left: 140px;
    margin-right: 20px;
    cursor: pointer;
    padding-bottom: 40px;
}
.promo-item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 98%;
    height: 10px;
    background-image: url(https://i.imgur.com/JsB2DLu.png);
    top: 191px;
}
.promo2-item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    left: 10px;
    width: 98%;
    height: 10px;
    background-image: url(https://i.imgur.com/JsB2DLu.png);
} 
.promo a {
    display: block;
    position: relative; /* Aseguramos que el enlace esté encima del pseudo-elemento */
}

.promo img {
    width: 100%; /* Aseguramos que las imágenes ocupen el 100% de la celda */
    height: auto;
    object-fit: cover; /* Mantiene la proporción de las imágenes */
}
.menu-container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-left: 428px;
    position: relative;
    z-index: 2;
    top: -98px;
    left: -40px;
}
  .post-body img {
    object-fit: cover;
    object-position: center 20%;
}
.logo-mi-escolarium {
    height: 217px;
    float: left;
    z-index: 1;
    left: 79px;
    top: 33px;
}
  /* Imagen debajo del menú */
  
.movable-image-container {
    text-align: center;
    margin-top: 19px;
    margin-left: 170px;
}

.movable-image {
    width: 70%; /* Tamaño de la imagen */
    cursor: move; /* Para indicar que la imagen puede ser movida */
    position: relative;
}

/* Hacer que la imagen pueda ser movida */
.movable-image-container {
    position: relative;
}

.movable-image {
    position: absolute;
}
  .content-section {
  display: none; /* Ocultamos todas las secciones al principio */
}

.menu-item {
  cursor: pointer;
}
#footer-grachi {
    background: url(https://web.archive.org/web/20130615124224im_/http://www.miescolarium.com/primera_temporada/assets/grachi/css/images/bg_footer.png) no-repeat center center;
    width: 100%;
    min-height: 80px;
    margin-top: 20px;
    color: white;
    text-align: center;
    padding: 20px 0;
    top: 1170px;
    position: absolute;
    left: 1px;
}
.footer-logo {
    display: inline-block; /* Asegura que los logos sean inline-block */
    max-width: 100px; /* Ajusta el tamaño del logo según sea necesario */
}
.footer-logo.left {
    position: absolute;
    left: 170px;
    max-width: 200px;
    top: 35px;
}

.footer-logo.right {
    position: absolute;
    left: 900px;
    max-width: 200px;
    top: 5px;
}

.footer-text {
    font-size: 10px;
    color: #fff;
    line-height: 1;
    top: 37px;
    position: absolute;
    left: 421px;
}
.footer-text a {
    color: #fff; /* Color de los enlaces */
    text-decoration: none; /* Sin subrayado en los enlaces */
}

.footer-text a:hover {
    text-decoration: underline; /* Subrayado en los enlaces cuando el mouse pasa sobre ellos */
}
  #Home {
    width: 77px;
    background: url(https://i.imgur.com/nzx2Uw5.png) no-repeat;
    background-position: 0 0;
    margin-right: 20px; /* Aumentar separación entre los elementos */
  }

  #Home:hover {
    background: url(https://i.imgur.com/qiLIshH.png) no-repeat;
    background-position: 0 0;
  }
  #Juegos {
    width: 70px;
    background: url(https://i.imgur.com/nzx2Uw5.png) no-repeat;
    background-position: -110px 0;margin-left: 15px;
  }
  
  #Juegos:hover {
    background: url(https://i.imgur.com/qiLIshH.png) no-repeat;
    background-position: -110px 0;
  }

  #Fotos {
    width: 57px;
    background: url(https://i.imgur.com/nzx2Uw5.png) no-repeat;
    background-position: -220px 0;margin-left: 45px;
  }

  #Fotos:hover {
    background: url(https://i.imgur.com/qiLIshH.png) no-repeat;
    background-position: -220px 0;margin-left: 45px;
  }
  #Videos {
    width: 100px;
    background: url(https://i.imgur.com/nzx2Uw5.png) no-repeat;
    background-position: -290px 0;margin-left: 14px;
  }

  #Videos:hover {
    background: url(https://i.imgur.com/qiLIshH.png) no-repeat;
    background-position: -290px 0;
  }
  #Downloads {
    width: 115px;
    background: url(https://i.imgur.com/nzx2Uw5.png) no-repeat;
    background-position: -404px 0;margin-left: 10px;
}

  #Downloads:hover {
    background: url(https://i.imgur.com/qiLIshH.png) no-repeat;
    background-position: -404px 0;
}
    .under-header-wrap {
    background: #fff !important;
    height: 30px;
}
  </style>


<style>
  .contenedor_tab-fotos {
    float: left;
    clear: both;
    width: 500px;
    padding: 0;
    margin: 0 auto;
    display: block;
}

ul.tabs-fotos {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 110px;
    width: 700px;
    margin-top: -7px;
    top: 30px;
    position: relative;

}

ul.tabs-fotos li {
    float: left;
    margin: 0;
    padding: 0;
    height: 80px;
    line-height: 31px;
    overflow: hidden;
}

ul.tabs-fotos li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font: bold 11px Arial, Helvetica, Sans-serif;
    padding: 0 5px;
    outline: none;
}

.contenido_tab-fotos {
    margin: -20px 0 0;
    font-size: 1.2em;
    width: 500px;
}

.video-container-fotos {
    float: left;
    margin: -4px 0 0 9px;
    width: 610px;
}
.video-content-fotos {
    height: 360px;
    width: 690px;
    margin: 97px 0 0 25px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    left: 140px;
    overflow: visible;
}
.video-content-fotos img {
    width: 120%;  /* Aumentamos el tamaño de la imagen */
    height: 100%;  /* Ajustamos la altura */
    object-fit: cover; /* Aseguramos que la imagen se recorte y se mantenga proporcional */
    object-position: center;  /* Centrar la imagen dentro del contenedor */
}
.video-content-fotos::after {
    content: '';
    position: absolute;
    top: 4px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(106% + 40px);
    background: url(https://i.imgur.com/1kkQ2SS.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.video-content-fotos::before {
    content: '';
    position: absolute;
    top: 447px;
    left: 20px;
    width: 93%;
    height: 15px;
    background: url(https://i.imgur.com/QUr7BJB.png);
    background-position: center;
    z-index: -1;
}
.video-frame-container-fotos {
    float: left;
    height: 270px;
    width: 320px;
}

.clear-fotos {
    clear: both;
}
#mycarousel-fotos::after {
    content: '';
    position: absolute;
    top: -52px;
    left: -16px;
    width: 104%;
    height: 85%;
    background: url(https://i.imgur.com/1kkQ2SS.png);
    z-index: -1;
}
.mycarousel-imagen {
    position: absolute;
    bottom: 12px;
    left: 28px;
    width: 100%;
    height: 100px;
    background: url(https://i.imgur.com/QUr7BJB.png);
    background-repeat: no-repeat;
    z-index: 1;
}
#mycarousel-fotos {
    position: absolute;
    margin-left: 160px;
    top: 850px;
    height: 400px;
    margin-bottom: 50px !important;
}
#mycarousel-fotos ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mycarousel-fotos li {
    display: inline-block;
    width: 100px;
}
.content-section-fotos {
   display: none; /* Ocultar todas las secciones por defecto */
    }
.jcarousel-skin-tango-fotos::before {
    content: '';
    position: absolute;
    top: -35px;
    left: 45%;
    transform: translateX(-50%);
    width: 90%;
    height: 70px;
    background-image: url(https://i.imgur.com/nnhPy4C.png);
    background-repeat: no-repeat;
    z-index: 10;
    padding-top: 80px;
    pointer-events: none;
}
  .contenido_tab-fotos {
  display: none; /* Ocultar todas las secciones por defecto */
}

.contenido_tab-fotos.active {
  display: block; /* Mostrar solo la imagen activa */
}
.contenedor_tab-fotos, .contenido_tab-fotos {
  background: none !important; /* Asegúrate de que no haya un fondo verde aquí */
}

 
</style>

<style>
  .contenedor_tab {
    float: left;
    clear: both;
    width: 500px;
    padding: 0;
    margin: 0 auto;
    display: block;
}

ul.tabs {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 110px;
    width: 500px;
    margin-top: -7px;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 117px;
    line-height: 31px;
    overflow: hidden;
    position: relative;
}

ul.tabs li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font: bold 11px Arial, Helvetica, Sans-serif;
    padding: 0 5px;
    outline: none;
}

.contenido_tab {
    margin: -9px 0 0;
    font-size: 1.2em;
    width: 500px;
}

.video-container {
    float: left;
    margin: -4px 0 0 9px;
    width: 610px;
}

.video-content {
    height: 325px;
    margin: 65px 0 0 40px;
    padding-top: 65px;
    position: relative;
    left: 140px;
}

.video-frame-container {
    float: left;
    height: 270px;
    width: 320px;
}

.video-title {
    background-image: url(https://i.imgur.com/M7N3T1o.png);
    float: left;
    font-size: 10px;
    font-weight: normal;
    height: 49px;
    margin-left: 25px;
    width: 140px;
}

.hidden-text {
    background-image: none;
    border: none;
    display: block;
    height: 1px;
    overflow: hidden;
    text-indent: 500px;
    width: 1px;
}

.video-subtitle, .video-description {
    color: white;
    float: left;
    font-size: 12px;
    width: 265px;
}

.video-subtitle {
    margin: 0 0 15px 25px;
    text-transform: uppercase;
}

.video-description {
    margin-left: 343px;
    line-height: 14px;
    margin-top: 65px;
    position: absolute;
}

.bold-text {
    font-weight: bold;
    text-transform: uppercase;
}

.clear {
    clear: both;
}
#mycarousel {
    position: relative;
    margin-left: 190px;
    top: 115px;
    height: 400px;
}
#mycarousel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mycarousel li {
    display: inline-block;
    width: 100px;
}
.content-section {
   display: none; /* Ocultar todas las secciones por defecto */
    }
.jcarousel-skin-tango::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -18px;
    width: 100%;
    height: 70px;
    background-image: url(https://i.imgur.com/tN0AgyP.png);
    background-repeat: no-repeat;
    z-index: 10;
    padding-top: 80px;
    pointer-events: none;
}
.video-content::after {
    content: '';
    position: absolute;
    top: 29px;
    left: -45px;
    width: 120%;
    height: 90%;
    background: url(https://i.imgur.com/1kkQ2SS.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
} 
.tabs::after {
    content: '';
    position: absolute;
    top: -60px;
    left: -45px;
    width: 220%;
    height: 101%;
    background: url(https://i.imgur.com/1kkQ2SS.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.banner-imagen {
    position: absolute;
    bottom: -532px;
    left: 170px;
    width: 100%;
    height: 100px;
    background: url(https://i.imgur.com/QUr7BJB.png);
    background-repeat: no-repeat;
    z-index: -2;
}
.banner-imagen2 {
    position: absolute;
    bottom: -1001px;
    left: 170px;
    width: 100%;
    height: 100px;
    background: url(https://i.imgur.com/QUr7BJB.png);
    background-repeat: no-repeat;
    z-index: -2;
}
</style>




<style>
/* Estilos para la imagen dentro de .TheLatestHome */
img.TheLatestHome {
    float: left;
    margin: 8px 5px 15px 10px !important;
    height: 34px;
    width: 60px;
}

/* Estilos principales de .TheLatestHome (lista) */
.TheLatestHome {
    clear: both;
    display: block;
    width: 218px;
    list-style: none;
    float: left;
    margin: 1px 10px 2px 20px;
    padding: 0;
    font: 10px Arial, Helvetica, Sans-serif;
    color: #fff;
}
.clear {
    clear: both;
}
/* Estilos para los elementos dentro de ul.TheLatestHome */
ul.TheLatestHome li {
    display: block;
    float: left;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    height: 57px;
    text-align: left;
    line-height: 10px;
    overflow: hidden;
    position: relative;
    width: 210px;
}

/* Estilos para la lista ul.TheLatestHome */
ul.TheLatestHome {
    float: left;
    margin: 460px 0 0px 165px;
    padding: 0;
    list-style: none;
    width: 900px;
    position: absolute;
}

/* Estilos para los enlaces dentro de .TheLatestHome */
.TheLatestHome a {
    text-decoration: none;
    font: bold 11px Arial, Helvetica, Sans-serif;
    line-height: 11px;
    color: #fff;
}

/* Estilos para los elementos <strong> dentro de ul.TheLatestHome */
ul.TheLatestHome strong {
    padding-left: 0px;
    height: 1px;
}

/* Estilos para los enlaces dentro de <strong> en ul.TheLatestHome */
ul.TheLatestHome strong a {
    padding: 12px 0 0 0px;
    text-decoration: none;
    display: block;
    width: 210px;
    height: 57px;
    margin: 0 0 -50px 0;
}

/* Estilos para el hover sobre los enlaces dentro de <strong> */
ul.TheLatestHome strong a:hover {
    text-decoration: none;
    display: block;
    width: 210px;
    height: 57px;
    background: rgba(228, 255, 0, 0.3);
    margin: 0 0 -50px 0;
}

/* Estilos para un enlace específico con clase strong2 */
ul.TheLatestHome strong2 a:hover {
    float: left;
    text-decoration: none;
    display: block;
    width: 210px;
    height: 57px;
    background: #fff;
    margin: 0 -135px 0 0;
}
.TheLatestHome::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -28px;
    width: 106%;
    height: 101%;
    background: url(https://i.imgur.com/1kkQ2SS.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.banner-imagen3 {
    position: absolute;
    bottom: -1802px;
    left: 290px;
    width: 100%;
    height: 100px;
    background: url(https://i.imgur.com/QUr7BJB.png);
    background-repeat: no-repeat;
    z-index: 1;
}
</style>

