@import 'animate.min.css';

@font-face {
    font-family: 'Basica';
    src: url('font/GT-Walsheim-Pro-Regular.woff');

}


body {
    background-color: #dadada;
    background-attachment: fixed;
    font-family: 'Basica';
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pf {
    margin-top: 0 !important
}

.pf div {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: baseline !important
}

a, summary {
    color: #5d5d5d;
}

summary {
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary:hover {
    text-decoration: underline;
    color: #007bff;
}

/* loDER */


/*BARRA DE HERRAMIENTAS*/


/*MENU PARA ENVIO A LIBRO*/

.menuPorPagina {
    top: 0px;
    position: absolute;
    /* z-index: 19991; */
}

.librosLinkMenu {
    background-color: transparent;
    border: 0;
}


/* 19 enero 2021 - se cambia posición de learning path para vista a 2 paginas*/

.librosLinkMenu[x-placement*="left-start"] {
    left: 0px !important;
}

.librosLinkMenu[x-placement*="right-start"] {
    left: -10px !important;
}

/* Modal Learning Path */
#tuto_new {
    background: rgba(0, 0, 0, 0.4);
}


.librosLinkMenu>a {
    width: 230px;
    line-height: 15px !important;
    font-weight: bold;
    background-color: #e8e8e8;
    font-size: 11px;
    margin-top: 0px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);

}

.btn-primary {
    color: #000000;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;

}

.btn-primary:hover {
    color: #000000;
    background-color: #b4b4b4;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(237, 236, 236, 0.5)
}


/*PANTALLA INICIAL*/

#contenidoSeleccion {
    position: fixed;
    width: 100%;
    height: -webkit-fill-available;
    max-height: 100%;
    z-index: 39999;
    display: flex;
    flex-direction: column;
    overflow: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/images/background_home.jpg);

   /* background: rgb(180, 32, 125);
    background: linear-gradient(45deg, rgb(32, 180, 178) 0%, rgb(59, 208, 210) 47%, rgb(0, 159, 146) 100%);*/
}

.modalLearning {
    width: 100%;
    height: auto;
    left: -20%;
}


#backSessions {
    width: 180px;
    height: 70px;
    padding: 10px;
    /* position: absolute;
    bottom: -4px;
    right: 250px; */
    background-image: url(../images/images/btn_sessions.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    /*margin:0 20px 0 20px;*/
}

#backSessions:hover {
    filter: hue-rotate(90deg);
    animation: pulse;
    animation-duration: 800ms;
}

#userGuide {
    width: 180px;
    height: 70px;
    padding: 10px;
    /* position: absolute;
    bottom: -4px;
    right: 50px; */
    background-image: url(../images/images/btn_tutorial.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#userGuide:hover {
    filter: hue-rotate(90deg);
    animation: pulse;
    animation-duration: 800ms;
}

#goIronBook {
    /*     background-color: red;
    width: 265px;
    height: 150px;
    position: absolute;
    top: 416px;
    left: 382px;
    cursor: pointer;
    border-radius: 19px;
    z-index: 1; */
    cursor: pointer;
}

#goIronBook:hover {
    filter: saturate(180%);
}

#user_name {
    /* position: absolute;
    top: 80px;
    right: 30px; */
    display: flex !important;
    justify-content: right;
    margin-top: 20px;
    margin-right: 10px;
}

.logo-home {
    margin-top: 70%;
    margin-left: 10%;
}

.btn-enter {
    width: 130px;
    height: 60px;
    margin-left: -10px;
}

.btn-delete {
    width: 130px;
    height: 60px;
    margin-left: 0px;
}

/* The Modal (background) */

.modalInicial {
    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.8);
    /* Black w/ opacity */
}

.modalInicial:before {
    content: '';
    width: 50%;
    height: 40px;
    border-radius: 0 20px 0 0;
    background-color: #708090;
    position: absolute;
    top: -38px;
    left: 0px;
    color: black;
}


/* Modal Content */

.modal-contentInicial {
    width: 500px;
    height: 610px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    background-color: #F7F7F7;
    /* border-radius: 6px;
    -webkit-box-shadow: 13px 13px 5px 0px rgba(138, 113, 177, 0.68);
    -moz-box-shadow: 13px 13px 5px 0px rgba(138, 113, 177, 0.68);
    box-shadow: 13px 13px 5px 0px rgba(138, 113, 177, 0.68); */
    z-index: 999999 !important;
    border-radius: 10px;
    box-shadow: #000000 3px 2px 3px
        /* border-color: #8a71b1;
    border-style: solid;
    border-width: 3px; */
}

.modal-contentInicial p {
    font-size: 14px;

}

#initSessions {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20px;
}

#initSessions h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Basica';
}

form {
    font-family: 'Basica', sans-serif;
}


/*LIBRO STATICO*/

.lc-drawing {
    position: relative;
    margin: 14px 0 0 14px;
}

.all {
    overflow: hidden;
    position: absolute !important;
}

.all_single {
    width: 1224px !important;
    height: 900px !important;
}

.all_double {
    width: 1200px !important;
    height: 1025px !important;
}


/*ESTILOS MOSAICO*/

#loader {
    width: 60px;
    position: absolute;
    top: 36% !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.card {
    display: inline-block;
    margin: 8px;
    opacity: 0.8;
    background-color: white;
    /* -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1); */
}

.card-body {
    padding: 3px !important;
    text-align: center;
    font-size: 12px;
}

.card:hover {
    /* -webkit-transform: rotate(15deg) scale(1.1);
    transform: rotate(15deg) scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; */
    cursor: pointer;
    opacity: 1;
}

.modal {
    max-width: 100% !important;
    z-index: 10000 !important;
}

.modal-open .modal {
    /* overflow-y: hidden !important; */
    overflow-x: hidden !important;
}

.modal-dialog {
    max-width: auto !important;
    margin: auto !important;
}


.iconoRecursos {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/iconos/componentes.svg");
    background-repeat: no-repeat;
    background-size: cover;
}


.contenidoActividades {
    height: 99.5vh !important;
}


.contenidoMosaico {
    background-color: transparent !important;
    margin: 70px 0;
}

.bodyActividades {
    padding: 0 !important;
}

.centroActividad {
    max-width: 100% !important;
    max-height: 100% !important;
}

.bodyMosaico {
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    /* margin-top: 7%; */
    padding: 0 !important;
}

.modal-backdrop {
    opacity: 0.80 !important;
    z-index: 9999 !important;
}

#closeframe {
    position: absolute;
    visibility: hidden;
}

#book {
    width: 1224px;
    height: 764px;
    -webkit-transition: margin-left 0.2s ease-in-out;
    -moz-transition: margin-left 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out;
    -ms-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent !important;
    padding: 0px !important;
}



#book .turn-page {
    background-color: white;
}

#book .cover {
    background-color: white;
}

#book .loader {
    background-image: url("../images/loader/loader.svg");
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

#book .odd {
    background-image: linear-gradient(left, #FFF 95%, #ddd, 100%);
    background-image: -webkit-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -moz-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -o-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -ms-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(95%, #FFF), to(#ddd));
}

#book .even {
    background-image: linear-gradient(left, #FFF 95%, #ddd, 100%);
    background-image: -webkit-linear-gradient(right, #FFF 95%, #ddd 100%);
    background-image: -moz-linear-gradient(right, #FFF 95%, #ddd 100%);
    background-image: -o-linear-gradient(right, #FFF 95%, #ddd 100%);
    background-image: -ms-linear-gradient(right, #FFF 95%, #ddd 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(95%, #FFF), to(#ddd));
}


/*BARRA LATERAL*/

.barra-lateral {
    height: 1800px;
    ;
    position: fixed;
}


/* BARRA INFERIOR ESTILOS*/

.barra_inferior {
    align-items: center;
    flex-wrap: nowrap;
}

.barra_inferior_der {
    flex: 0 0 20%;
}

.barra_inferior_izq {
    flex: 0 0 15%;
}

/*LOGO*/

.logo {
    width: 25px;
    height: auto;
    vertical-align: middle;
}

/* Botones Barra inferior */

.botones_barra_inf {
    display: flex;
    flex: 0 0 30%;
}

.barra-abajo {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    height: 80px;
    z-index: 9998;
    box-shadow: 1px 1px 10px 1px #2b2b2bd6;
}

.barra-abajo img {
    height: 80px;
}

/* Controles (flechas) */
.arrow_control {
    flex-grow: 0;
    flex-shrink: 0;
    flex: 1;
}


.zoom-style {
    display: inline-block;
    vertical-align: middle;
}

.zoom-style-bar {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: -12px;
}

#zoom {
    position: absolute;
    margin-top: 1px;
    background-color: #ffcb00;
    width: 80%;
    right: 70px;
}


/*BARRA DE ZOOM RANGE*/

.barra {
    margin-top: 2px;
}

.barra input {
    background-color: #ffcb00;
    width: 100px;
}

.range {

    position: relative;
    transform: translate(-50%, -50%);
}

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background-color: #ffcb00;
    border-radius: 2px;
    box-shadow: 1px 1px 2px 1px #03592d inset;
    height: 5px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background-color: #626262;
    height: 5px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 2px;
    height: 15px;
    width: 7px;
    position: relative;
    bottom: 5px;
    background-color: #999999;
    box-shadow: 1px 1px 3px 1px #03592d inset;
    cursor: -webkit-grab;
    -webkit-transition: border 1000ms ease;
    transition: border 1000ms ease;
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    border: 2px solid;
    border-radius: 2px;
    height: 15px;
    width: 7px;
    max-width: 60px;
    position: relative;
    bottom: 5px;
    background-color: #ffcb00;
    cursor: -moz-grab;
    -moz-transition: border 1000ms ease;
    transition: border 1000ms ease;
}

#openbook {
    width: 45px;
    height: 45px;
    background-image: url(../images/iconos/btn-singlebook.svg);
    background-position: center;
}

#zoomBTN {
    width: 125px;
    height: 55px;
    background-position: center;
    background-image: url(../images/iconos/zoom_mas.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#zoomBTN:hover {
    animation: pulse;
    animation-duration: 500ms;
}


#ico-recursos {
    width: 160px;
    height: 56px;
    background-image: url(../images/iconos/btn-recursos.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12px;
}

#ico-recursos:hover {
    filter: hue-rotate(90deg);
    animation: heartBeat;
    animation-duration: 1.5s;
}

#search1 {
    visibility: hidden;
    margin-top: 3px;
}

#search1 input {
    border-radius: 0 12px 12px 0;
    width: 195px;
    height: 40px;
    margin-left: 0px;
    margin-top: 4px;
}


.espacio {
    margin-left: 5px;
}

.recursos {
    width: 45px;
    height: 45px;
    background-color: none;
}

.recursos:hover {
    width: 40px;
    height: 40px;
    background-color: #e7e7e7;
}

#input {
    margin-left: 55px;
    margin-top: 7px;
    border-radius: 5px;
    padding: 2px;
}

#lista2 {
    width: 95px;
    height: 50px;
    background-image: url(../images/iconos/btn-indice.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#lista2:hover {
    filter: hue-rotate(90deg);
    animation: heartBeat;
    animation-duration: 1.5s;

}

#mas {
    width: 40px;
    height: 40px;
    background-image: url(../images/iconos/btn-mas.svg);
    background-repeat: no-repeat;
    margin-left: -20px;
    margin-top: -5px;
}

#menos {
    width: 40px;
    height: 40px;
    background-image: url(../images/iconos/btn-menos.svg);
    background-repeat: no-repeat;
    margin-top: -5px;
}

#mosaico2 {
    width: 122px;
    height: 55px;
    background-image: url(../images/iconos/btn-mosaico.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10000 !important;
    margin-left: -7px;
}

#mosaico2:hover {
    filter: hue-rotate(90deg);
    animation: heartBeat;
    animation-duration: 1.5s;
}

#next {
    width: 60px;
    height: 60px;
    background-image: url(../images/iconos/btn-next.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#next:hover {
    opacity: 0.7;
    animation: pulse;
    animation-duration: 500ms;
}

#prev {
    width: 60px;
    height: 60px;
    background-image: url(../images/iconos/btn-prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#prev:hover {
    opacity: 0.5;
    animation: pulse;
    animation-duration: 500ms;

}

.prev-control {
    margin-right: 20px;
    margin-left: 20px;
}



.next-control {
    margin-right: 20px;
    margin-left: 20px;
}

.pages1 {
    display: none;
    margin-top: 5px;
    align-items: center;
    font-size: 15px;
}

.pages1 input {
    border-radius: 5px;
}


/* MENU PAGINAS DE LIBRO*/

.dropbtn {
    background-color: transparent;
}


/* The container <div> - needed to position the dropup content */

.dropup {
    position: relative;
}


/* Dropup content (Hidden by Default) */

.dropup-content {
    display: none;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    border-radius: 8px;
    border-style: solid;
    border-color: #6633ff;
    border-width: 2px;
}

.dropup-recursos {
    margin-left: -30px;
}


/* Links inside the dropup */

.dropup-content a {
    color: #5d5d5d;
    padding: 8px;
    text-decoration: none;
    display: block;
    line-height: 1em;
}

.dropup-content a:hover {
    text-decoration: none;
    color: var(--level5sec);
}


/* Change color of dropup links on hover 

/*.dropup-content a:hover {
    background-color: #ddd;
}*/


/* Show the dropup menu on hover */

.dropup:hover .dropup-content {
    display: block;
}


/* Change the background color of the dropup button when the dropup content is shown */

.dropup:hover {
    background-color: transparent;
}


/*ESTILOS BUSCADOR*/

.list-group ul {
    display: none;
    position: absolute;
    bottom: 60px;
    min-width: 145px;
    margin-left: -200px;
    background-color: #f5f5f5;
    z-index: 2;
    border-radius: 5px;
    color: #00a04e;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    list-style: none;
}

.list-group ul li {
    padding-top: 14px;
    line-height: 3px;
}

.total {
    margin-left: 200px;
    position: absolute;
    bottom: 15px;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    background-color: #95c11f;
    margin-bottom: 15px;
}

.total:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #95c11f;
    border-bottom: 10px solid transparent;
}

.der {
    position: absolute;
    /*Se hizo mas pequeña la sombra para que no tape el learning path    
    width: 64px;*/
    width: 40px;
    height: 841px;
    /*z-index: 1190000000;*/
    z-index: 19990;
    /*background-image:-moz-linear-gradient(right, #transparent 50%, #d2d2d2 10%);
    background-image:-o-linear-gradient(right, #transparent 50%, #d2d2d2 10%);*/
    background: linear-gradient(to right, rgba(210, 210, 210, 0.6) 0%, rgba(210, 210, 210, 0) 100%);
    /*Para edge*/
    /*background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgb(210, 210, 210, 0)), color-stop(80%,rgb(210, 210, 210, 0.8)));*/
    /*background-image:linear-gradient(right, #transparent 50%, #d2d2d2 10%);*/
    display: none;
}

.izq {
    position: absolute;
    right: 0px;
    /*Se hizo mas pequeña la sombra para que no tape el learning path    
width: 64px;*/
    width: 40px;
    height: 841px;
    /*z-index: 1190000000;*/
    z-index: 19990;
    /*background-image:-moz-linear-gradient(right, #transparent 50%, #ececec 60%);
    background-image:-o-linear-gradient(right, #transparent 50%, #ececec 60%);*/
    background: linear-gradient(to right, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.60) 100%);
    /*PARA EDGE*/
    /*background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgb(233, 233, 233)), color-stop(80%,rgb(236, 236, 236, 0)));*/
    /*background-image:linear-gradient(right, #transparent 50%, #ececec 60%);*/
    display: none;
}


/*Estilos Actividades*/

.estilo-actividad {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 70px !important;
    z-index: 10000;
    border-color: #bdbdbd;
    border-width: thin;
    width: 1000px;
    height: 690px;
    -webkit-box-shadow: -15px -13px 24px -14px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: -15px -13px 24px -14px rgba(0, 0, 0, 0.60);
    box-shadow: -15px -13px 24px -14px rgba(0, 0, 0, 0.60);
}

.cerrar {
    left: 53%;
    top: 4%;
    display: none;
    position: fixed;
    z-index: 10000;
    background-image: url(../images/iconos/times-circle-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
}

.zona-activa {
    background-color: rgba(255, 255, 255, 0);
    /*background-color: rgba(221, 1, 23, 0.1);*/
}

.zona-activa:hover {
    background-color: rgba(255, 93, 108, 0.1);
    border-radius: 8px;
    border-style: solid;
    border-color: #ff5d6c;
    border-width: 1px;
    cursor: pointer;
}

/* SB */
#BOOK_1_actividad1 { width: 289px;
    height: 77px;
    top: 229px;
    left: 34px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad2 { top: 307px; left: 35px; width: 358px; height: 36px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad3 { top: 347px; left: 33px; width: 360px; height: 426px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad4 { 
    width: 557px;
    height: 600px;
    top: 54px;
    left: 17px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad5 { width: 325px;
    height: 66px;
    top: 658px;
    left: 36px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad6 {     width: 184px;
    height: 76px;
    top: 654px;
    left: 389px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad7 {     width: 258px;
    height: 25px;
    top: 730px;
    left: 38px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad8 { width: 305px;
    height: 35px;
    top: 415px;
    left: 38px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad9 { width: 275px;
    height: 90px;
    top: 454px;
    left: 38px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad10 { width: 421px;
    height: 173px;
    top: 548px;
    left: 39px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad11 { 
    width: 99px;
    height: 72px;
    top: 644px;
    left: 471px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad12 { 
    width: 287px;
    height: 27px;
    top: 725px;
    left: 38px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad13 {     
    width: 495px;
    height: 128px;
    top: 54px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad14 { 
    width: 402px;
    height: 25px;
    top: 185px;
    left: 37px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad15 { 
    width: 582px;
    height: 447px;
    top: 212px;
    left: 11px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad16 { 
    width: 335px;
    height: 79px;
    top: 673px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad17 {    /*P68*/
    width: 332px;
    height: 35px;
    top: 331px;
    left: 39px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad18 {
    width: 337px;
    height: 131px;
    top: 369px;
    left: 37px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad19 {     
    width: 537px;
    height: 177px;
    top: 504px;
    left: 38px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad20 { 
    width: 353px;
    height: 78px;
    top: 685px;
    left: 37px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad21 { 
    width: 131px;
    height: 50px;
    top: 687px;
    left: 433px; margin-bottom: 10px; position: absolute; z-index: 120;}
/*P6*/

#BOOK_1_actividad22 { 
    width: 276px;
    height: 74px;
    top: 352px;
    left: 37px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad23 { 
    width: 545px;
    height: 136px;
    top: 429px;
    left: 38px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad24 { 
    width: 409px;
    height: 191px;
    top: 563px;
    left: 39px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad25 {     
    width: 101px;
    height: 74px;
    top: 655px;
    left: 464px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad26 {     
    width: 529px;
    height: 149px;
    top: 50px;
    left: 35px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad27 {     
    width: 540px;
    height: 506px;
    top: 202px;
    left: 34px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad28 { 
    width: 506px;
    height: 48px;
    top: 714px;
    left: 37px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad29 {     
    width: 580px;
    height: 424px;
    top: 54px;
    left: 14px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad30 {     
    width: 544px;
    height: 147px;
    top: 482px;
    left: 39px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad31 {    
    width: 326px;
    height: 128px;
    top: 632px;
    left: 36px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad32 { 
    width: 400px;
    height: 48px;
    top: 331px;
    left: 35px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad33 {     
    width: 564px;
    height: 276px;
    top: 386px;
    left: 27px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad34 {    
    width: 371px;
    height: 96px;
    top: 667px;
    left: 35px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad35 { 
    width: 125px;
    height: 52px;
    top: 693px;
    left: 439px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad36 { 
    width: 546px;
    height: 259px;
    top: 235px;
    left: 35px; margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_1_actividad37 { 
    width: 361px;
    height: 262px;
    top: 490px;
    left: 25px;margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_1_actividad38 { 
    width: 162px;
    height: 55px;
    top: 687px;
    left: 391px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_1_actividad39 { 
   width: 565px;
    height: 428px;
    top: 54px;
    left: 25px;margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_1_actividad40 {     
    width: 536px;
    height: 221px;
    top: 485px;
    left: 38px;margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_1_actividad41 { width: 536px;
    width: 406px;
    height: 47px;
    top: 711px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_1_actividad42 {     
    width: 542px;
    height: 179px;
    top: 339px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad43 { 
    width: 488px;
    height: 143px;
    top: 520px;
    left: 37px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad44 { 
    width: 286px;
    height: 92px;
    top: 667px;
    left: 37px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad45 { 
    width: 227px;
    height: 58px;
    top: 683px;
    left: 344px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad46 {     
    width: 370px;
    height: 37px;
    top: 322px;
    left: 37px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad47 { 
    width: 380px;
    height: 227px;
    top: 363px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad48 { 
    width: 138px;
    height: 75px;
    top: 515px;
    left: 428px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad49 { 
    width: 524px;
    height: 158px;
    top: 595px;
    left: 37px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad50 { 
    width: 529px;
    height: 117px;
    top: 334px;
    left: 36px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad51 { 
    width: 567px;
    height: 274px;
    top: 455px;
    left: 25px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad52 { 
    width: 514px;
    height: 26px;
    top: 733px;
    left: 37px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad53 {     
    width: 535px;
    height: 134px;
    top: 52px;
    left: 35px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad54 { 
    width: 502px;
    height: 201px;
    top: 191px;
    left: 33px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad55 {
    width: 168px;
    height: 208px;
    top: 398px;
    left: 35px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad56 {
    width: 375px;
    height: 154px;
    top: 616px;
    left: 36px;
    height: 148px; margin-bottom: 10px; position: absolute; z-index: 120;}


#BOOK_1_actividad57 { 
    width: 284px;
    height: 75px;
    top: 256px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad58 { 
    width: 350px;
    height: 409px;
    top: 360px;
    left: 33px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad59 { 
    width: 323px;
    height: 25px;
    top: 333px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

/*----------*/
#BOOK_1_actividad60 { 
    width: 539px;
    height: 194px;
    top: 349px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad61 {
    width: 535px;
    height: 116px;
    top: 548px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad62 { 
    width: 376px;
    height: 86px;
    top: 673px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad63 { 
     width: 119px;
    height: 65px;
    top: 677px;
    left: 448px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

/*--------*/
#BOOK_1_actividad64 { 
    width: 282px;
    height: 25px;
    top: 408px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad65 { 
    width: 328px;
    height: 105px;
    top: 434px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad66 { 
    width: 325px;
    height: 205px;
    top: 548px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad67 { 
    width: 117px;
    height: 73px;
    top: 667px;
    left: 421px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

/*--------*/
#BOOK_1_actividad68 { 
    width: 274px;
    height: 182px;
    top: 54px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad69 { 
    width: 563px;
    height: 213px;
    top: 247px;
    left: 25px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad70 { 
    width: 472px;
    height: 76px;
    top: 463px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad71 { 
    width: 560px;
    height: 129px;
    top: 542px;
    left: 26px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad72 { 
    width: 453px;
    height: 57px;
    top: 678px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

/*--------*/
#BOOK_1_actividad73 { 
    width: 357px;
    height: 33px;
    top: 331px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad74 { 
    width: 355px;
    height: 120px;
    top: 369px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad75 { 
    width: 547px;
    height: 223px;
    top: 491px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad76 { 
    width: 276px;
    height: 36px;
    top: 720px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad77 { 
    width: 145px;
    height: 72px;
    top: 671px;
    left: 398px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

/*--------*/

#BOOK_1_actividad78 { 
        width: 278px;
    height: 75px;
    top: 254px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad79 { 
    width: 524px;
    height: 231px;
    top: 333px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad80 { 
    width: 397px;
    height: 189px;
    top: 577px;
    left: 29px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad81 { 
    width: 131px;
    height: 110px;
    top: 553px;
    left: 431px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
/*--------*/

#BOOK_1_actividad82 { 
    width: 544px;
    height: 56px;
    top: 53px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad83 { 
    width: 557px;
    height: 650px;
    top: 110px;
    left: 27px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
/*--------*/

#BOOK_1_actividad84 { 
    width: 547px;
    height: 315px;
    top: 55px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad85 { 
    width: 433px;
    height: 60px;
    top: 374px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad86 { 
    width: 388px;
    height: 178px;
    top: 438px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad87 { 
    width: 536px;
    height: 100px;
    top: 622px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad88 { 
    width: 392px;
    height: 34px;
    top: 725px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad89 { 
    width: 287px;
    height: 24px;
    top: 328px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad90 { 
    width: 552px;
    height: 344px;
    top: 356px;
    left: 24px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad91 { 
    width: 283px;
    height: 37px;
    top: 710px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad92 { 
    width: 163px;
    height: 48px;
    top: 696px;
    left: 402px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad93 { 
    width: 325px;
    height: 126px;
    top: 317px;
    left: 33px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad94 { 
    width: 361px;
    height: 220px;
    top: 447px;
    left: 31px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad95 { 
    width: 399px;
    height: 85px;
    top: 675px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad96 { 
    width: 159px;
    height: 107px;
    top: 588px;
    left: 414px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad97 { 
    width: 348px;
    height: 251px;
    top: 53px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad98 { 
    width: 383px;
    height: 61px;
    top: 308px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad99 { 
    width: 544px;
    height: 289px;
    top: 372px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad100 { 
        width: 264px;
    height: 92px;
    top: 665px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
/*------*/

    #BOOK_1_actividad101 { 
    width: 208px;
    height: 64px;
    top: 236px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}


#BOOK_1_actividad102 { 
    width: 494px;
    height: 446px;
    top: 305px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad103 { 
    width: 206px;
    height: 56px;
    top: 685px;
    left: 357px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad104 { 
        width: 511px;
    height: 223px;
    top: 53px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad105 { 
    width: 548px;
    height: 180px;
    top: 283px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad106 { 
        width: 538px;
    height: 230px;
    top: 467px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad107 { 
        width: 263px;
    height: 38px;
    top: 703px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad108 { 
    width: 179px;
    height: 51px;
    top: 691px;
    left: 364px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad109 { 
    width: 522px;
    height: 545px;
    top: 54px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad110 { 
    width: 537px;
    height: 115px;
    top: 604px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad111 { 
    width: 523px;
    height: 34px;
    top: 723px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad112 { 
        width: 536px;
    height: 146px;
    top: 54px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad113 { 
    width: 471px;
    height: 199px;
    top: 205px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad114 { 
    width: 168px;
    height: 202px;
    top: 410px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad115 { 
    width: 346px;
    height: 144px;
    top: 617px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad116 { 
    width: 300px;
    height: 96px;
    top: 229px;
    left: 34px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad117 { 
    width: 351px;
    height: 399px;
    top: 330px;
    left: 33px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad118 { 
    width: 341px;
    height: 41px;
    top: 736px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad119 { 
    width: 408px;
    height: 92px;
    top: 546px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad120 {
        width: 327px;
    height: 73px;
    top: 642px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad121 { 
    width: 368px;
    height: 33px;
    top: 717px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad122 { 
    width: 104px;
    height: 90px;
    top: 639px;
    left: 450px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

    /**--------------**/
#BOOK_1_actividad123 { 
    width: 269px;
    height: 25px;
    top: 391px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad124 { 
    width: 344px;
    height: 104px;
    top: 418px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad125 { 
        width: 355px;
    height: 234px;
    top: 526px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad126 {  
    width: 139px;
    height: 63px;
    top: 675px;
    left: 422px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad127 {
        width: 476px;
    height: 144px;
    top: 54px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad128 { 
    width: 408px;
    height: 25px;
    top: 202px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad129 { 
    width: 534px;
    height: 184px;
    top: 228px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad130 { 
    width: 566px;
    height: 153px;
    top: 414px;
    left: 29px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad131 {
    width: 544px;
    height: 187px;
    top: 571px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad132 { 
        width: 325px;
    height: 76px;
    top: 315px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad133 { 
    width: 463px;
    height: 338px;
    top: 394px;
    left: 32px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad134 {     
    width: 358px;
    height: 23px;
    top: 737px;
    left: 38px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad135 { 
    width: 113px;
    height: 85px;
    top: 629px;
    left: 459px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad136 { 
    width: 549px;
    height: 327px;
    top: 240px;
    left: 34px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad137 { 
    width: 376px;
    height: 186px;
    top: 578px;
    left: 29px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad138 { 
    width: 135px;
    height: 72px;
    top: 650px;
    left: 424px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad139 { 
    width: 548px;
    height: 120px;
    top: 53px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad140 { 
    width: 551px;
    height: 577px;
    top: 176px;
    left: 34px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad141 { 
        width: 297px;
    height: 50px;
    top: 387px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad142 { 
    width: 392px;
    height: 326px;
    top: 438px;
    left: 30px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad143 { 
    width: 133px;
    height: 72px;
    top: 674px;
    left: 441px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad144 { 
        width: 274px;
    height: 19px;
    top: 331px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad145 { 
        width: 412px;
    height: 18px;
    top: 354px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad146 { 
    width: 558px;
    height: 254px;
    top: 379px;
    left: 30px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad147 { 
    width: 406px;
    height: 116px;
    top: 638px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad148 { 
    width: 104px;
    height: 64px;
    top: 666px;
    left: 467px;
    margin-bottom: 10px; position: absolute; z-index: 120;}


/*____________*/
#BOOK_1_actividad149 { 
    width: 278px;
    height: 35px;
    top: 269px;
    left: 33px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad150 { 
    width: 324px;
    height: 125px;
    top: 308px;
    left: 33px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad151 { 
    width: 542px;
    height: 235px;
    top: 437px;
    left: 34px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_1_actividad152 { 
    width: 292px;
    height: 35px;
    top: 675px;
    left: 33px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_1_actividad153 { 
    width: 162px;
    height: 55px;
    top: 692px;
    left: 362px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

 /*____________*/   

#BOOK_1_actividad154 { 
     width: 348px;
    height: 231px;
    top: 54px;
    left: 25px;
    margin-bottom: 10px; position: absolute; z-index: 120;}



#BOOK_1_actividad155 { 
    width: 345px;
    height: 114px;
    top: 288px;
    left: 29px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad156 { 
        width: 556px;
    height: 282px;
    top: 412px;
    left: 26px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad157 { 
        width: 294px;
    height: 24px;
    top: 698px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad158 { 
        width: 393px;
    height: 33px;
    top: 727px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}


/*______________*/

#BOOK_1_actividad159 { 
        width: 236px;
    height: 38px;
    top: 54px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad160 { 
    width: 564px;
    height: 500px;
    top: 93px;
    left: 28px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad161 { 
     width: 397px;
    height: 138px;
    top: 597px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad162 { 
   width: 325px;
    height: 22px;
    top: 739px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad163 { 
    width: 105px;
    height: 87px;
    top: 651px;
    left: 449px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

/*______________*/
#BOOK_1_actividad164 { 
        width: 297px;
    height: 140px;
    top: 53px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad165 { 
    width: 547px;
    height: 220px;
    top: 198px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_1_actividad166{ 
    width: 548px;
    height: 107px;
    top: 420px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad167 { 
    width: 505px;
    height: 98px;
    top: 532px;
    left: 34px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad168 { 
   width: 153px;
    height: 86px;
    top: 650px;
    left: 410px;    
    margin-bottom: 10px; position: absolute; z-index: 120;}





/*______________*/

#BOOK_1_actividad169 { 
   width: 531px;
    height: 89px;
    top: 281px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}


#BOOK_1_actividad170 { 
    width: 497px;
    height: 76px;
    top: 372px;
    left: 32px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad171 { 
    width: 386px;
    height: 308px;
    top: 451px;
    left: 28px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

/*______________*/

#BOOK_1_actividad172 {     
    width: 535px;
    height: 134px;
    top: 52px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad173 { 
    width: 440px;
    height: 197px;
    top: 191px;
    left: 33px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad174 { 
    width: 274px;
    height: 123px;
    top: 497px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_1_actividad175 { 
    width: 346px;
    height: 143px;
    top: 623px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}



/* SB RECURSOS INTERNOS */
/* page 6 */
/*#BOOK_1_recursoInterno1 {top: 492px; left: 268px; width: 287px; height: 105px; margin-bottom: 10px; position: absolute; z-index: 120;}*/

/*#BOOK_1_recursoInterno2 {top: 518px; left: 288px; width: 268px; height: 82px; margin-bottom: 10px; position: absolute; z-index: 120;}*/

/* WB */
#BOOK_2_actividad1 {
    width: 491px;
    height: 343px;
    top: 135px;
    left: 65px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad2 { 
    width: 476px;
    height: 126px;
    top: 484px;
    left: 64px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad3 { 
    width: 443px;
    height: 158px;
    top: 618px;
    left: 65px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad4 { 
    width: 529px;
    height: 308px;
    top: 57px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad5 { 
    width: 516px;
    height: 108px;
    top: 372px;
    left: 41px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad6 { 
    width: 541px;
    height: 143px;
    top: 489px;
    left: 41px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad7 { 
    width: 542px;
    height: 125px;
    top: 641px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad8 { 
    width: 552px;
    height: 410px;
    top: 57px;
    left: 30px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad9 { 
    width: 533px;
    height: 91px;
    top: 475px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad10 { 
    width: 548px;
    height: 192px;
    top: 573px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad11 {
    width: 231px;
    height: 87px;
    top: 32px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad12 { 
    width: 568px;
    height: 376px;
    top: 127px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad13 { 
    width: 529px;
    height: 209px;
    top: 510px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad14 {
    width: 294px;
    height: 38px;
    top: 726px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad15 { 
    width: 242px;
    height: 122px;
    top: 383px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad16 { 
    width: 498px;
    height: 115px;
    top: 510px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad17 { 
    width: 523px;
    height: 107px;
    top: 632px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad18 { 
    width: 476px;
    height: 23px;
    top: 747px;
    left: 41px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad19 { 
    width: 366px;
    height: 109px;
    top: 392px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad20 { 
    width: 525px;
    height: 213px;
    top: 506px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad21 { 
    width: 499px;
    height: 42px;
    top: 725px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad22 { 
    width: 560px;
    height: 264px;
    top: 57px;
    left: 24px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad23 { 
    width: 497px;
    height: 248px;
    top: 325px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad24 { 
    width: 541px;
    height: 187px;
    top: 579px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad25 { 
    width: 567px;
    height: 615px;
    top: 148px;
    left: 21px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad26 { 
    width: 331px;
    height: 479px;
    top: 57px;
    left: 19px;
    left: 38px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad27 { 
    width: 290px;
    height: 49px;
    top: 540px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad28 {
    width: 531px;
    height: 133px;
    top: 594px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad29 { 
    width: 490px;
    height: 34px;
    top: 732px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad30 { 
   width: 550px;
    height: 333px;
    top: 40px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad31 { 
    width: 525px;
    height: 162px;
    top: 379px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad32 {
    width: 414px;
    height: 222px;
    top: 547px;
    left: 24px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad33 { 
    width: 556px;
    height: 235px;
    top: 57px;
    left: 28px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad34 { 
    width: 547px;
    height: 122px;
    top: 299px;
    left: 29px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad35 { 
    width: 560px;
    height: 339px;
    top: 427px;
    left: 27px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad36 { 
    width: 555px;
    height: 562px;
    top: 31px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad37 { 
    width: 419px;
    height: 33px;
    top: 597px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad38 { 
        width: 539px;
    height: 131px;
    top: 635px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad39 { 
    width: 566px;
    height: 461px;
    top: 56px;
    left: 19px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad40 { 
    width: 527px;
    height: 141px;
    top: 523px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad41 { 
    width: 488px;
    height: 57px;
    top: 670px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad42 { 
    width: 525px;
    height: 33px;
    top: 733px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad43 { 
    width: 554px;
    height: 315px;
    top: 30px;
    left: 29px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad44 { 
    width: 528px;
    height: 191px;
    top: 351px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad45 { 
    width: 333px;
    height: 146px;
    top: 548px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad46 { 
    width: 466px;
    height: 68px;
    top: 697px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad47 { 
    width: 338px;
    height: 131px;
    top: 179px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad48 { 
    width: 362px;
    height: 120px;
    top: 315px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad49 { 
    width: 551px;
    height: 197px;
    top: 443px;
    left: 29px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad50 { 
        width: 506px;
    height: 120px;
    top: 647px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad51 { 
    width: 529px;
    height: 255px;
    top: 55px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad52 { 
    width: 549px;
    height: 200px;
    top: 316px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad53 { 
    width: 531px;
    height: 248px;
    top: 519px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad54 { 
    width: 528px;
    height: 252px;
    top: 142px;
    left: 56px;     
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad55 { 
    width: 473px;
    height: 186px;
    top: 399px;
    left: 63px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad56 { 
    width: 447px;
    height: 191px;
    top: 589px;
    left: 64px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad57 { 
   width: 579px;
    height: 399px;
    top: 57px;
    left: 19px; 
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad58 { 
    width: 495px;
    height: 177px;
    top: 463px;
    left: 38px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad59 { 
    width: 339px;
    height: 132px;
    top: 649px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad60 { 
    width: 557px;
    height: 346px;
    top: 56px;
    left: 27px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad61 { 
    width: 552px;
    height: 261px;
    top: 407px;
    left: 29px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad62 { 
    width: 355px;
    height: 93px;
    top: 673px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad63 { 
width: 204px;
height: 92px;
top: 32px;
left: 38px;
        margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad64 { 
    width: 545px;
    height: 594px;
    top: 129px;
    left: 25px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad65 { 
    width: 357px;
    height: 41px;
    top: 725px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad66 { 
    width: 380px;
    height: 111px;
    top: 55px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad67 { 
    width: 302px;
    height: 24px;
    top: 575px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad68 { 
    width: 265px;
    height: 92px;
    top: 601px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad69 { 
    width: 299px;
    height: 67px;
    top: 698px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad70 { 
    width: 374px;
    height: 20px;
    top: 57px;
    left: 30px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad71 { 
    width: 551px;
    height: 436px;
    top: 82px;
    left: 31px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad72 { 
    width: 338px;
    height: 155px;
    top: 523px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad73 { 
    width: 504px;
    height: 87px;
    top: 684px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad74 { 
    width: 518px;
    height: 306px;
    top: 34px;
    left: 26px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad75 { 
    width: 507px;
    height: 151px;
    top: 344px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad76 { 
    width: 432px;
    height: 268px;
    top: 502px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad77 { 
    width: 570px;
    height: 708px;
    top: 56px;
    left: 27px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad78 { 
    width: 511px;
    height: 492px;
    top: 57px;
    left: 34px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad79 { 
    width: 497px;
    height: 212px;
    top: 553px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad80 { 
    width: 458px;
    height: 276px;
    top: 56px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad81 { 
    width: 501px;
    height: 162px;
    top: 346px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad82 { 
    width: 320px;
    height: 128px;
    top: 516px;
    left: 38px;   
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad83 { 
    width: 529px;
    height: 121px;
    top: 646px;
    left: 35px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad84 { 
    width: 553px;
    height: 255px;
    top: 56px;
    left: 29px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad85 { 
    width: 556px;
    height: 348px;
    top: 320px;
    left: 27px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad86 {
    width: 471px;
    height: 95px;
    top: 672px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad87 { 
    width: 503px;
    height: 547px;
    top: 31px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad88 { 
    width: 502px;
    height: 135px;
    top: 584px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad89 { 
    width: 489px;
    height: 38px;
    top: 726px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad90 { 
    width: 539px;
    height: 486px;
    top: 57px;
    left: 29px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad91 { 
    width: 507px;
    height: 176px;
    top: 551px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad92 { 
   width: 505px;
    height: 32px;
    top: 733px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad93 { 
      width: 565px;
    height: 317px;
    top: 29px;
    left: 28px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad94 { 
        width: 568px;
    height: 256px;
    top: 353px;
    left: 26px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad95 { 
       width: 485px;
    height: 127px;
    top: 614px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad96 { 
        width: 514px;
    height: 23px;
    top: 747px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad97 { 
    width: 492px;
    height: 165px;
    top: 236px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad98 { 
   width: 531px;
    height: 59px;
    top: 407px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad99 { 
    width: 510px;
    height: 110px;
    top: 470px;
    left: 39px;  
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad100 { 
    width: 546px;
    height: 179px;
    top: 586px;
    left: 29px;
    position: absolute; z-index: 120;}
#BOOK_2_actividad101 { 
   width: 566px;
    height: 264px;
    top: 57px;
    left: 24px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad102 { 
    width: 541px;
    height: 213px;
    top: 329px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad103 { 
    width: 509px;
    height: 221px;
    top: 547px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad104 { 
    width: 531px;
    height: 273px;
    top: 133px;
    left: 54px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad105 { 
    width: 493px;
    height: 214px;
    top: 413px;
    left: 63px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad106 { 
    width: 503px;
    height: 145px;
    top: 634px;
    left: 62px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad107 { 
      width: 550px;
    height: 252px;
    top: 56px;
    left: 30px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad108 { 
   width: 568px;
    height: 284px;
    top: 312px;
    left: 16px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad109 { 
    width: 312px;
    height: 176px;
    top: 603px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad110 { 
    width: 555px;
    height: 235px;
    top: 56px;
    left: 27px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad111 { 
    width: 425px;
    height: 127px;
    top: 298px;
    left: 39px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad112 { 
    width: 571px;
    height: 336px;
    top: 431px;
    left: 23px;
    margin-bottom: 10px; position: absolute; z-index: 120;}


#BOOK_2_actividad113 {
    width: 214px;
    height: 93px;
    top: 32px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad114 { 
    width: 566px;
    height: 539px;
    top: 130px;
    left: 39px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad115 { 
    width: 536px;
    height: 94px;
    top: 674px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_2_actividad116 { 
    width: 277px;
    height: 83px;
    top: 437px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad117 { 
    width: 460px;
    height: 93px;
    top: 523px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad118 { 
    width: 509px;
    height: 119px;
    top: 621px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad119 { 
    width: 300px;
    height: 22px;
    top: 747px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad120 { 
   width: 219px;
    height: 122px;
    top: 178px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad121 { 
    width: 368px;
    height: 167px;
    top: 306px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad122 { 
    width: 480px;
    height: 239px;
    top: 481px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad123 { 
    width: 361px;
    height: 41px;
    top: 725px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad124 { 
    width: 508px;
    height: 131px;
    top: 257px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad125 { 
    width: 370px;
    height: 206px;
    top: 392px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad126 { 
    width: 521px;
    height: 162px;
    top: 604px;
    left: 25px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad127 { 
    width: 545px;
    height: 521px;
    top: 159px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad128 { 
    width: 419px;
    height: 79px;
    top: 690px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad129 {
    width: 530px;
    height: 419px;
    top: 56px;
    left: 27px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad130 { 
    width: 358px;
    height: 287px;  
    top: 481px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad131 { 
    width: 558px;
    height: 229px;
    top: 56px;
    left: 24px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad132 { 
    width: 531px;
    height: 331px;
    top: 292px;         
    left: 37px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad133 {
    width: 547px;
    height: 130px;
    top: 633px;
    left: 36px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad134 { 
    width: 557px;
    height: 405px;
    top: 55px;
    left: 26px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad135 { 
    width: 532px;
    height: 279px;
    top: 467px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad136 { 
    width: 574px;
    height: 552px;
    top: 10px;
    left: 20px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad137 { 
    width: 534px;
    height: 139px;
    top: 567px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad138 { 
    width: 512px;
    height: 56px;
    top: 711px;
    left: 39px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad139 { 
    width: 287px;
    height: 166px;
    top: 398px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad140 { 
    width: 543px;
    height: 157px;
    top: 571px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad141 {
    width: 517px;
    height: 36px;
    top: 732px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad142 { 
    width: 517px;
    height: 36px;
    top: 732px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad143 { 
    width: 571px;
    height: 499px;
    top: 26px;
    left: 15px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad144 { 
    width: 505px;
    height: 197px;
    top: 530px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_2_actividad145 { 
    width: 367px;
    height: 141px;
    top: 56px;
    left: 38px; margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad146 { 
   width: 532px;
    height: 177px;
    top: 204px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad147 { 
   width: 511px;
    height: 120px;
    top: 385px;
    left: 39px;margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad148 { 
    width: 535px;
    height: 260px;
    top: 511px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}
#BOOK_2_actividad149 { 
    width: 553px;
    height: 289px;
    top: 55px;
    left: 28px;
    margin-bottom: 10px; position: absolute; z-index: 120;}

#BOOK_2_actividad150{ 
    width: 546px;
    height: 59px;
    top: 350px;
    left: 37px;
    margin-bottom: 10px; position: absolute; z-index: 120;}  
#BOOK_2_actividad151{ 
    width: 544px;
    height: 111px;
    top: 414px;
    left: 38px;
    margin-bottom: 10px; position: absolute; z-index: 120;}  
#BOOK_2_actividad152{ 
   width: 535px;
    height: 233px;
    top: 529px;
    left: 40px;
    margin-bottom: 10px; position: absolute; z-index: 120;}  


/*RECURSOS EXTRAS grammar and skills log*/
/* #BOOK_2_recursoInterno1 {top: 54px;left: 30px;width: 550px;height: 317px;margin-bottom: 10px;position: absolute;z-index: 120;} */


/*Reding */

/* page 4 
#BOOK_3_actividad1 {top: 18px;left: 28px;width: 460px;height: 80px;margin-bottom: 10px;position: absolute;z-index: 120;}*/


/* player */

#myPlayer {
    position: absolute;
    right: 45%;
    top: -100px;
    z-index: 10000 !important;
}

.footer-copyright {
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 2px;
}



/* ESTILOS MENU RECURSOS*/

.dropdown-menu {
    border-radius: 10px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    text-align: left;
    list-style: none;
    list-style-type: none;
    font-size: 15px;
    color: #333333;
    font-weight: 200;
    padding: 0.25rem 0.7rem;
}


/*ESTILOS SWITCH BOOK*/

#selectorLibros {
    position: fixed;
    width: 150px;
    z-index: 9998;
    top: 200px;
    right: 0px;
    border-radius: 10px 0px 0px 10px;
    border-style: solid none solid solid;
    border-color: rgb(173, 173, 173);
    border-width: 1px;
    -webkit-box-shadow: -1px 6px 16px 2px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: -1px 6px 16px 2px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.30);
    background: #ffffff;
    padding: 15px 0;
    /*border: 5px solid orange;*/
    border-right: none;
}

.btn_books_vertical {
    position: relative;
    width: 400px;
    height: 170px;
}

.btn_books_horizontal {
    position: relative;
    width: 400px;
    height: 140px;
}


.BOOK_1 {
    background-image: url(../images/images/switch_sb.svg);
    transition: all .5s;
    opacity: 1;
    background-position: left;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-left: 33px;
}

.BOOK_2 {
    background-image: url(../images/images/switch_wb.svg);
    transition: all .5s;
    background-position: left;
    margin-top: 10px;
    background-repeat: no-repeat;
    margin-left: 33px;
}

.BOOK_3 {
    background-image: url(../images/images/switch_tg.svg);
    transition: all .5s;
    background-position: left;
    margin-top: 10px;
    background-repeat: no-repeat;
    margin-left: 28px;
}

.BOOK_1:hover, .BOOK_2:hover, .BOOK_3:hover, .bookActive {
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
    opacity: 1 !important;
}

.logo_serie {
    width: 150%;
    height: auto;
    position: fixed;
    bottom: 90px;
    padding: 0px 10px;
    max-width: 400px;
}

.extra {
    line-height: normal;
    color: var(--level5);
}

.menuGlosario {
    color: var(--level5sec) !important;
    font-weight: bold;
    line-height: 3px;
}

.home {
    position: absolute;
    right: 7px;
    z-index: 9999;
    top: 10px;
}

.icon-homeBack {
    width: 75px;
    height: 75px;

}

.icon-homeBack:hover {
    animation: heartBeat;
    animation-duration: 1.5s;

}


/*.btn-success {
    background: #95c11f;
    background-image: url('../images/iconos/TN.png');
    background-repeat: no-repeat;
    border-radius: 10px;
}*/



/* Bullet Learning path opcional y obligatorio */

.optional::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #7e7e7e;
}

.mandatory::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #00a04e;
}

.link::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgb(26, 50, 187);

}

.rlp::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #FC0153;

}

/*NUEVOS botones Learning path Vocabulary Enero 2024*/

.l_multimedia,
.l_document,
.l_image,
.l_audio,
.l_video,
.l_book,
.l_game,
.l_test {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: text-bottom;
    margin-right: 3px !important;
    /*margin-left: -20px;*/

}

.l_multimedia {
    background-image: url('../images/iconos/l_multimedia.svg');
}

.l_document {
    background-image: url('../images/iconos/l_documents.svg');

}

.l_image {
    background-image: url('../images/iconos/l_image.svg');
}

.l_audio {
    background-image: url('../images/iconos/l_audio.svg');
}

.l_video {
    background-image: url('../images/iconos/l_video.svg');
}

.l_book {
    background-image: url('../images/iconos/l_book.svg');
}

.l_game {
    background-image: url('../images/iconos/l_game.svg');
}

.l_test {
    background-image: url('../images/iconos/l_test.svg');
}

.text_learning {
    line-height: 15px
}


/* CURSOR TIPOS */

.vertical-menu {
    width: 280px;
    /* Set a width if you like */
    height: 200px;
    position: absolute;
    z-index: 9999 !important;
    top: 460px;
    left: 80px;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    overflow: scroll;
    overflow-x: hidden;
    background-color: white;
    border-radius: 10px;
}

.vertical-menu a {
    background-color: #7933D9;
    /* Grey background color */
    color: white;
    /* Black text color */
    display: block;
    /* Make the links appear below each other */
    padding: 7.5px;
    /* Add some padding */
    text-decoration: none;
    /* Remove underline from links */
    font-size: 14px;
}

.vertical-menu a:hover {
    background-color: #3347FD;
    /* Dark grey background on mouse-over */
}

.vertical-menu a.active {

    /* Add a green color to the "active/current" link */
    color: white;
}

.addLink {
    text-align: center;
    font-size: .875rem;
}

#fillLinkData {
    padding: 8px;
    display: none;
}

#fillLinkData a {
    padding: 8px;
    display: none;
}

.arrow-down {
    position: absolute;
    top: 35px;
    left: 120px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #5800CF;
}

#infoLink {
    height: 30px;
    font-size: 12px;
}

#urlLink {
    height: 30px;
    font-size: 12px;
    text-transform: lowercase;
}

#GOpAGE {
    height: 30px;
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
}

.table td,
.table th {
    padding: 0px !important;
}

.removeLink {
    cursor: pointer;
    margin-left: 16px;
    margin-top: 10px;
    display: inline-block;
    color: red;
    font-size: 16px;
}

.form-control {
    border: 1px solid #707070;
}

/* .custom-select {
    border: 1px solid #8a71b1;
}

select[multiple]:focus option:checked {
    background: linear-gradient(0deg, #8a71b1 0%, #e5e2f1 100%);
    opacity: 0.70;
} */

.mosaicoEntrada {
    top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.close-mosaico {
    position: absolute;
    right: 30px;
    top: 20px;
    background-color: transparent;
    cursor: pointer;
}

#contentsMenu {
    position: relative;
    flex: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}


.workbookContent {
    border-radius: 8px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: #00000047 2px 2px 5px;
    color: #7933d9;
}

.teachersContent {
    border-radius: 8px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: #bdbdbd 2px 2px 5px;
    color: #83a1d4;
}

.hiddenContent {
    display: none;
}

.list-group-item {
    margin-bottom: 20px;
    border-radius: 15px !important;
}

#contentFooter {
    display: block;
    flex-direction: row;
    justify-content: end;
    margin: 0;
}

#contFooterLogo {
    flex: 1;
    min-width: 400px;
    padding: 15px;
    margin-bottom: 1em;
}

#contFooterLogo img {
    width: 25%;
    height: auto;
    min-width: 120px;
    max-width: 400px;
}

#contFooterButtons {
    display: flex;
    flex-direction: row;
    justify-content: end;
    /*margin-bottom: 0;*/
    box-shadow: -1px -3px 3px #00000024;
}

#tutorialLink {
    margin: 0 20px 0 20px;
}

.learning_tutorial {
    background-color: transparent;
    padding: 5px;
    margin-bottom: 0px;
    background-image: url(../images/iconos/tutorial.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

/*
#contentOptions{
    background-color: rgba(255, 255, 0255, 0.30);
    border-radius:20px;
}
/* #dropdown-menu librosLinkMenu */

.contentButton {
    background: #ffffff;
    /* border: none; */
    padding: 0rem .25rem;
    min-width: 177px;
    background-clip: padding-box;
    border: solid 10px #ffffff70;
}

.contentButton:hover,
.contentButton:focus {
    outline: none;
    text-decoration: none;
    background-color: #fff;

}

.component {
    width: 100%;
    max-width: 76px;

}

.icon_comp_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 100.27px;
    min-height: 70px;
    z-index: 1;
}

.comp_menu_name {
    flex: 1;
    height: 68px;
    background: transparent;
    min-height: 45px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.comp_menu_name a {
    padding-right: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-menu-new {
    font-size: 1.3rem;
    color: black;
    display: flex;
    align-items: center;
}

#contentBook {
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 1;
    /*border: 5px solid orange;*/
}

#specificContent {
    display: none;
    /*border: 5px solid orange;*/
}

#specificContent p a {
    cursor: pointer;
}

#menu_loader {
    width: 100%;
    max-width: 200px;
}

.contentButton.list-group-item:disabled {
    color: black !important;
    background: #fff !important;
    pointer-events: none !important;
}

.contentButton a {
    color: black;
}

.contentButton a:hover {
    color: var(--level5);
    text-decoration: none;
}

/****************************************************INICIA MEDIA QUERYS *************************************/


/*AGREGO ESTILO PARA TABLET SAMSUNG Octubre 2021*/

@media (max-width:2000px) {
    #selectorLibros {
        position: fixed;
        /* Si le quitamos esta posición no se ve el selectro de libros pegado a la derecha */
        right: 0px;
        top: 110px;

    }
}


@media (min-width:1336px) {
    #selectorLibros {
        top: 110px;
        position: fixed;
        right: 0px;
    }

    .popover {
        width: 50vw !important;
        max-width: 50vw !important;
    }
}



@media (max-width: 1280px) {
    .footer-copyright {
        display: none;
    }

    #selectorLibros {
        right: 0px;
    }
}



@media all and(max-width:1024px) {
    .barra-abajo {
        margin-top: 0;
    }
}

@media (max-width:1238px) {
    .text-menu-new {
        font-size: 1rem;
    }
}

@media (max-width:1024px) {
    #selectorLibros {
        top: 124px;
    }

    .iconoRecursos {
        width: 50px;
        height: 50px;
        left: -46px;
        top: 260px;
    }

    .barra_inferior_der {
        display: none;
    }

    .arrow_control {
        display: flex;
        justify-content: center;
    }

    #contenidoSeleccion {
        position: fixed;
    }

    #mosaico2 {
        background-image: url(../images/iconos/btn-mosaico-sm.svg);
        margin-left: 10px;
    }


    #mosaico2:hover {
        filter: hue-rotate(90deg);
    }

    #ico-recursos {
        background-image: url(../images/iconos/btn-recurso-sm.svg);
        margin-left: 10px;
    }

    #ico-recursos:hover {
        filter: hue-rotate(90deg);
    }

    #lista2 {
        background-image: url(../images/iconos/btn-menu-sm.svg);
    }

    #lista2:hover {
        background-image: url(../images/iconos/btn-menu-sm.svg);
        filter: hue-rotate(90deg);
    }


    #mosaico2,
    #ico-recursos,
    #lista2 {
        width: 65px;
        height: 65px;
    }

    .home {
        position: fixed;
    }

    .list-group-item {
        margin-bottom: 10px;
        border-radius: 8px;
    }

    .librosLinkMenu[x-placement*="right-start"] {
        left: 26px !important;
    }

    #zoomBTN {
        display: none;

    }

    .text-menu-new {
        font-size: 0.8rem;

    }

    .botones_barra_inf {
        justify-content: flex-end;
        flex: 0 0 35%;
    }

    #menuExtraResources {
        margin-left: -60px;
        bottom: 62px;
    }

    .btn_books_vertical {
        position: relative;
        width: 400px;
        height: 160px;
    }

    .btn_books_horizontal {
        position: relative;
        width: 400px;
        height: 130px;
    }

}


@media (max-width:768px) {
    .search1 {
        display: none;
    }

    #search1 input {
        display: none;
    }

    .ico-search {
        display: none;
    }

    #mosaico2 {
        background-image: url(../images/iconos/btn-mosaico-sm.svg);
    }

    #ico-recursos {
        background-image: url(../images/iconos/btn-recurso-sm.svg);
    }

    #lista2 {
        background-image: url(../images/iconos/btn-menu-sm.svg);
    }

    #mosaico2,
    #ico-recursos,
    #lista2 {
        width: 55px;
        height: 55px;
    }

    #next,
    #prev {
        width: 45px;
        height: 45px;
    }

    .prev-control,
    .next-control {
        margin-right: 5px;
        margin-left: 5px;
    }

    .btn_books_vertical {
        position: relative;
        width: 400px;
        height: 140px;
    }

    .btn_books_horizontal {
        position: relative;
        width: 400px;
        height: 110px;
    }

    .iconoRecursos {
        top: 226px;
    }
}

@media (max-width:767px) {
    .text-menu-new {
        font-size: 1.3rem;

    }
}

@media (max-width:305px) {
    .text-menu-new {
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: -930px !important;
    }
}

@media only screen and (max-width: 600px) {
    .modal-contentInicial {
        width: 90%;
    }
}

@media only screen and (max-height: 900px) {
    .modal-contentInicial {
        margin-top: -1.5rem;
        height: 35rem;
    }
}

@media (orientation: landscape) and (max-height: 768px) { 
    .btn_books_vertical {
        width: 400px;
        height: 110px;
    }

    #selectorLibros {
        width: 95px;
    }

    .BOOK_1 {
        margin-left: 20px;
    }

    .BOOK_2 {
        margin-left: 20px;
    }

    .BOOK_3 {
        margin-left: 20px;
    }
}

.btn-disclaimer{
    position: fixed;
    bottom: 15%;
    right: 23px;
    z-index: 9999;
}

.popover {
    z-index: 9999 !important;
    width: 65vw;
    max-width: 65vw;
}

.icon-disclaimer {
    width: 45px;
    height: 45px;
}

.icon-disclaimer:hover {
    animation: heartBeat;
    animation-duration: 1.5s;
}