body{
    background-image: url(../images/images/background-cierre.jpg);
    background-attachment: fixed;
    background-size: cover;
    
}


.pf{margin-top:0!important}.pf div{margin:0!important;padding:0!important;vertical-align:baseline!important}  
/* loDER */


/*BARRA DE HERRAMIENTAS*/



/*MENU PARA ENVIO A LIBRO*/
.menuPorPagina{
    top: 0px; 
    position: absolute; 
    
}
.librosLinkMenu{
    background-color: transparent;
    border: 0;
    
}

.librosLinkMenu[x-placement*="left-start"]{
    left: 0px !important;
}
.librosLinkMenu[x-placement*="right-start"]{
    left: -40px !important;
}

@media(max-width:1440px){
    .librosLinkMenu[x-placement*="right-start"]{
        left: 0px !important;
    }
}

@media(max-width:1024px){
    .librosLinkMenu[x-placement*="right-start"]{
        left: 20px !important;
    }
}
.librosLinkMenu > a{
    width: 180px;
    line-height: 10px !important;
    font-weight: bold;
    background-color: #f2f2f2;
    margin-top: 2px;
    -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);
    z-index: 2 !important;
}



.btn-primary{color:#fff;background-color:teal;border-color:#005a5a}
.btn-primary:hover{color:#fff;background-color:#004d4d;border-color:#009a9a}
.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}

/*PANTALLA INICIAL*/

#contenidoSeleccion{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 39999;
    background-image: url(../images/images/back-home.jpg);

    background-size: cover;
}

@media (max-width:1024px){
    #contenidoSeleccion{
        position:fixed;
    }
}

#backSessions{
    width: 192px;
    height: 83px;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 200px;
    background-image: url(../images/images/btn_session.png);
    background-position: center;
    color: white;
    cursor: pointer;
}

#backSessions:hover{
 filter: saturate(200%);
}

#userGuide{
    width: 192px;
    height: 83px;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url(../images/images/btn_user_guide.png);
    background-position: center;
    color: white;
    cursor: pointer;
}
#userGuide:hover{
    background-image: url(../images/images/btn_user_soon.png);
    background-position: center;

}

#goIronBook{
    cursor: pointer;
    }   

    #goIronBook:hover{
        filter: saturate(180%);
    }

#user_name{
    position: absolute;
    top: 30px;
    right: 30px;
}

.logo-home{
    margin-top: 70%;
    margin-left: 10%;
}
/* 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.4); /* 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: 500px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    background-color: white;
    border-radius: 6px;
    -webkit-box-shadow: 13px 13px 5px 0px rgba(255,203,0,0.68);
    -moz-box-shadow: 13px 13px 5px 0px rgba(255,203,0,0.68);
    box-shadow: 13px 13px 5px 0px rgba(255,203,0,0.68);
    z-index: 999999 !important;
    border-color: white;
    border-style: solid;
    border-width: 4px;
  }

  /*.modal-contentInicial:before{
    content: "Session selection";
    width: 30%;
    height: 51px;
    border-radius: 14px 0px 0 0;
    background-color: white;
    position: absolute;
    top: -50px;
    left: 0px;
    padding: 8px;
    text-align: center;
  }*/
  
#initSessions{
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    top: 20px;
       
}

#initSessions h4{
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    font-family: 'Questrial', sans-serif;

}
form{
    font-family:'Questrial', sans-serif; 
}
/*LIBRO STATICO*/

.lc-drawing{
    position: relative;
    margin: 14px 0 0 14px;
}

.all{
	overflow:hidden;
	position:absolute !important;
/* 	width:1305px !important;
    height:992px !important; */
/*     width:1305px !important;
    height:992px !important; */
    width: 1224px !important;
    height: 900px !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;
    /* -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1); */
}

.card-body{
    padding: 3px !important;
    text-align: center;
    font-size: 12px;
}
.card:hover{
    cursor: pointer;
    opacity: 1;
} 

.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; */
    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;
}

@media (min-width: 576px) {
   .modal-dialog{
       max-width: -930px !important;
       
   }
}


.contenidoActividades{
    width: 1002px !important;
    height: 749px !important;
}
.contenidoMosaico {
    background-color: transparent !important;
    margin: 70px 0;
}

.bodyActividades{
    padding: 0 !important;
}

.centroActividad{
    max-width: 1002px !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;
}

@media (max-width: 780px){
    
/*     #book{
        width: 100%;
        height: auto;
        -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;
    } */
}

#book .turn-page{
    background-color:white;
    
}

#book .cover{
    background-color:white;
}

#book .loader{
    background-image:url("../images/iconos/loader.gif");
    width:24px;
    height:24px;
    display:block;
    position:absolute;
    top:50%;
    left:50%;
}

#controls{
    
    text-align:center;
    font-size:14px;
    
}

#controls input, #controls label{
    font-size:14px arial;
    text-align: center;
}

#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*/

/*LOGO*/
.logo{
    width: 25px;
    height: auto;
    vertical-align: middle;
  
}

.barra-abajo{
/*     background-image: url(../images/images/Pleca-inferior-colores.png); */
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;   
    height: 80px;
    z-index: 9998;    
}

@media all and(max-width:1024px){
    .barra-abajo{
        margin-top: 0;
    }
    
}

.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 {
    -webkit-appearance: none;
    -moz-appearance: none; 
    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.png); 
    background-position: center;
    
}

#zoomBTN{
    width: 120px;
    height: 60px;
    background-position: center;
    background-image: url(../images/iconos/zoom_mas.png);  
    cursor: pointer;
    margin-left: -35px;
    
    
    
}

#lupamenos{
    width: 25px;
    height: 25px;
    background-image: url(iconografia.svg);
    background-position: -63px 37px;
    background-size: 350px;
    /*background-color: red;*/
    position: absolute;
    right:180px;
}

#lupamas{
    width: 25px;
    height: 25px;
    background-image: url(iconografia.svg);
    background-position: -11px 37px;
    background-size: 350px;
    /*background-color: red;*/
    position: absolute;
    right:50px;
}

#ico-recursos{
    width: 70px;
    height: 70px;
    background-image: url(../images/iconos/btn-recursos.png);
    /*  background-repeat: no-repeat;
    background-position: center;
    background-position: 591px -754px;
    background-size: 350px;*/
    position: absolute;    
    margin-left: 0;
    margin-top:-2px;
}

.ico-search{
    margin-top: 4px;
    border-radius: 12px 0 0 12px;
    width: 35px;
    height: 29px;
    background-color: white;
    border-width: 1px;
    border-color: darkgray;
    background-image: url(../images/iconos/ico-search.png);
    background-position: center;
    background-repeat: no-repeat;

}

#search1{
    visibility: hidden;
    margin-top: 3px;
    
}

#search1 input{
    
    border-radius: 0 12px 12px 0;
    width: 195px;
    margin-left: 0px;
    margin-top: 4px;
}

@media (max-width:768px){
    .search1{
        display: none;
    }

    #search1 input{
        display: none;
        
    }
    .ico-search{
        display: none;
    }
    
}



#lista2:hover{
    opacity: 0.6;
}

#mosaico2:hover{
    opacity: 0.6;
}

.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: 70px;
    height: 70px;
    background-image: url(../images/iconos/btn-indice.png);
    background-position: center;
    float: left;
    margin-left: 80px; /*ajuste en icono*/
}

#mas{
    width: 40px;
    height: 40px;
    background-image: url(../images/iconos/btn-mas.png);
    background-repeat: no-repeat;
    margin-left: -20px;
    margin-top: -5px;
}

#menos{
    width: 40px;
    height: 40px;
    background-image: url(../images/iconos/btn-menos.png);
    background-repeat: no-repeat;
   
    margin-top: -5px;
}



#mosaico2{
    width: 70px;
    height: 70px;
    background-image: url(../images/iconos/mosaico.png);
   background-position: center;
    float: left;
    z-index: 10000 !important;
    margin-left: 5px;  /*ajuste en icono*/
}


#next{
    width: 60px;
    height: 60px;
    background-image: url(../images/iconos/btn-next.png);
    background-size: contain;
    float: left;   
}
#next:hover{
    opacity: 0.7;
}

#prev{
    width: 60px;
    height: 60px;
    background-image: url(../images/iconos/btn-prev.png);
    background-size: contain;
    float: left;
}
#prev:hover{
    opacity: 0.7;
}

.prev-control{
    margin-right: 30px;
    
}
@media (max-width:768px){
    .prev-control{
        margin-right: 5px;
    }
}

.next-control{
    margin-left: 10px;
    
}


.pages1{
    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: 1;
    border-radius: 8px;
    border-style: solid;
    border-color: #ffcb00;
    border-width: 3px;
    left: 50px;
    max-height: 576px !important;
    overflow-y: scroll;
    
    
}

.dropup-recursos{
    margin-left: -30px;
}

/* Links inside the dropup */
.dropup-content a {
    color: #00a04e;
    padding: 8px;
    text-decoration: none;
    display: block;
    line-height: 1em;
}

.dropup-content a:hover{
    text-decoration: none;
    color: #012079;
}

/* 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: #e7e7e7;
}


/*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: #ffcb00;
    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: #fbaa14;
    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 #fbaa14;
    border-bottom: 10px solid transparent;
    
}





.der{ 
    position: absolute;   
    width: 64px;
    height: 814px;
    /*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.9) 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%);*/
    
}

.izq{
    position: absolute; 
    right: 0px;  
    width: 64px;
    height: 814px;
    /*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.9) 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%);*/
    
}

/*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(47, 240, 22, .2);*/
}

.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;
}

/* Student's Book */
/* RECURSOS INTERNOS */
#BOOK_1_recursoInterno1{top: 28px;left: 257px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_1_recursoInterno2{top: 28px;left: 278px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

#BOOK_1_recursoInterno3{top: 28px;left: 357px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 8 */
#BOOK_1_recursoInterno4{top: 28px;left: 238px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 9*/
#BOOK_1_recursoInterno5{top: 28px;left: 265px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 10*/
#BOOK_1_recursoInterno6{top: 28px;left: 307px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 13*/
#BOOK_1_recursoInterno7{top: 28px;left: 277px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 14*/
#BOOK_1_recursoInterno8{top: 28px;left: 250px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 20*/
#BOOK_1_recursoInterno9{top: 34px;left: 331px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 21*/
#BOOK_1_recursoInterno10{top: 34px;left: 332px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 22*/
#BOOK_1_recursoInterno11{top: 28px;left: 317px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 24*/
#BOOK_1_recursoInterno12{top: 25px;left: 337px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 25*/
#BOOK_1_recursoInterno13{top: 25px;left: 353px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 26*/
#BOOK_1_recursoInterno14{top: 25px;left: 326px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 28*/
#BOOK_1_recursoInterno15{top: 26px;left: 252px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 29*/
#BOOK_1_recursoInterno16{top: 26px;left: 266px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 30*/
#BOOK_1_recursoInterno17{top: 26px;left: 385px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 34*/
#BOOK_1_recursoInterno18{top: 26px;left: 345px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 36*/
#BOOK_1_recursoInterno19{top: 26px;left: 250px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 37*/
#BOOK_1_recursoInterno20{top: 26px;left: 267px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 38*/
#BOOK_1_recursoInterno21{top: 26px;left: 250px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 40*/
#BOOK_1_recursoInterno22{top: 26px;left: 338px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 41*/
#BOOK_1_recursoInterno23{top: 26px;left: 332px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 42*/
#BOOK_1_recursoInterno24{top: 26px;left: 320px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 45*/
#BOOK_1_recursoInterno25{top: 26px;left: 277px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 46*/
#BOOK_1_recursoInterno26{top: 26px;left: 248px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 48*/
#BOOK_1_recursoInterno27{top: 26px;left: 317px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 49*/
#BOOK_1_recursoInterno28{top: 26px;left: 267px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 50*/
#BOOK_1_recursoInterno29{top: 26px;left: 332px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 52*/
#BOOK_1_recursoInterno30{top: 26px;left: 250px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 53*/
#BOOK_1_recursoInterno31{top: 26px;left: 277px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 54*/
#BOOK_1_recursoInterno32{top: 26px;left: 250px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 56*/
#BOOK_1_recursoInterno33{top: 26px;left: 320px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 57*/
#BOOK_1_recursoInterno34{top: 26px;left: 340px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 58*/
#BOOK_1_recursoInterno35{top: 26px;left: 317px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 60*/
#BOOK_1_recursoInterno36{top: 26px;left: 488px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 61*/
#BOOK_1_recursoInterno37{top: 26px;left: 250px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 62*/
#BOOK_1_recursoInterno38{top: 26px;left: 262px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 64*/
#BOOK_1_recursoInterno39{top: 26px;left: 263px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 66*/
#BOOK_1_recursoInterno40{top: 26px;left: 303px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 68*/
#BOOK_1_recursoInterno41{top: 26px;left: 318px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 69*/
#BOOK_1_recursoInterno42{top: 26px;left: 332px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 70*/
#BOOK_1_recursoInterno43{top: 26px;left: 330px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 72*/
#BOOK_1_recursoInterno44{top: 26px;left: 315px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 73*/
#BOOK_1_recursoInterno45{top: 26px;left: 352px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 74*/
#BOOK_1_recursoInterno46{top: 26px;left: 262px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 75*/
#BOOK_1_recursoInterno47{top: 26px;left: 345px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 77*/
#BOOK_1_recursoInterno48{top: 26px;left: 265px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 78*/
#BOOK_1_recursoInterno49{top: 26px;left: 300px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 80*/
#BOOK_1_recursoInterno50{top: 26px;left: 317px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 81*/
#BOOK_1_recursoInterno51{top: 26px;left: 267px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 82*/
#BOOK_1_recursoInterno52{top: 26px;left: 558px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 84*/
#BOOK_1_recursoInterno53{top: 26px;left: 318px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 85*/
#BOOK_1_recursoInterno54{top: 26px;left: 333px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 86*/
#BOOK_1_recursoInterno55{top: 26px;left: 344px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 88*/
#BOOK_1_recursoInterno56{top: 26px;left: 344px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 90*/
#BOOK_1_recursoInterno57{top: 26px;left: 328px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 93*/
#BOOK_1_recursoInterno58{top: 26px;left: 210px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 94*/
#BOOK_1_recursoInterno59{top: 26px;left: 253px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 96*/
#BOOK_1_recursoInterno60{top: 26px;left: 251px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 97*/
#BOOK_1_recursoInterno61{top: 26px;left: 265px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 98*/
#BOOK_1_recursoInterno62{top: 26px;left: 250px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 100*/
#BOOK_1_recursoInterno63{top: 26px;left: 250px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 101*/
#BOOK_1_recursoInterno64{top: 26px;left: 410px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 102*/
#BOOK_1_recursoInterno65{top: 26px;left: 252px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 104*/
#BOOK_1_recursoInterno66{top: 26px;left: 252px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 106*/
#BOOK_1_recursoInterno67{top: 26px;left: 263px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 109*/
#BOOK_1_recursoInterno68{top: 26px;left: 265px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 110*/
#BOOK_1_recursoInterno69{top: 26px;left: 252px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 117*/
#BOOK_1_recursoInterno70{top: 26px;left: 333px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 118*/
#BOOK_1_recursoInterno71{top: 26px;left: 353px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 120*/
#BOOK_1_recursoInterno72{top: 26px;left: 249px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 121*/
#BOOK_1_recursoInterno73{top: 26px;left: 518px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 122*/
#BOOK_1_recursoInterno74{top: 26px;left: 338px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 125*/
#BOOK_1_recursoInterno75{top: 26px;left: 210px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 126*/
#BOOK_1_recursoInterno76{top: 26px;left: 195px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag 128*/
#BOOK_1_recursoInterno77{top: 26px;left: 342px;width: 40px;height: 40px;margin-bottom: 10px;position: absolute;z-index: 120;}




/*TEACHER'S GUIDE */
/* RECURSOS INTERNOS */
/* pag T4*/
#BOOK_3_recursoInterno1{top: 148px;left: 487px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno2{top: 140px;left: 703px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T5*/
#BOOK_3_recursoInterno3{top: 138px;left: 490px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno4{top: 130px;left: 672px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T6*/
#BOOK_3_recursoInterno5{top: 46px;left: 454px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T8*/
#BOOK_3_recursoInterno6{top: 240px;left: 474px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T9*/
#BOOK_3_recursoInterno7{top: 138px;left: 483px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno8{top: 40px;left: 672px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T10*/
#BOOK_3_recursoInterno9{top: 40px;left: 489px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno10{top: 40px;left: 671px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno11{top: 300px;left: 687px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T11*/
#BOOK_3_recursoInterno12{top: 380px;left: 415px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T12*/
#BOOK_3_recursoInterno13{top: 49px;left: 512px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T13*/
#BOOK_3_recursoInterno14{top: 170px;left: 455px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T14*/
#BOOK_3_recursoInterno15{top: 38px;left: 440px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno16{top: 127px;left: 479px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}


/* pag T16*/
#BOOK_3_recursoInterno17{top: 40px;left: 741px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T19*/
#BOOK_3_recursoInterno18{top: 420px;left: 119px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T20*/
#BOOK_3_recursoInterno19{top: 229px;left: 443px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno20{top: 122px;left: 670px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T21*/
#BOOK_3_recursoInterno21{top: 40px;left: 518px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T22*/
#BOOK_3_recursoInterno22{top: 38px;left: 517px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T23*/
#BOOK_3_recursoInterno23{top: 360px;left: 119px;width: 40px;height: 25px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T24*/
#BOOK_3_recursoInterno24{top: 113px;left: 446px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T25*/
#BOOK_3_recursoInterno25{top: 168px;left: 446px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno26{top: 40px;left: 670px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T26*/
#BOOK_3_recursoInterno27{top: 165px;left: 440px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno28{top: 190px;left: 671px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T28*/
#BOOK_3_recursoInterno29{top: 124px;left: 481px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T29*/
#BOOK_3_recursoInterno30{top: 171px;left: 514px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T30*/
#BOOK_3_recursoInterno31{top: 38px;left: 443px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno32{top: 152px;left: 472px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno33{top: 40px;left: 706px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T33*/
#BOOK_3_recursoInterno34{top: 130px;left: 684px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T34*/
#BOOK_3_recursoInterno35{top: 45px;left: 446px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno36{top: 121px;left: 672px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T36*/
#BOOK_3_recursoInterno37{top: 257px;left: 480px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T37*/
#BOOK_3_recursoInterno38{top: 122px;left: 482px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno39{top: 149px;left: 668px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T38*/
#BOOK_3_recursoInterno40{top: 109px;left: 480px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno41{top: 450px;left: 449px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno42{top: 390px;left: 685px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T39*/
#BOOK_3_recursoInterno43{top: 124px;left: 511px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno44{top: 40px;left: 670px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T40*/
#BOOK_3_recursoInterno45{top: 137px;left: 441px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T41*/
#BOOK_3_recursoInterno46{top: 132px;left: 513px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T42*/
#BOOK_3_recursoInterno47{top: 167px;left: 419px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T45*/
#BOOK_3_recursoInterno48{top: 201px;left: 488px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T46*/
#BOOK_3_recursoInterno49{top: 36px;left: 443px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno50{top: 173px;left: 480px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno51{top: 36px;left: 742px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T47*/
#BOOK_3_recursoInterno52{top: 450px;left: 119px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T48*/
#BOOK_3_recursoInterno53{top: 98px;left: 385px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T49*/
#BOOK_3_recursoInterno54{top: 290px;left: 483px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T50*/
#BOOK_3_recursoInterno55{top: 193px;left: 437px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno56{top: 159px;left: 668px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T52*/
#BOOK_3_recursoInterno57{top: 110px;left: 480px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T53*/
#BOOK_3_recursoInterno58{top: 400px;left: 119px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno59{top: 165px;left: 518px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno60{top: 39px;left: 670px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T54*/
#BOOK_3_recursoInterno61{top: 37px;left: 410px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno62{top: 137px;left: 476px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno63{top: 149px;left: 672px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T56*/
#BOOK_3_recursoInterno64{top: 152px;left: 460px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno65{top: 140px;left: 672px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno66{top: 380px;left: 712px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T57*/
#BOOK_3_recursoInterno67{top: 114px;left: 440px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T58*/
#BOOK_3_recursoInterno68{top: 122px;left: 520px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T59*/
#BOOK_3_recursoInterno69{top: 500px;left: 119px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T60*/
#BOOK_3_recursoInterno70{top: 152px;left: 486px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno71{top: 380px;left: 686px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T61*/
#BOOK_3_recursoInterno72{top: 237px;left: 417px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T62*/
#BOOK_3_recursoInterno73{top: 390px;left: 118px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno74{top: 36px;left: 487px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno75{top: 440px;left: 450px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T64*/
#BOOK_3_recursoInterno76{top: 175px;left: 485px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T65*/
#BOOK_3_recursoInterno77{top: 37px;left: 515px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno78{top: 310px;left: 685px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T67*/
#BOOK_3_recursoInterno79{top: 460px;left: 120px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T68*/
#BOOK_3_recursoInterno80{top: 36px;left: 516px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T69*/
#BOOK_3_recursoInterno81{top: 53px;left: 421px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T70*/
#BOOK_3_recursoInterno82{top: 146px;left: 518px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T72*/
#BOOK_3_recursoInterno83{top: 182px;left: 425px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno84{top: 38px;left: 671px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T73*/
#BOOK_3_recursoInterno85{top: 138px;left: 441px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno86{top: 190px;left: 670px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T74*/
#BOOK_3_recursoInterno87{top: 172px;left: 490px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T75*/
#BOOK_3_recursoInterno88{top: 440px;left: 119px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno89{top: 179px;left: 474px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T77*/
#BOOK_3_recursoInterno90{top: 210px;left: 384px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno91{top: 147px;left: 671px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T78*/
#BOOK_3_recursoInterno92{top: 409px;left: 155px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno93{top: 137px;left: 419px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno94{top: 40px;left: 710px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T79*/
#BOOK_3_recursoInterno95{top: 498px;left: 192px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T80*/
#BOOK_3_recursoInterno96{top: 120px;left: 517px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T81*/
#BOOK_3_recursoInterno97{top: 214px;left: 482px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T82*/
#BOOK_3_recursoInterno98{top: 330px;left: 119px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno99{top: 525px;left: 183px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno100{top: 459px;left: 415px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T83*/
#BOOK_3_recursoInterno101{top: 450px;left: 119px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T84*/
#BOOK_3_recursoInterno102{top: 70px;left: 517px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T85*/
#BOOK_3_recursoInterno103{top: 206px;left: 490px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T86*/
#BOOK_3_recursoInterno104{top: 230px;left: 445px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno105{top: 70px;left: 671px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T88*/
#BOOK_3_recursoInterno106{top: 126px;left: 447px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T90*/
#BOOK_3_recursoInterno107{top: 360px;left: 118px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno108{top: 215px;left: 520px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno109{top: 210px;left: 671px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T93*/
#BOOK_3_recursoInterno110{top: 209px;left: 447px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno111{top: 100px;left: 672px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno112{top: 331px;left: 685px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T94*/
#BOOK_3_recursoInterno113{top: 124px;left: 483px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T95*/
#BOOK_3_recursoInterno114{top: 409px;left: 119px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T96*/
#BOOK_3_recursoInterno115{top: 153px;left: 483px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T97*/
#BOOK_3_recursoInterno116{top: 165px;left: 483px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T98*/
#BOOK_3_recursoInterno117{top: 129px;left: 482px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T100*/
#BOOK_3_recursoInterno118{top: 135px;left: 480px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T101*/
#BOOK_3_recursoInterno119{top: 52px;left: 435px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T102*/
#BOOK_3_recursoInterno120{top: 120px;left: 482px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T104*/
#BOOK_3_recursoInterno121{top: 210px;left: 482px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T106*/
#BOOK_3_recursoInterno122{top: 225px;left: 490px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T109*/
#BOOK_3_recursoInterno123{top: 242px;left: 482px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno124{top: 100px;left: 743px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T110*/
#BOOK_3_recursoInterno125{top: 36px;left: 482px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T114*/
#BOOK_3_recursoInterno126{top: 160px;left: 495px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T117*/
#BOOK_3_recursoInterno127{top: 195px;left: 385px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T118*/
#BOOK_3_recursoInterno128{top: 146px;left: 450px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno129{top: 100px;left: 672px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno130{top: 331px;left: 685px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T119*/
#BOOK_3_recursoInterno131{top: 38px;left: 507px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T120*/
#BOOK_3_recursoInterno132{top: 120px;left: 480px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T121*/
#BOOK_3_recursoInterno133{top: 236px;left: 504px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T122*/
#BOOK_3_recursoInterno134{top: 135px;left: 442px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T125*/
#BOOK_3_recursoInterno135{top: 178px;left: 444px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}
#BOOK_3_recursoInterno136{top: 39px;left:707px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T126*/
#BOOK_3_recursoInterno137{top: 120px;left: 482px;width: 40px;height: 27px;margin-bottom: 10px;position: absolute;z-index: 120;}

/* pag T128*/
#BOOK_3_recursoInterno138{top: 175px;left: 444px;width: 40px;height: 27px;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;
}

 @media (max-width: 1280px){
    .footer-copyright{
        display: none;
    }

}



/* ESTILOS MENU RECURSOS*/

.dropdown-menu{
    border-radius: 10px;
}

.dropdown-item{
    text-align: left;
      list-style: none;
      list-style-type: none;
      font-size: 12px;
      color: #333333;  
}


/*ESTILOS SWITCH BOOK*/

#selectorLibros{
    position: absolute;
    width: 200px;
    z-index: 9998;
    top: 124px;
    right: -200px;
    background-color: white;
    border-radius: white;
    border-radius: 20px 0px 0px 20px;
    -webkit-box-shadow: -1px 6px 16px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 6px 16px 2px rgba(0,0,0,0.75);
    box-shadow: -1px 6px 16px 2px rgba(0,0,0,0.75);
}

.iconoRecursos{
    width: 90px;
    height: 86px;
    cursor: pointer;
    position: absolute;
    left: -88px;
    top: 195px;
    background-image: url("../images/images/componentes2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:1024px){
    #selectorLibros{
        position: fixed;
        right: -200px;
    }
}

@media (min-width:1336px){
    #selectorLibros{
        position: fixed;
        right: -200px;      
    }
}

.btn_books{
    position: relative;
    margin-top: 60px;
    width: 400px;
    height: 150px;
   
}

.BOOK_1{
    background-image: url(../images/images/Project_LOG.png);
    transition: all .5s;
    opacity: 1;
    background-position: left;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-left: 33px;
}

.BOOK_1:hover{
	/*border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);*/
    opacity: 0.6;
}

.BOOK_2{
    background-image: url(../images/images/Evidence_LOG.png);
    transition: all .5s;
    background-position: left;
    margin-top: 0px;
    background-repeat: no-repeat;
    margin-left: 33px;
}

.BOOK_2:hover{
	/*border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);*/
    opacity: 0.6;
}

.BOOK_3{
    background-image: url(../images/images/Language_LOG.png);
    transition: all .5s;
    background-position: left;
    margin-top: 0px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-left: 33px;
}

.BOOK_3:hover{
	/*border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);*/
    opacity: 0.6;
}
/*
.BOOK_4{
    background-image: url(../images/images/TG.png);
    transition: all .5s;
    background-position: left;
    margin-top: 0px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-left: 33px;
}

.BOOK_4:hover{
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
    opacity: 0.6;
}
*/

.eagle{
   margin-top: -60px;
    margin-left: 65px;
    display: none;
}

@media (max-width:1024px){
    .eagle{
        margin-top: 5px;
    }
}

@media (max-width:850px){
    .eagle{
        margin-top: -5px;
    }
}

@media (max-width:768px){
    .eagle{
        display: none;
    }
    #ico-recursos{
        margin-left: -50px;
    }
    #lista2{
        margin-left: 30px;
    }
}

.extra{
    line-height: normal;
    color: #fd750f;
}
.menuGlosario{
    color: #012079 !important;
    font-weight: bold;
    line-height: 3px;
}

.home{
    position: absolute;
    right: 7px;
    z-index: 9999;
    
}


.btn-warning{
    background: #ffcb00;
    background: -moz-linear-gradient(top, #ffcb00 0%, #ffcb00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffcb00), color-stop(100%, #ffcb00));
    background: -webkit-linear-gradient(top, #ffcb00 0%, #ffcb00 100%);
    background: -o-linear-gradient(top, #ffcb00 0%, #ffcb00 100%);
    background: -ms-linear-gradient(top, #ffcb00 0%, #ffcb00 100%);
background: linear-gradient(to bottom, #ffcb00 0%, #ffcb00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa11a', endColorstr='#f47221', GradientType=0 );
border-radius: 10px;

}

.btn-success{
background: rgb(70,166,22);
background: linear-gradient(90deg, rgba(70,166,22,1) 0%, rgba(32,203,33,1) 100%);

}


.EL{
    width: 90px;
    height: 24px;
    display: inline-block;
    background-image: url('../images/iconos/btn_EL.png');
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: text-bottom;
    margin-right: 2px !important;
    margin-left: -20px;
}




.LL{
    width: 100px;
    height: 24px;
    display: inline-block;
    background-image: url('../images/iconos/btn_LL.png');
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: text-bottom;
    margin-right: 2px !important;
    margin-left: -20px;
}


.TG{
    width: 100px;
    height: 24px;
    display: inline-block;
    background-image: url('../images/iconos/btn_TG.png');
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: text-bottom;
    margin-right: 2px !important;
    margin-left: -20px;
}

.PL{
    width: 80px;
    height: 24px;
    display: inline-block;
    background-image: url('../images/iconos/btn_PL.png');
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: text-bottom;
    margin-right: 2px !important;
    margin-left: -20px;
}


/* 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;
    border: 3px solid #ffcb00;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    overflow:scroll;
    overflow-x: hidden;
    background-color: white;
  }
  
  .vertical-menu a {
    background-color: white; /* Grey background color */
    color: black; /* 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: #eee; /* Dark grey background on mouse-over */
  }
  
  .vertical-menu a.active {
    background-color: #ffcb00; /* 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 #ffcb00;
  }

#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 #ffcb00;
}
.custom-select{
    border: 1px solid #ffcb00;
}

select[multiple]:focus option:checked {
    background: #ffcb00 linear-gradient(0deg, #ffcb00 0%, #ffcb00 100%);
    opacity: 0.70;
  }

.mosaicoEntrada{
    top: 30px;
    position: absolute;
    left:0;
right:0;
margin-left:auto;
margin-right:auto;
}

/*AGREGO ESTILO PARA TABLET SAMSUNG Octubre 2021*/

 /*Pestaña Samsung*/
@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: -200px;        
    }
}
 /*Pestaña iPad*/
@media (max-width:1024px){
    #selectorLibros{
       position: fixed;
        right: -200px; 
    }
}
 
/*Samsung*/
@media (max-width:2000px){
    #contenidoSeleccion{
        position:fixed;
    }
}
 
/*iPad*/
@media (max-width:1024px){
    #zoomBTN{
        display: none;
    }
}
 
@media (max-width: 1024px){
    .home {
    position: fixed;
    }
}
 
 @media (hover: none) and (pointer: coarse) {
    #zoomBTN{
        display:none;
    }
}
