/* Pantallas de acceso */
body {
  overflow-y: scroll;
}
.bigger {
  font-size: 1.4em;
}
.small {
  font-size: 0.7em;
}
.text-uppercase {
  text-transform: uppercase;
}
.cabecera {
  /*a.control {
        background: url(../img/base-boton-control.png) 0 0 no-repeat;
        &:hover {
            background: url(../img/base-boton-control.png) 0 -89px no-repeat;
            color: #fffc00;
        }
    }*/
}
.cabecera .curso {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  padding-right: 20px;
  margin-right: 20px;
}
.cabecera .info-curso {
  float: left;
  padding-top: 10px;
}
.cabecera .titulo h1 {
  font-size: 3.3em;
  padding-top: 10px;
  line-height: 1.1em;
}
.cabecera .titulo h1 span {
  display: inline-block;
  padding-left: 15px;
}
.cabecera .titulo h2 {
  margin: 0;
  padding: 0;
  border-top: none;
  text-transform: uppercase;
}
.cabecera .titulo h3 {
  color: #fffc00;
  font-size: 1.4em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  margin: 5px 0 0 0;
}
/*** MODO CONTROL ****/
/*body.control .cabecera a.control {
        background: url(../img/base-boton-control.png) 3px -167px no-repeat;
        color: #fffc00;
    }
    body.control .cabecera a.control:hover {
            background: url(../img/base-boton-control.png) 3px -247px no-repeat;
            color: #d6eaed;
        }
*/
/*************************************************************/
/*** PANTALLAS DE ACCESO TRIMESTRES **************************/
/*************************************************************/
.bloque-accesos {
  margin-top: 2em;
}
.bloque-accesos .separarSecciones {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 25px 0 0 0;
}
.bloque-accesos h2 {
  color: #fffc00;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  font-weight: normal;
  margin-top: 5px;
  font-size: 2em;
  line-height: 1em;
}
.halo {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px;
  border-radius: 15px;
}
.bloque-accesos__col-izq {
  float: left;
  width: 510px;
}
.bloque-accesos__col-drcha {
  float: right;
  width: 420px;
}
.bloque-accesos__caja-oscura {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 15px 20px;
}
.accesos-info-principal {
  float: left;
  width: 510px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.accesos-info-principal .mes {
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.accesos-info-principal h2 + .mes {
  margin-top: -15px;
}
.accesos-info-principal h4 {
  font-size: 1.5em;
  margin: 1em 0 0.6em 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  color: #fffc00;
}
.accesos-info-principal h5 {
  margin: 0.5em 0 0.5em 0;
  font-size: 1.7em;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.accesos-info-principal p {
  font-family: Arial;
  font-size: 1.1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.accesos-info-principal--min-height {
  min-height: 450px;
}
.accesos-info-principal-detalle {
  font-size: 0.9em;
  padding: 0 10px 20px 10px;
}
.accesos-info-principal-detalle .mes {
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.accesos-info-principal-detalle h4 {
  font-size: 1.5em;
  margin: 1em 0 0.6em 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  color: #fffc00;
  text-transform: uppercase;
}
.accesos-info-principal-detalle p {
  font-family: Arial;
  font-size: 1.1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  line-height: 1.3em;
  padding-right: 100px;
}
.accesos-info-secundaria {
  float: right;
  width: 420px;
}
.accesos-info-secundaria .info-secundaria {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 15px 20px;
}
.accesos-info-secundaria h3 {
  margin: 10px 0;
  font-size: 1.3em;
}
.lista-trimestres li {
  display: inline-block;
  width: 30.8%;
  margin-left: 2.8%;
}
.lista-trimestres li:first-child {
  margin-left: 0;
}
.lista-trimestres li a {
  display: block;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 30px 5px 30px 5px;
}
.lista-trimestres li a span {
  display: block;
  font-size: 6em;
  color: #fffc00;
  font-weight: bold;
  line-height: 1em;
}
.lista-trimestres li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.lineas li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.lineas li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.lineas .download {
  display: block;
  padding: 11px 20px 11px 50px;
  text-decoration: none;
  background: url(../img/base-css-download.png) 10px 12px no-repeat;
}
.lineas a.download {
  color: #ffffff;
}
.lineas a.download:hover {
  color: #fffc00;
  background-color: rgba(255, 255, 255, 0.1);
}
.lineas a.download.demo-deshabilitado {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.7;
}
.lineas .doc-online {
  display: block;
  padding: 11px 20px 11px 50px;
  text-decoration: none;
  background: url(../img/view-book-3.png?v01) 12px 7px no-repeat;
}
.lineas a.doc-online {
  color: #ffffff;
}
.lineas a.doc-online:hover {
  color: #fffc00;
  background-color: rgba(255, 255, 255, 0.1);
}
.lineas a.doc-online.demo-deshabilitado {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.7;
}
.bloque-pruebas .bloque {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 12px 10px 12px 10px;
}
.bloque-pruebas .prueba {
  display: inline-block;
  width: 290px;
  padding: 15px 10px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.6);
}
.bloque-pruebas .prueba:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fffc00;
}
.bloque-pruebas .prueba.deshabilitado {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
.bloque-pruebas .prueba.bigger {
  font-size: 1.8em;
}
.bloque-pruebas .ayuda {
  background: url(../img/base-ayuda.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: right;
}
.bloque-pruebas .ayuda span {
  position: absolute;
  left: -10000px;
}
.bloque-pruebas .ayuda:hover {
  background: url(../img/base-ayuda.png) 0 -78px no-repeat;
  cursor: default;
}
.bloque-pruebas .eliminar {
  background: url(../img/base-eliminar.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
  line-height: 50px;
  float: right;
  margin-right: 15px;
}
.bloque-pruebas .eliminar span {
  position: absolute;
  left: -10000px;
}
.bloque-pruebas .eliminar:hover {
  background: url(../img/base-eliminar.png) 0 -78px no-repeat;
}
.bloque-pruebas .control {
  display: inline-block;
  float: right;
  background: url(../img/base-boton-control.png) 0 0 no-repeat;
  text-transform: uppercase;
  width: 88px;
  color: #d6eaed;
  text-decoration: none;
  line-height: 1em;
  text-align: center;
  padding: 50px 0 0 0;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: -2px;
  font-size: 0.85em;
}
.bloque-pruebas .control:hover {
  background: url(../img/base-boton-control.png) 0 -89px no-repeat;
  color: #ffffff;
}
.bloque-pruebas .control.on {
  background: url(../img/base-boton-control.png) 0 -167px no-repeat;
  color: #fffc00;
}
.bloque-pruebas .control.on:hover {
  background: url(../img/base-boton-control.png) 0 -247px no-repeat;
  color: #FFF;
}
.bloque-pruebas .periodo {
  float: right;
  color: #FFF;
  text-transform: uppercase;
  margin: 15px -10px 0 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.mensajes {
  background: url(../img/base-mensajes.png) 7px 10px no-repeat;
  padding: 15px 0 15px 55px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border-radius: 8px;
}
.mensajes:hover {
  color: #fffc00;
  background-color: rgba(255, 255, 255, 0.2);
}
.mensajes.demo-deshabilitado {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}
.boton-acceso {
  display: block;
  background-image: url(../img/base-acceso-ejercicios-T1.gif?v=02);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 20px 15px;
  border-radius: 15px;
  position: relative;
  height: 215px;
}
.boton-acceso.demo-deshabilitado {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}
.boton-acceso.demo-deshabilitado:hover {
  background-position: 0 0;
}
.boton-acceso .boton-acceso__enlaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 275px;
}
.boton-acceso .boton-acceso__enlace {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  color: #fffc00;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.boton-acceso .boton-acceso__enlace:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.boton-acceso .boton-acceso__enlace.demo-deshabilitado {
  cursor: default;
}
.boton-acceso .boton-acceso__enlace.demo-deshabilitado:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fffc00;
}
.boton-acceso .boton-acceso__enlace + .boton-acceso__enlace {
  margin-top: 10px;
}
.boton-acceso .entrar {
  background-image: url(../img/base-flecha-acceso.png);
  background-position: 95% 7px;
}
.boton-acceso .descargar {
  background-image: url(../img/base-css-download.png);
  background-position: 95% 10px;
}
.boton-acceso .frase {
  color: #000;
  position: absolute;
  right: 207px;
  top: 0px;
  width: 161px;
  padding: 10px;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1.1em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.eu .boton-acceso .frase {
  top: -7px;
}
.accesos-info-secundaria .boton-acceso .frase {
  right: 163px;
}
.base_accesos_T2 .boton-acceso {
  background-image: url(../img/base-acceso-ejercicios-T2.gif?v=02);
}
.base_accesos_T2 .boton-acceso .frase {
  right: 211px;
}
.base_accesos_T2 .accesos-info-secundaria .boton-acceso .frase {
  right: 166px;
}
.base_accesos_T3 .boton-acceso {
  background-image: url(../img/base-acceso-ejercicios-T3.gif?v=02);
}
.base_accesos_T3 .boton-acceso .frase {
  right: 236px;
  top: -4px;
}
.eu .base_accesos_T3 .boton-acceso .frase {
  top: -10px;
}
.base_accesos_T3 .accesos-info-secundaria .boton-acceso .frase {
  right: 191px;
}
.indice-tarea {
  float: left;
  width: 600px;
  padding: 25px 0 0 35px;
}
.indice-tarea h2 {
  color: #fffc00;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  font-weight: normal;
  margin-top: 5px;
  font-size: 2em;
  line-height: 1em;
}
.indice-tarea .mes {
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.indice-tarea h2 + .mes {
  margin-top: -15px;
}
.indice-tarea h4 {
  margin: 0.5em 0 0.5em 0;
  font-size: 1.7em;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.indice-tarea p {
  font-family: Arial;
  font-size: 1.1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
/*****************************************************************/
/***************       PANTALLAS RESULTADOS         **************/
/*****************************************************************/
.bloque_resultados {
  margin-top: 2em;
}
.bloque_resultados > h2 {
  color: #fffc00;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1em;
}
.bloque_resultados .subtitulo {
  margin-top: 0;
  padding-top: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 1.1em;
}
.bloque_resultados .info_left {
  float: left;
  width: 265px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 10px;
  min-height: 450px;
}
.ContenidoObjetivoOculto {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 25px;
}
.ContenidoObjetivoOculto .notaPieResultados {
  margin-top: 25px;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}
.bloque_resultados_datos .bloque_ejercicios {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0 15px 0;
  margin-bottom: 25px;
}
.bloque_resultados_datos .bloque_ejercicios.sinborder {
  border-bottom: none;
  padding-bottom: 0;
}
.bloque_resultados_datos h4 {
  color: #fffc00;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1em;
  padding: 7px 5px;
}
.bloque_resultados_datos h4.jqContenidoObjetivo {
  background: url(../img/css-resultados-abrir.png) 10px 0.6em no-repeat;
  padding-left: 35px;
}
.bloque_resultados_datos h4.jqContenidoObjetivo.abierto {
  background: url(../img/css-resultados-cerrar.png) 10px 0.6em no-repeat;
}
.bloque_resultados_datos h4.jqContenidoObjetivo:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 22px;
}
.bloque_resultados_datos h5 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0.6em 0;
  padding: 0;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fffc00;
}
.bloque_resultados_datos h5 .numero-tarea {
  text-transform: uppercase;
  color: #FFF;
}
.bloque_resultados_datos .resultado {
  display: inline-block;
  width: 115px;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 1em;
}
.bloque_resultados_datos .resultado:nth-child(7n+1) {
  margin-left: 0;
}
.bloque_resultados_datos .resultado:last-child {
  margin-right: 0;
}
.bloque_resultados_datos .resultado p {
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.bloque_resultados_datos .resultado .intentos {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 1.3em;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  margin: 0 2px;
}
.bloque_resultados_datos .resultado .intentos.control {
  background-color: #ffa800;
}
.bloque_resultados_datos .resultado .intentos.error {
  color: #ff0000;
}
.bloque_resultados_datos .resultado .intentos_cuadrado {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.7em;
  display: inline-block;
  border-radius: 7px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  margin: 0 2px;
}
.bloque_resultados_datos .resultado .intentos_cuadrado.control {
  background-color: #ffa800;
}
.bloque_resultados_datos .resultado .intentos_cuadrado.error {
  color: #ff0000;
}
.bloque_resultados_datos .resultado .intentos-sobre-diez {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 1.3em;
  border-radius: 30px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  margin: 0 2px;
}
.bloque_resultados_datos .resultado .intentos-sobre-diez.control {
  background-color: #ffa800;
}
.bloque_resultados_datos .resultado .intentos-sobre-diez.error {
  color: #ff0000;
}
.bloque_resultados_datos .resultado.test-final {
  width: 200px;
}
.bloque_resultados_datos .resultado.test-final .intentos {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.4em;
}
.bloque_resultados_datos .resultado.test-final .intentos-sobre-diez {
  width: 100px;
  height: 60px;
  line-height: 60px;
  font-size: 1.4em;
}
.bloque_resultados_datos .ficha_resultados_bloque p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.bloque_resultados_datos .ficha_resultados_bloque .bloque_ejercicios {
  border-bottom: 0;
  padding-bottom: 0;
}
.bloque_resultados_datos .resultados_autoevaluaciones_bloque {
  /*float: left;*/
}
.bloque_resultados_datos .resultados_autoevaluaciones_bloque h3 {
  margin: 0;
  font-size: 1.4em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding: 0 11px;
}
.bloque_resultados_datos .resultados_autoevaluaciones_explicacion {
  /*float: left;
        margin: 5px 0 0 20px;*/
  margin: 5px 0 0 0;
  display: inline-block;
  max-width: 142px;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 1.2em;
}
.bloque_resultados_datos .resultados_autoevaluaciones_explicacion p {
  margin-bottom: 33px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.bloque_resultados_datos .resultados_autoevaluaciones_explicacion p:last-child {
  margin-bottom: 0;
}
.bloque_resultados_datos .resultados_autoevaluaciones {
  display: inline-block;
  /*min-width: 60px;*/
  text-align: center;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 1em;
}
.bloque_resultados_datos .resultados_autoevaluaciones:last-child {
  margin-right: 0;
}
.bloque_resultados_datos .resultados_autoevaluaciones p {
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.bloque_resultados_datos .resultados_autoevaluaciones .intentos {
  /*display: inline-block;*/
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.1em;
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  margin: 0 auto 10px auto;
}
.bloque_resultados_datos .resultados_autoevaluaciones .intentos.control {
  background-color: #ffa800;
}
.bloque_resultados_datos .resultados_autoevaluaciones .intentos.error {
  color: #ff0000;
}
.bloque_resultados_datos .resultados_autoevaluaciones .intentos:last-child {
  margin-bottom: 0;
}
.bloque_resultados_datos .bloque_ficha_autoevaluacion {
  margin-left: 8px;
  float: left;
  text-align: center;
}
.bloque_resultados_datos .bloque_ficha_autoevaluacion p {
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.bloque_resultados_datos .bloque_ficha_autoevaluacion .intentos {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 1.8em;
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  margin: 0 2px;
}
.bloque_resultados_datos .bloque_ficha_autoevaluacion .intentos.control {
  background-color: #ffa800;
}
.bloque_resultados_datos .bloque_ficha_autoevaluacion .intentos.error {
  color: #ff0000;
}
.bloque_resultados_datos .test .texto {
  display: inline-block;
  float: left;
  margin-left: 15px;
  margin-top: -5px;
}
.bloque_resultados_datos .test .intentos {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 1.3em;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  margin: 0 0 0 5px;
}
.bloque_resultados_datos .test .intentos.control {
  background-color: #ffa800;
}
.bloque_resultados_datos .test .intentos.error {
  color: #ff0000;
}
.bloque_resultados_datos .notafinal {
  display: inline-block;
  width: 100px;
  height: 60px;
  background: #FFF url(../img/base-css-notafinal.png) 0 0 repeat-x;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  font-size: 2.3em;
  color: #000000;
  font-weight: bold;
  float: left;
}
.bloque_resultados_datos .notafinal .rellenar_input {
  width: 100%;
  background: none;
  /*height: 70px;*/
}
.bloque_resultados_datos .notapruebafinal {
  display: inline-block;
  width: 90px;
  height: 50px;
  background: #FFF url(../img/base-css-notafinal.png) 0 0 repeat-x;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  font-size: 2em;
  color: #000000;
  font-weight: bold;
  float: left;
  margin-top: 6px;
}
.bloque_resultados_datos .notapruebafinal_txt {
  float: left;
  margin: 20px 0 0 20px;
}
.bloque_resultados_datos .btn-guardar {
  float: left;
  margin: 7px 0 0 20px;
}
.bloque_resultados_datos .btn-resultados {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  background-color: rgba(255, 255, 255, 0.4);
}
.bloque_resultados_datos .btn-resultados:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fffc00;
}
.bloque_resultados_datos .btn-resultados.btn-txiki {
  float: right;
  font-size: 1em;
  padding: 15px 20px;
  margin: 10px 0 0 0;
}
#resultados-profesores .bloque_resultados_datos {
  float: right;
  width: 685px;
}
#resultados-profesores .resultado {
  margin-left: 14px;
}
#resultados-profesores .resultado:nth-child(5n+1) {
  margin-left: 0;
}
.botonSubmit {
  border: none;
  border-radius: 30px;
  color: #fffc00;
  display: inline-block;
  line-height: 1em;
  min-width: 2em;
  padding: 1.2em 1.5em;
  padding-right: 1.5em;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url(../img/css-buttom-siguiente.png);
  background-position: right 10px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.botonSubmit:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.separador {
  line-height: 3px;
  height: 3px;
  background: none;
  margin: 1.7em 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
.message {
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 25px 0 25px 25px;
}
.message.message-error {
  background: #fff url(../img/css-error.png) 20px 15px no-repeat;
  color: #f50c0c;
  padding-left: 85px;
}
.message.message-ok {
  background: #fff url(../img/css-ok.png) 20px 15px no-repeat;
  padding-left: 85px;
  color: #297902;
}
/****************************************************************/
/****************************************************************/
/**************  VENTANA POP UP               *******************/
/****************************************************************/
/****************************************************************/
.ventana-modal {
  text-align: left;
  background: #ffffff;
  border-radius: 20px;
  height: 530px;
  width: 980px;
  margin: 0 auto;
  border: 1px solid;
  position: relative;
}
.ventana-modal .ventana-modal-body {
  height: 357px;
  overflow-y: scroll;
  padding-right: 30px;
  padding: 5px 30px 5px 19px;
  border-left: 1px solid #eaeaea;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}
.ventana-modal .ventana-modal-body p {
  margin-bottom: 1em;
}
.ventana-modal .ventana-modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 904px;
  text-align: center;
  padding: 15px 16px 25px 16px;
  margin-left: 38px;
  margin-right: 20px;
}
.ventana-modal .cerrar {
  float: right;
  margin: 15px 15px 0 0;
}
.ventana-modal .cerrar a {
  background: url(../img/cerrar.png) 0 0 no-repeat;
  width: 48px;
  height: 46px;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
}
.ventana-modal .cerrar a:hover {
  background: url(../img/cerrar.png) 0 -60px no-repeat;
}
.ventana-modal .texto {
  margin: 20px 40px;
  font-size: 1.3em;
  line-height: 1.4em;
  /*
        label.botonInput {
            cursor: pointer;
            background: url(../img/caja-verdad-false.png) 0 0 no-repeat;
            width: 36px;
            height: 37px;
            overflow: hidden;
            display: inline-block;
        }
        label input {
            position: absolute;
            left: -10000em;
        }
        */
}
.ventana-modal .texto h2 {
  font-size: 2em;
  line-height: 120%;
  color: #FFFC00;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.9);
}
.ventana-modal .texto .boton-general {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFC00;
  padding: 0.6em 2em;
  border-radius: 30px;
  text-decoration: none;
  line-height: 1.4em;
  margin-left: 25px;
  display: inline-block;
  font-size: 0.8em;
  text-transform: uppercase;
}
.ventana-modal .texto .boton-general:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.ventana-modal .texto li:first-child {
  border-top: 1px solid #cccccc;
}
.ventana-modal .texto li {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
}
.ventana-modal .texto label {
  cursor: pointer;
}
.ventana-modal .texto label:hover {
  color: #7f7f7f;
}
.ventana-modal .texto input {
  margin-right: 15px;
}
.ventana-modal .texto .mensaje {
  background-image: url(../img/css-ok.png);
  background-color: #efffe7;
  background-repeat: no-repeat;
  background-position: 15px 10px;
  display: block;
  padding: 18px 25px 23px 80px;
  border: 1px solid #bae4a6;
  border-radius: 5px;
  color: #319500;
}
.ventana-modal .texto .mensaje.error {
  background-image: url(../img/css-error.png);
  border-color: #ffdcdc;
  color: #ff0000;
  background-color: #ffeeee;
}
.ventana-modal.usuario-demo {
  height: auto;
  width: 600px;
}
.ventana-modal.usuario-demo .texto {
  margin: 50px 70px 20px 28px;
}
.ventana-modal.usuario-demo .ventana-modal-body {
  height: auto;
  overflow-y: initial;
  padding: 5px 30px 5px 20px;
  border: none;
  font-size: 1em;
}
.ventana-modal.usuario-demo .ventana-modal-footer {
  position: relative;
  margin: 0;
  padding: 0;
  width: auto;
  padding: 15px;
}
/** PANTALLA LISTA TAREAS ***/
.base_lista_tareas {
  padding: 20px 0 0 0;
}
.base_lista_tareas .accesos-info-principal {
  font-size: 1.2em;
}
.base_lista_tareas .saludo {
  font-family: 'Orbitron';
  font-size: 2.1em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
  line-height: 1.4em;
  margin: 0 0 5px 0;
}
.base_lista_tareas .lista {
  width: 480px;
  font-size: 1.1em;
}
.base_lista_tareas .lista li {
  margin-bottom: 12px;
}
.base_lista_tareas .lista li a {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fffc00;
  padding: 0.7em 2em;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.4em;
}
.base_lista_tareas .lista li.resultados {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0 0 0;
  margin-top: 15px;
}
.base_lista_tareas .lista li.resultados a {
  background-color: rgba(0, 0, 0, 0.6);
}
.base_lista_tareas .lista li.resultados a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.base_lista_tareas .lista .tarea_numero {
  display: block;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1em;
  color: #FFFFFF;
}
.base_lista_tareas .lista a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.infopruebacurso {
  padding: 8px;
}
.infopruebacurso h5 {
  margin-top: 0;
}
.infopruebacurso li {
  list-style-type: disc;
  margin-left: 20px;
}
.infopruebacurso .table-datos {
  margin: 25px 0;
  width: 100%;
  border-collapse: collapse;
}
.infopruebacurso .table-datos > thead td {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.infopruebacurso .table-datos > thead td:first-child {
  border-left: none;
}
.infopruebacurso .table-datos > tbody td {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
  font-size: 1.3em;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.infopruebacurso .table-datos > tbody td:first-child {
  border-left: none;
}
.infopruebacurso .table-datos > tbody td.text-left {
  text-align: left;
}
.infopruebacurso .table-datos > tbody td.text-right {
  text-align: right;
}
.infopruebacurso .table-datos > tbody td.text-center {
  text-align: center;
}
/*** LISTA EJERCICIOS *********/
/** PANTALLA LISTA EJERCICIOS ***/
.base_lista_ejercicios {
  padding: 25px 0 0 35px;
  font-size: 1.2em;
}
.base_lista_ejercicios .saludo {
  font-family: 'Orbitron';
  font-size: 2.1em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
  line-height: 1.4em;
  margin: 0 0 5px 0;
}
.base_lista_ejercicios .bd_right {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 10px;
}
.bloque_lista_ejercicios {
  float: left;
  width: 225px;
  margin-right: 10px;
}
.bloque_lista_ejercicios .lista {
  width: 100%;
}
.bloque_lista_ejercicios .lista li {
  margin: 10px 0 20px 0;
  position: relative;
}
.bloque_lista_ejercicios .lista li a {
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fffc00;
  padding: 1.3em 1em;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.4em;
}
.bloque_lista_ejercicios .lista .tarea_numero {
  display: block;
  text-transform: uppercase;
  line-height: 1em;
  color: #FFFFFF;
}
.bloque_lista_ejercicios .lista .sin_maquetar {
  display: block;
  background-color: rgba(255, 255, 255, 0.25);
  color: #bade86;
  padding: 1.3em;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.4em;
}
.bloque_lista_ejercicios .lista .sin_maquetar .tarea_numero {
  color: #000;
}
.bloque_lista_ejercicios .lista a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.bloque_lista_ejercicios .cara-si {
  position: absolute;
  right: 15px;
  top: 8px;
  background: url(../img/cara-si.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
.bloque_lista_ejercicios .cara-no {
  position: absolute;
  right: 15px;
  top: 8px;
  background: url(../img/cara-no.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
.bloque_lista_ejercicios .ejercicio-oral {
  background: url(../img/icono-ejercicio-oral-blanco.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 11px;
  width: 58px;
  height: 40px;
}
/**** MODO CONTROL *********/
body.control .lista_ejercicios .cara-si {
  background: url(../img/cara-si-control.png) 0 0 no-repeat;
}
body.control .lista_ejercicios .ejercicio-oral {
  background: url(../img/icono-ejercicio-oral-blanco.png) 0 0 no-repeat;
}
/*# sourceMappingURL=base_screen.css.map */