﻿html, body, form {
    margin: 0;
    padding: 0;
    min-height: 100dvh;
    height: 100dvh;
    font: 400 12px;
    font-family: "Muli";
    -webkit-text-size-adjust: none !important;
    -ms-text-size-adjust: 100% !important;
    -moz-text-size-adjust: none !important;
    text-size-adjust: none !important;
    color: #505050;
    overflow: hidden;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea, input {
    font-family: "Muli";
}

div.pip-small.clickable {
    display: none;
    visibility: hidden;
}

input[type=text]::-ms-clear {
    display: none;
}

hr {
    color: lightgray;
}

.button_toolbox {
    position: absolute;
    top: 0;
    border-color: black;
    border-style: solid;
    border-width: 0px;
    z-index: 999999;
    background-color: transparent;
    background-color: rgba(255,255,255,0.4);
    font-size: 2em;
}

    .button_toolbox img {
        width: 30px;
    }

.button_toolbox_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 665;
}

.div_precargando {
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    min-width: calc(100%);
    min-height: calc(100%);
    z-index: 2000;
    display: table;
    vertical-align: middle;
    text-align: center;
    padding-top: calc(20%);
}

.div_fondo_oscuro, .divFondoModal {
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100dvh;
    width: 100vw;
    z-index: 666;
}

.div_fondo_oscuro2 {
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100dvh;
    width: 100vw;
    z-index: 1;
}

.div_fondo_oscuro3 {
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100dvh;
    width: 100vw;
    z-index: 99;
}

.div_index {
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    min-width: calc(100%);
    min-height: calc(100%);
    z-index: 666;
    display: table;
    vertical-align: middle;
    text-align: center;
    padding-top: calc(20%);
}

.div_menu_lateral {
    display: none;
    height: 80vh;
    min-height: 100dvh;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 998;
}

    .div_menu_lateral .rpExpandHandle {
        visibility: hidden;
    }

.pageContentWrapper {
    height: calc(100dvh + 15px);
    margin: 0;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
}

.div_informes_head {
    padding: 5px;
    padding-bottom: 40px;
    min-height: 41px;
    height: 41px;
    background-color: #E7E7E7;
}

.div_cabecera_filtros {
    padding-left: 5px;
    padding-top: 2px;
    height: 55px;
}

.filtro_activo {
    background-color: orange !important;
    background-image: none !important;
}

.div_pivot {
    height: calc(100% - 108px);
}

.div_grid {
    height: calc(100% - 57px);
}

.contenedor_pestanas {
    height: 100%;
}

.pestanas {
    height: calc(100% - 25px);
}

.div_grafico {
    height: 100%;
}

.div_cabecera {
    margin-left: 20px;
}

.div_bajo {
    padding-left: 20px;
    padding-top: 15px;
    height: 80px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: lightgrey;
}

.boton_derecha {
    float: right;
    margin-right: 20px;
}

.marginleft20 {
    margin-left: 20px;
}

.titulo_filtros {
    padding-top: 10px;
    padding-left: 20px;
}

.botonera_top_right {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 20px;
    padding-right: 20px;
}

.anew {
    width: 30px;
}

#ctl00_ContentPlaceHolder1_ctl00_ContentPlaceHolder1_RadGrid1Panel, #ctl00_ContentPlaceHolder1_RadGrid1, #ctl00_ContentPlaceHolder1_ctl00_ContentPlaceHolder1_RadPivotGrid1Panel, #ctl00_ContentPlaceHolder1_ctl00_ContentPlaceHolder1_RadHtmlChart1Panel {
    height: 100% !important;
}

#RadWindowWrapper_ctl00_ContentPlaceHolder1_RadWindowListado {
    left: 10% !important;
}

#ctl00_ContentPlaceHolder1_ctl00_ContentPlaceHolder1_RadWindowListado_C_RadGrid1Panel {
    height: 100% !important;
}

.divusuario {
    height: calc(100% - 140px);
    padding-left: 20px;
    padding-top: 15px;
    overflow-y: scroll;
}

.lbldivusuario {
    min-width: 150px;
}

.txtdivusuario {
    min-width: 300px;
}

.cmbdivusuario {
    min-width: 300px;
}

.contenedor_curso {
    height: calc(100%);
    padding-left: 20px;
    padding-top: 15px;
    overflow-y: hidden;
    overflow-x: hidden;
}

    .contenedor_curso .divCabeceraCurso {
        margin-left: 5vw;
        font-weight: bold;
        font-size: 1.5em;
    }

    .contenedor_curso .divLineas {
        height: calc(100dvh - 2vh);
        max-height: 100dvh !important;
        /*max-width: 177.78vh !important;*/
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
        /*padding-bottom: 50vh;*/
    }

        .contenedor_curso .divLineas .divElementos {
            display: none;
            width: 100%;
        }

            .contenedor_curso .divLineas .divElementos .vertema {
                width: 95%;
                clear: both;
                text-align: left;
                padding-left: 5px;
            }

        .contenedor_curso .divLineas .piezaPuzzle {
            float: left;
            border: 0;
            padding: 0;
            margin: 0;
        }

        .contenedor_curso .divLineas .divLupaLineas {
            position: absolute;
            top: 0;
            left: 0;
            background-color: transparent;
            width: 4vw;
            height: 4vw;
            padding: 0.5vw;
            opacity: 0.2;
            z-index: 1;
            max-height: 70px;
            max-width: 70px;
        }

            .contenedor_curso .divLineas .divLupaLineas:hover {
                opacity: 0.8;
                background-color: white;
                border-bottom-right-radius: 10px;
            }

            .contenedor_curso .divLineas .divLupaLineas img {
                width: 100%;
            }

        .contenedor_curso .divLineas .divBuscaLineas {
            display: none;
            position: absolute;
            height: 80vh;
            width: 90vw;
            /*margin-top: 5vh;*/
            /*margin-left: 5vw;*/
            z-index: 1;
            background-color: white;
            border-radius: 5px;
            overflow-y: auto;
            text-align: left;
            max-width: 150vh !important;
            left: 50%;
            transform: translateX(-50%);
        }

            .contenedor_curso .divLineas .divBuscaLineas .divBuscaLineasTitulo {
                margin-top: 1vh;
                margin-left: 1%;
                font-size: 1.5em;
                font-weight: bold;
            }

            .contenedor_curso .divLineas .divBuscaLineas .divBuscaInput {
                margin-top: 1vh;
                margin-left: 3%;
                width: 93%;
            }

                .contenedor_curso .divLineas .divBuscaLineas .divBuscaInput input {
                    width: 100%;
                    font-size: 1.5em;
                }

            .contenedor_curso .divLineas .divBuscaLineas .divBuscaLineasResultado {
                margin-top: 2vh;
                margin-left: 3%;
                width: 93%;
                height: 65vh;
                overflow-y: auto;
            }

                .contenedor_curso .divLineas .divBuscaLineas .divBuscaLineasResultado .divLineasBusqResultElemento {
                    width: 96%;
                    padding: 2%;
                    display: inline-block;
                    border-bottom-style: dashed;
                    border-bottom-color: black;
                    border-bottom-width: 1px;
                    cursor: pointer;
                }

                    .contenedor_curso .divLineas .divBuscaLineas .divBuscaLineasResultado .divLineasBusqResultElemento .divMiniatura {
                        width: 15%;
                        float: left;
                    }

                        .contenedor_curso .divLineas .divBuscaLineas .divBuscaLineasResultado .divLineasBusqResultElemento .divMiniatura img {
                            width: 100%;
                        }

                    .contenedor_curso .divLineas .divBuscaLineas .divBuscaLineasResultado .divLineasBusqResultElemento .divTexto {
                        width: 80%;
                        padding: 2%;
                        float: left;
                        display: inline-block;
                    }

    .contenedor_curso .divLinea {
        border-style: solid;
        border-width: 1px;
        border-color: #85b0e3;
        background-color: white;
        border-radius: 4px;
        margin: 20px;
        padding: 10px;
        width: calc(100% - 60px);
        display: inline-block;
    }

        .contenedor_curso .divLinea .divTitulo {
            padding: 10px;
            cursor: pointer;
            width: 90%;
            float: left;
            text-align: left;
        }

        .contenedor_curso .divLinea .symbol {
            position: absolute;
            font-weight: bold;
            font-size: 2em;
            line-height: 40%;
            right: 5.5vw;
        }

        .contenedor_curso .divLinea .divElementoLinea {
            float: left;
            margin-top: 15px;
            margin-left: 15px;
            margin-bottom: 15px;
            border-style: solid;
            border-width: 1px;
            border-color: #85b0e3;
            background-color: white;
            border-radius: 4px;
            padding: 10px;
            text-align: center;
            width: 13%;
            height: 10vw;
        }

            .contenedor_curso .divLinea .divElementoLinea .divTituloElemento {
                margin-bottom: 10px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 100%;
                cursor: default;
            }

            .contenedor_curso .divLinea .divElementoLinea .divCuerpoElemento {
                height: 75%;
            }

                .contenedor_curso .divLinea .divElementoLinea .divCuerpoElemento img {
                    max-width: 90%;
                    max-height: 90%;
                }

    .contenedor_curso #divModalBienvenidoFondo {
        display: none;
    }

    .contenedor_curso .divModalBienvenido {
        display: none;
    }

.contenedor_tema {
    background-color: white;
    height: 100dvh;
    width: 100vw;
    overflow: hidden;
}

.divPaginaLibro {
    height: 100dvh;
    width: 100vw;
    float: left;
    margin: 0;
    padding: 0;
    display: none;
    text-align: center;
    position: absolute;
    overflow-x: hidden;
}

.divEstadisticas {
    overflow: hidden;
}

.divSeguimientos {
    position: relative;
}

.divElementoContenido {
}

    .divElementoContenido .divElemento {
        /*height: 100dvh;*/
        max-height: 100dvh !important;
        max-width: 177.78vh !important;
        margin: auto !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        overflow: hidden;
        overflow-y: auto;
    }

        .divElementoContenido .divElemento .divResumen {
            clear: both;
            height: 100%;
            text-align: center;
            position: relative;
        }

            .divElementoContenido .divElemento .divResumen .btnContinuarTemas {
                width: 15%;
                border: none;
                background-color: transparent;
                margin-top: 5%;
                cursor: pointer;
            }

                .divElementoContenido .divElemento .divResumen .btnContinuarTemas img {
                    width: 100%;
                }

    .divElementoContenido .divElementoFull {
        position: unset !important;
        margin: unset !important;
        min-width: unset !important;
        width: 100vw !important;
        height: 56.25vw !important;
        max-height: 100dvh !important;
        max-width: 177.78vh !important;
        margin: auto !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    .divElementoContenido .vimeoContainerFull {
        padding: unset !important;
        position: unset !important;
    }

.videotitulo {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

.videodescripcion {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.juegotitulo_minijuego {
    margin-bottom: 15px;
    font-size: 2vw;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1%;
    z-index: 999;
    width: 98%;
    text-align: left;
    background-color: #E75F07;
    color: white;
}

.juegotitulo {
    margin-bottom: 15px;
    font-size: 1.65vw;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1%;
    background-color: white;
    border-bottom-right-radius: 5px;
    z-index: 999;
    width: 40%;
    text-align: left;
    display: none;
}

.juegodescripcion {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.divSaltoCategoriaEL {
    width: 100%;
    height: calc(56.25vw);
    background-size: contain;
    max-height: 100dvh;
    max-width: 177.78vh !important;
    margin: auto !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
}

    .divSaltoCategoriaEL .botonera {
        position: absolute;
        top: 21%;
        right: 2%;
        /*width: calc(30vw + 5% + 20px + 5%);*/
        width: calc(40%);
    }

        .divSaltoCategoriaEL .botonera .boton {
            cursor: pointer;
            padding: 2%;
            font-weight: bolder;
            float: left;
            font-size: 3.5em;
        }

        .divSaltoCategoriaEL .botonera .si {
            background-color: #5D5C61;
            color: white;
            /*width: calc(15vw - 1px);*/
            width: calc(30% - 1px);
        }

        .divSaltoCategoriaEL .botonera .no {
            margin-left: 15%;
            /*width: 15vw;*/
            width: calc(30% - 1px);
            background-color: white;
            color: #5D5C61;
            border-style: solid;
            border-width: 1px;
            border-color: #B6B6B6;
        }

.divSaltoCategoriaELFull {
    width: 100vw;
    height: 100dvh;
}

.divJuegoBuscar {
    width: 100%;
    height: calc(56.25vw);
    background-size: contain;
    max-height: 100dvh;
    max-width: 177.78vh !important;
    margin: auto !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
}

    .divJuegoBuscar .ok {
        height: 50vh;
        width: 100vw;
        z-index: 999;
    }

        .divJuegoBuscar .ok img {
            width: 100%;
        }

    .divJuegoBuscar .aciertofallocentrado {
        position: absolute;
        top: 20%;
        left: 0;
        width: 100%;
        text-align: center;
    }

        .divJuegoBuscar .aciertofallocentrado img {
            width: 20vw;
        }

.divJuegoBuscarFull {
    width: 100vw;
    height: 100dvh;
}

.divJuegoBuscar .minijuego_buscar_zona {
    position: absolute;
}

.divJuegoBuscarPalabra {
    font-size: 2vw;
    font-weight: bold;
    position: absolute;
    left: 45%;
    top: 0;
    padding: 1%;
    background-color: black;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.divElementoContenido .divElemento .tablero {
    border: unset !important;
    position: unset;
    margin: unset;
    min-width: unset;
    width: 100%;
    height: calc(45.5vw);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(56.25vw);
    margin: auto !important;
    max-height: 100dvh;
}

    .divElementoContenido .divElemento .tablero .ok {
        /*height: 50vh;*/
        width: 40vw;
        position: absolute;
        top: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.divPlayer {
    position: unset;
    margin: unset;
    min-width: unset;
    width: 100%;
    height: calc(56.25vw);
    max-height: 100dvh;
    max-width: 177.78vh;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .divPlayer .verdiapo {
        position: absolute;
        top: 5%;
        left: 2%;
        background-color: white;
        opacity: 0.2;
        color: black;
        border-radius: 5px;
        padding: 5px;
        font-weight: bold;
        cursor: pointer;
        z-index: 7;
    }

        .divPlayer .verdiapo:hover {
            opacity: 1;
        }

.divPlayerFull {
    text-align: left;
    margin: 0 auto;
    height: 100%;
    margin-top: unset;
    overflow: hidden;
}

.divDashboard {
    height: 100%;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

    .divDashboard .divDashCurso {
        width: 100%;
        width: 100%;
        display: block;
        float: left;
    }

        .divDashboard .divDashCurso .divDashCursoTitulo {
            width: 96%;
            padding: 2%;
            font-weight: bold;
        }

            .divDashboard .divDashCurso .divDashCursoTitulo .curso_ir {
                padding-left: 1%;
                padding-right: 1%;
                font-weight: bold;
                background-color: dimgrey;
                color: white;
                margin-left: 2%;
            }

        .divDashboard .divDashCurso .dashCuadro {
            float: left;
            margin: 0 auto;
            margin-left: 2%;
            border-color: Highlight;
            border-style: solid;
            border-width: 0.5px;
            border-radius: 5px;
            padding: 2%;
            width: 20%;
            overflow: hidden;
            font-size: 1.7vh;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .divDashboard .divDashCurso .dashCuadro .titulo {
                font-weight: bold;
            }

            .divDashboard .divDashCurso .dashCuadro a {
                display: block;
                float: left;
                text-decoration: none;
                padding: 2%;
                width: 35%;
                background-color: Highlight;
                color: white;
                font-weight: bold;
                text-align: center;
                border-radius: 3px;
                font-size: 1.1vh;
                text-transform: uppercase;
            }

            .divDashboard .divDashCurso .dashCuadro .continuar {
                margin-left: 20%;
            }

.divRibon {
    width: 90vw;
    text-align: center;
    position: fixed;
    z-index: 999;
    margin: auto;
    max-width: 177.78vh;
    left: 0;
    right: 0;
    z-index: 999;
    display: block !important;
}

    .divRibon .btnRibonUpDownIN {
        width: 6vh;
        height: 3vh;
        border: none;
        background-color: unset;
        padding: 0;
        background-image: url('/images/svg/MENU2.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        z-index: 999;
        cursor: pointer;
    }

        .divRibon .btnRibonUpDownIN img {
            width: 100%;
        }

    .divRibon .divRibonWrapper {
        margin: 0 auto;
        width: 80vw;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.8);
        border-bottom-color: black;
        border-bottom-style: solid;
        border-bottom-width: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        text-align: center;
        height: calc(100% - 5px);
        max-width: 177.78vh;
        display: none;
    }

    .divRibon .divRibonWrapper {
        border: 0;
        border-left-color: black !important;
        border-left-style: solid !important;
        border-left-width: 1px !important;
        border-right-color: black !important;
        border-right-style: solid !important;
        border-right-width: 1px !important;
        border-bottom-color: black !important;
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        height: calc(100%);
    }

        .divRibon .divRibonWrapper button {
            border: none;
            background-color: transparent;
            padding: 1.5vh;
            cursor: pointer;
            height: 8vh;
            position: relative;
        }

            .divRibon .divRibonWrapper button i {
                margin-bottom: 1%;
                font-size: 3vh;
            }

            .divRibon .divRibonWrapper button .notificacionMensajes {
                display: none;
                position: absolute;
                top: 0;
                right: 5%;
                background-color: red;
                color: white;
                width: 1em;
                font-size: 1em;
                padding: 2%
            }

            .divRibon .divRibonWrapper button .notificacionDiasGreen {
                position: absolute;
                top: 0;
                right: 5%;
                background-color: green;
                color: white;
                width: 1em;
                font-size: 1em;
                padding: 2%
            }

            .divRibon .divRibonWrapper button .notificacionDiasRed {
                position: absolute;
                top: 0;
                right: 5%;
                background-color: red;
                color: white;
                width: 1em;
                font-size: 1em;
                padding: 2%
            }

.avisoMensajes {
    position: absolute;
    top: 2%;
    right: 2%;
    background-color: #B2384A; /* rgba(0,0,0,0.5);*/
    color: white;
    padding: 1%;
    border-radius: 5px;
    font-size: 1.5em;
    z-index: 9999;
}

.ribonicono {
    height: 3vh;
}

.divRibon .divRibonWrapper button:hover {
    color: #2E9CD8;
    filter: invert(48%) sepia(25%) saturate(1328%) hue-rotate(157deg) brightness(107%) contrast(90%);
}

.divRibon .divRibonWrapper button i:hover {
    color: #2E9CD8;
    filter: invert(48%) sepia(25%) saturate(1328%) hue-rotate(157deg) brightness(107%) contrast(90%);
}

.divRibon .divRibonWrapper button image:hover {
    color: #2E9CD8;
    filter: invert(48%) sepia(25%) saturate(1328%) hue-rotate(157deg) brightness(107%) contrast(90%);
}

.divRibon #btnConfig {
    display: unset;
}

.divRibonOpciones {
    display: inline-block;
    /*width: 8vh;*/
}

    .divRibonOpciones .divRibonbtnOpciones {
        /*width: 8vh;*/
    }

    .divRibonOpciones .divRibonBotonesOpciones {
        display: none;
        /*width: 10vh;*/
        background-color: white;
        position: absolute;
        /*padding: 0.5%;*/
        margin-left: -1%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-top: 1px;
        border-left-style: solid;
        border-left-color: black;
        border-left-width: 1px;
        border-right-style: solid;
        border-right-color: black;
        border-right-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: black;
        border-bottom-width: 1px;
    }

.button_toolbox {
    display: none !important;
}

.divRibon #btnContinuar {
    position: absolute;
    right: 10px;
}

.btnRibonUpDownOUT {
    display: none;
    z-index: 999;
}

.divAyudaCurso {
    overflow-x: hidden;
    overflow-y: auto;
    width: 90vw;
    height: 90vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: left;
}

.divElementosLinea {
    overflow-y: auto;
    overflow-x: hidden;
}

    .divElementosLinea .Elementos {
        /*max-width: 177.78vh !important;*/
        margin: auto !important;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        background-color: black;
        min-height: 100dvh;
    }

        .divElementosLinea .Elementos .Elemento {
            width: 98%;
            display: inline-block;
            background-color: #EDEDED;
        }

            .divElementosLinea .Elementos .Elemento:first-child {
                margin-top: 3%;
            }

            .divElementosLinea .Elementos .Elemento:last-of-type {
                margin-bottom: 5%;
            }

            .divElementosLinea .Elementos .Elemento .divEnlaceElemento {
                width: 23.8%;
                float: left;
                padding-left: 0.5%;
                padding-right: 0.5%;
                border-left-color: black;
                border-left-style: solid;
                border-left-width: 1px;
                border-right-color: black;
                border-right-style: solid;
                border-right-width: 1px;
            }

                .divElementosLinea .Elementos .Elemento .divEnlaceElemento a {
                    padding-top: 1.5%;
                    display: block;
                }

                    .divElementosLinea .Elementos .Elemento .divEnlaceElemento a img {
                        width: 100%;
                    }

            .divElementosLinea .Elementos .Elemento .menor0 {
                border-right: none;
            }

            .divElementosLinea .Elementos .Elemento .menor1 {
                border-right: none;
            }

            .divElementosLinea .Elementos .Elemento .menor2 {
                width: 11.4%;
                border-left: none;
                border-right: none;
            }

            .divElementosLinea .Elementos .Elemento .menor3 {
                width: 11.4%;
                border-left: none;
                border-right: none;
            }

            .divElementosLinea .Elementos .Elemento .menor4 {
                width: 11.4%;
                border-left: none;
                border-right: none;
            }

            .divElementosLinea .Elementos .Elemento .divTextosElemento {
                margin-left: 1%;
                margin-right: 1%;
                float: left;
                width: 23%;
                display: block;
            }

                .divElementosLinea .Elementos .Elemento .divTextosElemento .divTituloElemento {
                    margin-top: 2%;
                    float: left;
                    width: 100%;
                    display: block;
                    font-weight: bold;
                    font-size: 1.5em;
                    text-align: left;
                }

                .divElementosLinea .Elementos .Elemento .divTextosElemento .divDescripcionElemento {
                    float: left;
                    width: 100%;
                    display: block;
                    margin-top: 2%;
                    font-size: 0.8em;
                    text-align: left;
                }

.divCuaderno {
    overflow: hidden;
    overflow-y: auto;
}

.divFondoModal {
    z-index: 9999;
}

.divVideoModal {
    z-index: 9999;
    width: 100%;
    height: calc(56.25vw);
    max-height: 60vh;
    max-width: 120vh;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .divVideoModal .divPlayer {
        max-height: 70vh;
    }

        .divVideoModal .divPlayer .player {
            max-height: 70vh;
            position: relative;
        }

            .divVideoModal .divPlayer .player .controls {
                position: relative;
            }

.divCurso .fullscreen {
    display: none;
}

.divCurso .divModalTemas {
    position: absolute;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    background-color: white;
    width: 65vw;
    max-width: 100dvh !important;
    margin-bottom: 5vh;
    text-align: left;
    padding-bottom: 1%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

    .divCurso .divModalTemas .cerrar {
        font-size: 1.5em;
    }

    .divCurso .divModalTemas .Elementos {
        width: 100%;
    }

        .divCurso .divModalTemas .Elementos .vertema {
            margin-left: 2%;
            background-color: white;
            width: 19%;
            border-radius: 5px;
            padding: 1%;
            margin-top: 0%;
            margin-bottom: 2%;
            background-color: #505050;
            cursor: pointer;
            text-align: center;
            float: left;
        }

            .divCurso .divModalTemas .Elementos .vertema a {
                text-decoration: none;
                color: white;
            }

        .divCurso .divModalTemas .Elementos .mensajeSOLO {
            float: right;
            margin-right: 3%;
            font-size: 1.2em;
        }

        .divCurso .divModalTemas .Elementos hr {
            float: left;
            width: 99.9%;
            color: black;
        }

        .divCurso .divModalTemas .Elementos .Elemento.video, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle {
            width: 96%;
            margin-left: 1%;
            float: left;
            padding-left: 0.5%;
            padding-right: 0.5%;
        }

            .divCurso .divModalTemas .Elementos .Elemento.video .divTextoElemento, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .divTextoElemento {
                width: 35%;
                float: left;
            }

                .divCurso .divModalTemas .Elementos .Elemento.video .divTextoElemento .divTituloElemento, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .divTextoElemento .divTituloElemento {
                    width: 100%;
                    display: block;
                    font-weight: bold;
                    font-size: 1.1em;
                    text-align: left;
                    cursor: default;
                }

                .divCurso .divModalTemas .Elementos .Elemento.video .divTextoElemento .divDescripcionElemento, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .divTextoElemento .divDescripcionElemento {
                    float: left;
                    width: 100%;
                    display: block;
                    font-size: 1em;
                    text-align: left;
                    cursor: default;
                    text-overflow: ellipsis;
                }

            .divCurso .divModalTemas .Elementos .Elemento.video .divEnlaceElemento, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .divEnlaceElemento {
                width: 20.5%;
                float: left;
                margin-left: 1%;
            }

                .divCurso .divModalTemas .Elementos .Elemento.video .divEnlaceElemento div, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .divEnlaceElemento div {
                    display: inline-block;
                    width: 100%;
                }

                    .divCurso .divModalTemas .Elementos .Elemento.video .divEnlaceElemento div img, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .divEnlaceElemento div img {
                        width: 100%;
                        cursor: pointer;
                    }

                .divCurso .divModalTemas .Elementos .Elemento.video .divEnlaceElemento a img, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .divEnlaceElemento a img {
                    width: 100%;
                    cursor: pointer;
                }

            .divCurso .divModalTemas .Elementos .Elemento.video .menor0, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .menor0 {
                border-right: none;
            }

            .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .menor0 {
                width: 10%;
                border-left: none;
                border-right: none;
            }

            .divCurso .divModalTemas .Elementos .Elemento.video .menor1, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .menor1 {
                border-right: none;
            }

            .divCurso .divModalTemas .Elementos .Elemento.video .menor2, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .menor2 {
                width: 10%;
                border-left: none;
                border-right: none;
            }

            .divCurso .divModalTemas .Elementos .Elemento.video .menor3, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .menor3 {
                width: 10%;
                border-left: none;
                border-right: none;
            }

            .divCurso .divModalTemas .Elementos .Elemento.video .menor4, .divCurso .divModalTemas .Elementos .Elemento.nueva_linea_modal_puzzle .menor4 {
                width: 10%;
                border-left: none;
                border-right: none;
            }

        .divCurso .divModalTemas .Elementos .salto_categoriaEL {
            display: none;
        }


        .divCurso .divModalTemas .Elementos .Elemento.examen {
            width: 7%;
            margin-top: 1%;
            margin-left: 2%;
            float: left;
        }

            .divCurso .divModalTemas .Elementos .Elemento.examen .divTextoElemento {
                width: 63%;
                float: left;
                display: none;
            }

                .divCurso .divModalTemas .Elementos .Elemento.examen .divTextoElemento .divTituloElemento {
                    width: 100%;
                    display: block;
                    font-weight: bold;
                    font-size: 1.4em;
                    text-align: left;
                    cursor: default;
                }

                .divCurso .divModalTemas .Elementos .Elemento.examen .divTextoElemento .divDescripcionElemento {
                    float: left;
                    width: 100%;
                    display: block;
                    font-size: 1em;
                    text-align: left;
                    cursor: default;
                }

            .divCurso .divModalTemas .Elementos .Elemento.examen .divEnlaceElemento {
                width: 100%;
            }

                .divCurso .divModalTemas .Elementos .Elemento.examen .divEnlaceElemento div {
                    display: block;
                }

                    .divCurso .divModalTemas .Elementos .Elemento.examen .divEnlaceElemento div img {
                        width: 100%;
                        cursor: pointer;
                    }

        .divCurso .divModalTemas .Elementos .Elemento.minijuego {
            width: 7%;
            margin-top: 1%;
            margin-left: 2%;
            float: left;
        }

            .divCurso .divModalTemas .Elementos .Elemento.minijuego .divTextoElemento {
                width: 63%;
                float: left;
                display: none;
            }

                .divCurso .divModalTemas .Elementos .Elemento.minijuego .divTextoElemento .divTituloElemento {
                    width: 100%;
                    display: block;
                    font-weight: bold;
                    font-size: 1.4em;
                    text-align: left;
                    cursor: default;
                }

                .divCurso .divModalTemas .Elementos .Elemento.minijuego .divTextoElemento .divDescripcionElemento {
                    float: left;
                    width: 100%;
                    display: block;
                    font-size: 1em;
                    text-align: left;
                    cursor: default;
                }

            .divCurso .divModalTemas .Elementos .Elemento.minijuego .divEnlaceElemento {
                width: 100%;
            }

                .divCurso .divModalTemas .Elementos .Elemento.minijuego .divEnlaceElemento div {
                    display: block;
                }

                    .divCurso .divModalTemas .Elementos .Elemento.minijuego .divEnlaceElemento div img {
                        width: 100%;
                        cursor: pointer;
                    }

.divContinuar .divModalBienvenido {
    position: absolute;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    background-color: white;
    text-align: left;
    padding-bottom: 1%;
    z-index: 999;
    position: absolute;
    width: 80%;
    left: 50%;
    top: 40%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2%;
}

    .divContinuar .divModalBienvenido .divLogo {
        width: 100%;
    }

        .divContinuar .divModalBienvenido .divLogo img {
            width: 20%;
        }

    .divContinuar .divModalBienvenido .divSaludo {
        width: calc(100% - 2%);
        padding: 1%;
        border-width: 1px;
        border-style: solid;
        border-color: #81A9B8;
        margin-top: 1%;
        font-size: 1.7em;
    }

    .divContinuar .divModalBienvenido button {
        width: 100%;
        padding: 1%;
        border: 0;
        color: white;
        background-color: #005471;
        text-align: left;
        font-size: 1.7em;
        margin-top: 1%;
        font-weight: normal;
    }

.hidden {
    display: none !important;
}

.div_fondo_oscuro_ribon {
    display: none !important
}

.divCaducado {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 30%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .divCaducado img {
        width: 100%;
    }
/*
#div_fondo_oscuro_horizontal{
    display:none!important;
}
.divHorizontal {
    display:none!important;
}*/

.hidepc {
    display: none !important;
}

.mostrarpc_unset {
    display: unset !important;
}

.jw-video {
    max-height: 100dvh !important;
}

.jwplayer .jw-media video {
    width: unset !important;
}

.video-js .vjs-big-play-button{
    left: 50%!important;
    top: 50%!important;
    -ms-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%)!important;
}

@media only screen and (max-device-width: 961px) {
    .hidemovil {
        display: none !important;
    }

    /*body {
        min-height: 100dvh !important;
        height: 100dvh !important;
        overflow: hidden !important;
        width: unset !important;
        min-width: unset !important;
    }*/

    .contenedor_curso .divLineas {
        height: calc(100dvh - 8vh);
        width: 100vw;
        padding-top: 8vh;
    }

        .contenedor_curso .divLineas .piezaPuzzle {
            float: left;
            border: 0;
            padding: 0;
            margin: 0;
        }

        .contenedor_curso .divLineas .divLupaLineas {
            top: 1vh;
            left: 1vw;
        }

    .divPlayer {
        max-width: unset;
    }

        .divPlayer .player {
            max-width: 177.78vh;
            margin: 0 auto;
        }

        .divPlayer .verdiapo {
            top: 10%;
        }

    .divRibon {
        min-width: 80%;
        z-index: 999;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .divRibon .btnRibonUpDownIN {
            width: 10vh;
            height: 10vh;
        }

        .divRibon .divRibonWrapper button {
            padding: 5vh;
            height: unset;
        }

            .divRibon .divRibonWrapper button i {
                font-size: 12vh;
            }

            .divRibon .divRibonWrapper button .notificacionMensajes {
                top: 3vh;
                right: 10%;
                border-radius: 10px;
            }

    .ribonicono {
        height: 12vh;
    }

    .divRibonOpciones {
        width: 25vh;
    }

        .divRibonOpciones .divRibonBotonesOpciones {
            width: 65vw;
            margin-left: unset;
            left: 0;
            right: 0;
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

            .divRibonOpciones .divRibonBotonesOpciones .brsubmenu {
                display: none;
            }

    .divRibon #btnContinuar {
        display: none !important;
    }

    .divElementosLinea .Elementos {
        max-width: unset;
        width: 100vw;
    }

        .divElementosLinea .Elementos .Elemento .divTextosElemento {
            width: 22%;
        }

            .divElementosLinea .Elementos .Elemento .divTextosElemento .divTituloElemento {
                font-size: 1.2em;
            }

    .divVideoModal {
        max-height: 100dvh;
        max-width: 145vh;
    }

        .divVideoModal .divPlayer {
            max-height: 80vh;
        }

            .divVideoModal .divPlayer .player {
                height: 80vh;
            }

    .divCurso .divModalTemas {
        max-width: unset !important;
    }

        .divCurso .divModalTemas .cerrar {
            font-size: 2.5em;
        }

        .divCurso .divModalTemas .Elementos .Elemento.video .divTextoElemento .divTituloElemento {
            font-size: 0.9em;
        }

        .divCurso .divModalTemas .Elementos .Elemento.video .divTextoElemento .divDescripcionElemento {
            font-size: 0.8em;
        }










    .divRibon {
        width: 80%;
        text-align: center;
        position: fixed;
        z-index: 999;
        /*height: 9vh;*/
        margin: auto;
        /*margin-top: calc(-9vh + 0px);*/
        max-width: 177.78vh;
        left: 0;
        right: 0;
        z-index: 999;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        /*.divRibon:hover, .divRibon_hover {
        margin-top: 0;
        height: 9vh;
    }*/

        .divRibon .btnRibonUpDownIN {
            width: 10vh;
            height: 5vh;
            border: none;
            background-color: unset;
            padding: 0;
            background-image: url('../images/svg/MENU2.svg');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            z-index: 999;
            cursor: pointer;
        }

            .divRibon .btnRibonUpDownIN img {
                width: 100%;
            }

        .divRibon .divRibonWrapper {
            margin: 0 auto;
            width: 80vw;
            text-align: center;
            background-color: rgba(255, 255, 255, 0.8);
            border-bottom-color: black;
            border-bottom-style: solid;
            border-bottom-width: 5px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            text-align: center;
            height: calc(100% - 5px);
            max-width: 177.78vh;
            display: none;
        }

        .divRibon .divRibonWrapper {
            border: 0;
            border-left-color: black !important;
            border-left-style: solid !important;
            border-left-width: 1px !important;
            border-right-color: black !important;
            border-right-style: solid !important;
            border-right-width: 1px !important;
            border-bottom-color: black !important;
            border-bottom-style: solid !important;
            border-bottom-width: 1px !important;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            height: calc(100%);
        }

            .divRibon .divRibonWrapper button {
                border: none;
                background-color: transparent;
                padding: 4vh;
                cursor: pointer;
                /*height: 8vh;*/
                position: relative;
            }

                .divRibon .divRibonWrapper button i {
                    margin-bottom: 1%;
                    font-size: 12vh;
                }

                .divRibon .divRibonWrapper button .notificacionMensajes {
                    display: none;
                    position: absolute;
                    top: 3vh;
                    right: 10%;
                    background-color: red;
                    color: white;
                    width: 1em;
                    font-size: 1em;
                    border-radius: 10px;
                    padding: 2%;
                }

    .avisoMensajes {
        position: absolute;
        top: 2%;
        right: 2%;
        background-color: #B2384A; /* rgba(0,0,0,0.5);*/
        color: white;
        padding: 1%;
        border-radius: 5px;
        font-size: 1.5em;
        z-index: 9999;
    }

    .ribonicono {
        height: 12vh;
    }

    .divRibon .divRibonWrapper button:hover {
        color: #2E9CD8;
        filter: invert(48%) sepia(25%) saturate(1328%) hue-rotate(157deg) brightness(107%) contrast(90%);
    }

    .divRibon .divRibonWrapper button i:hover {
        color: #2E9CD8;
        filter: invert(48%) sepia(25%) saturate(1328%) hue-rotate(157deg) brightness(107%) contrast(90%);
    }

    .divRibon .divRibonWrapper button image:hover {
        color: #2E9CD8;
        filter: invert(48%) sepia(25%) saturate(1328%) hue-rotate(157deg) brightness(107%) contrast(90%);
    }

    .divRibon #btnConfig {
        display: unset;
    }

    .divRibonOpciones {
        display: inline-block;
        width: 25vh;
    }

        .divRibonOpciones .divRibonbtnOpciones {
            /*width: 8vh;*/
        }

        .divRibonOpciones .divRibonBotonesOpciones {
            /*display: none;*/
            width: 65vw;
            background-color: white;
            position: absolute;
            padding: 0.5%;
            /*margin-left: 10vw;*/
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            margin-top: 1px;
            border-left-style: solid;
            border-left-color: black;
            border-left-width: 1px;
            border-right-style: solid;
            border-right-color: black;
            border-right-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: black;
            border-bottom-width: 1px;
            left: 0;
            right: 0;
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    /*.divRibonOpciones .divRibonBotonesOpciones .brsubmenu {
                display: none;
            }*/

    .button_toolbox {
        display: none !important;
    }

    .divRibon #btnContinuar {
        position: absolute;
        right: 10px;
        display: none !important;
    }

    .btnRibonUpDownOUT {
        display: none;
        z-index: 999;
    }

    .divElementoContenido .divElemento {
        width: 100%;
        max-width: unset !important;
    }



    .divHorizontal {
        position: absolute;
        padding: 2%;
        background-color: white;
        font-size: 2em;
        left: 50%;
        top: 30%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .divCurso .divModalTemas .Elementos .mensajeSOLO {
        font-size: 0.8em !important;
    }

    .solomovil {
        display: block !important;
    }
}

@media only screen and (max-device-width: 961px) and (orientation: landscape) {

    .divservidor {
        display: none;
    }

    .divJuegoBuscar {
        width: 100%;
        height: calc(56.25vw);
        background-size: contain;
        max-height: 100dvh;
        /* max-width: 177.78vh !important; */
        margin: auto !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
    }
}

@media only screen and (max-device-width: 550px) and (orientation: landscape) {

    .divCurso .divModalTemas .Elementos .vertema a {
        font-size: 0.7em;
    }
}


@media only screen and (max-device-width: 1440px) and (orientation: portrait) {

    /*    #pageContentWrapper {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }*/

    .divPaginaLibro {
        padding-top: unset;
    }

    .divRibon {
    }

        .divRibon .divRibonWrapper {
            padding-bottom: 1vh;
            /*height: 57vh;*/
            padding-top: 10px;
        }

            .divRibon .divRibonWrapper button {
                min-width: 30%;
                margin-bottom: 5%;
                margin-bottom: 10%;
                font-size: 3vw;
                padding: 1%;
            }

                .divRibon .divRibonWrapper button i {
                    font-size: 10vw;
                }

    .divRibonOpciones {
        min-width: 30%;
        width: 30%;
    }

    .ribonicono {
        width: 10vw;
        height: 40px;
    }

    .divRibonOpciones .divRibonBotonesOpciones {
        display: none;
        width: 65vw;
        background-color: white;
        position: absolute;
        padding: 5%;
        /*margin-left: 10vw;*/
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-top: 1px;
        border-left-style: solid;
        border-left-color: black;
        border-left-width: 1px;
        border-right-style: solid;
        border-right-color: black;
        border-right-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: black;
        border-bottom-width: 1px;
        left: 0;
        right: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        /*top: 58vh;*/
        top: 0;
    }

        .divRibonOpciones .divRibonBotonesOpciones .brsubmenu {
            display: none;
        }

    .divservidor {
        display: none;
    }

    .divElementosLinea {
        padding-top: 5vh;
    }

        .divElementosLinea .Elementos .Elemento .divTextosElemento {
            width: 21%;
        }

            .divElementosLinea .Elementos .Elemento .divTextosElemento .divTituloElemento {
                font-size: 0.6em;
            }

            .divElementosLinea .Elementos .Elemento .divTextosElemento .divDescripcionElemento {
                display: none;
            }

    .divCurso .divModalTemas .Elementos .Elemento.video .divTextoElemento .divDescripcionElemento {
        display: none;
    }

    .divCurso .divModalTemas .Elementos .vertema {
        width: 70%;
    }

    .divCurso .divModalTemas .Elementos .mensajeSOLO {
        display: none;
    }

    .divCurso .divModalTemas .Elementos .Elemento.video .divTextoElemento .divTituloElemento {
        font-size: 0.6em;
    }

    .contenedor_curso .divLineas {
        /*margin-top: 3vh;*/
    }

    .divPlayer {
        /*top: 20vh !important;*/
        bottom: unset !important;
        height:100vh;
    }

    .divPlayer .video-js{
        top: 20vh !important;
    }
}


@media only screen and (max-device-width: 550px) and (orientation: portrait) {

    .contenedor_curso .divLinea {
        margin: unset;
        margin-top: 1vh;
    }

        .contenedor_curso .divLinea .divTitulo {
            font-size: 0.8em;
        }

        .contenedor_curso .divLinea .divElementoLinea {
            width: 18vw;
            height: 16vw;
            margin-top: 10px;
            margin-bottom: 0;
        }

            .contenedor_curso .divLinea .divElementoLinea .divTituloElemento {
                font-size: 0.7em;
            }

    .divSaltoCategoriaEL .botonera .boton {
        font-size: 1.8em;
    }
}
