/* ==========================================================================
   CSS principal
   ========================================================================== */
/* Core variables and mixins */
/* APPLICATION */
/* FONTS */
/* 14px */
/* DIVERS */
/* Modify this for custom colors, font-sizes, etc */
/* CLEARFIX */
/* FUENTES */
/* BORDES REDONDEADOS */
/* SOMBRAS DE TEXTOS */
/* SOMBRAS DE CAJA */
/* CSS Reset (Boilerplate) */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'Questrial', Arial, Helvetica, sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
  color: #FFFFFF;
  font-weight: normal;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
dd,
menu,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  /*    margin: 0;  2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* CSS Reset */
/*
 * CSS base
 *
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* Google Questrial Webfont Generated by Font Squirrel (http://www.fontsquirrel.com) */
/* @font-face {
    font-family: 'questrial';
    src: url('questrial-regular-webfont.eot');
    src: url('questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('questrial-regular-webfont.woff') format('woff'),
         url('questrial-regular-webfont.ttf') format('truetype'),
         url('questrial-regular-webfont.svg#questrialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #ffffff;
}
body {
  font-size: 0.9em;
  line-height: 1.4em;
  height: 100%;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #ffffff;
  color: #000000;
  text-shadow: none;
}
::selection {
  background: #ffffff;
  color: #000000;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d8d8d8;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  /*	*text-indent: -9999px; NO SE SOPORTA IE 6/7 */
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  /*	*zoom: 1; NO SE SOPORTA IE 6/7 */
}
.limpiar {
  clear: both;
  font-size: 0.000001em;
  height: 0.000001em;
  line-height: 0.000001em;
}
/* Skeleton */
#wrapper {
  margin: 0 auto;
}
header {
  z-index: 1000;
  width: 100%;
}
section {
  z-index: 100;
}
article {
  /*width: @aplication_max-width - 10 - 15;*/
  z-index: 1000;
}
footer {
  z-index: 1000;
}
body.fondo0 {
  background: #012233 url(../img/css-fondo00.jpg?v02) center top no-repeat;
}
body.fondo_general {
  background: #012233 url(../img/css-fondo_general.jpg?v02) center top no-repeat;
}
body.unidad_1,
body.unidad_0 {
  background: #060201 url(../img/css-fondo-t1-2.jpg?v02) center top no-repeat fixed;
}
body.unidad_1.resultados {
  background: #060201 url(../img/css-fondo-t1-3.jpg?v02) center top no-repeat fixed;
}
body.unidad_1_ejercicios {
  background: #002b3c url(../img/css-fondo-t1-3.jpg?v02) center top no-repeat;
}
body.unidad_2 {
  background: #002441 url(../img/css-fondo-t2-2.jpg?v02) center top no-repeat;
}
body.unidad_2.resultados {
  background: #002441 url(../img/css-fondo-t2-3.jpg?v02) center top no-repeat;
}
body.unidad_2.enfocado {
  background: #002441 url(../img/css-fondo-t2-3.jpg?v02) center top no-repeat;
}
body.unidad_2_ejercicios {
  background: #012233 url(../img/css-fondo-t2-3.jpg?v02) center top no-repeat;
}
body.unidad_3 {
  background: #000000 url(../img/css-fondo-t3-2.jpg?v02) center top no-repeat;
}
body.unidad_3.resultados {
  background: #000000 url(../img/css-fondo-t3-3.jpg?v02) center top no-repeat;
}
body.unidad_3_ejercicios {
  background: #000000 url(../img/css-fondo-t3-3.jpg?v02) center top no-repeat fixed;
}
body.base_accesos {
  background: #142129 url(../img/base-css-fondo-accesos.jpg?v01) center top no-repeat;
  background-attachment: fixed;
}
body.base_accesos_T1 {
  background: #010101 url(../img/css-fondo-t1-3.jpg) center top no-repeat;
}
body.base_accesos_T2 {
  background: #012442 url(../img/css-fondo-t2-3.jpg) center top no-repeat;
}
body.base_accesos_T3 {
  background: #000000 url(../img/css-fondo-t3-3.jpg) center top no-repeat;
}
/*Fondo para todas las unidades del trimestre 1 */
body.base_unidad_1_ejercicios {
  background: #010101 url(../img/css-fondo-t1-3.jpg?v02) center -125px no-repeat;
}
/*Fondo para todas las unidades del trimestre 2 */
body.base_unidad_2_ejercicios {
  background: #012442 url(../img/css-fondo-t2-3.jpg?v02) center -125px no-repeat;
}
/*Fondo para todas las unidades del trimestre 3 */
body.base_unidad_3_ejercicios {
  background: #000000 url(../img/css-fondo-t3-3.jpg?v03) center -125px no-repeat;
}
body.fondo_animacion_1 {
  background: #0c0604 url(../img/css-fondo-anima1.jpg?v02) center top no-repeat fixed;
}
body.fondo_animacion_2 {
  background: #002441 url(../img/css-fondo-t2-1.jpg?v02) center top no-repeat fixed;
}
body.fondo_animacion_3 {
  background: #000000 url(../img/css-fondo-t3-1.jpg?v02) center top no-repeat fixed;
}
body.estrategia_unidad_1 {
  background: #152228 url(../img/estrategia-general-1.jpg?v02) center top no-repeat fixed;
}
body.estrategia_unidad_4 {
  background: #012442 url(../img/estrategia-general-4.jpg?v02) center top no-repeat fixed;
}
body.estrategia_unidad_7 {
  background: #000000 url(../img/css-fondo-t3-3.jpg?v02) center top no-repeat fixed;
}
.animalitosTareas {
  position: absolute;
  right: 0;
  bottom: 75px;
}
.animalitosEjercicios {
  position: absolute;
  right: 0;
  bottom: 0;
}
.anchoWeb {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#sm2-container {
  position: absolute;
  top: -9000em;
  left: -9000em;
}
/* Header */
header {
  background-color: rgba(255, 255, 255, 0.3);
}
/* Marcador de resultados */
#marcador {
  background: #000;
  height: 39px;
  padding: 8px 0 0 10px;
  position: absolute;
  left: 6px;
  top: 10px;
  width: 79px;
}
#tentativas {
  background: url(../img/css-intentos.png) 0 0 no-repeat;
  color: #FFF;
  display: inline-block;
  font-size: 1.071em;
  /* 15px */
  font-weight: bold;
  line-height: 26px;
  vertical-align: middle;
  width: 25px;
  height: 26px;
  padding-left: 4px;
  text-align: center;
}
#control {
  background: url(../img/css-intentos-control.png) 0 0 no-repeat;
  color: #FFF;
  display: inline-block;
  font-size: 1.071em;
  /* 15px */
  font-weight: bold;
  line-height: 26px;
  vertical-align: middle;
  width: 25px;
  height: 26px;
  padding-left: 2px;
  text-align: center;
  margin-left: 3px;
}
#tentativas.error,
#control.error {
  color: #ff7200;
}
#tentativas.acierto,
#control.acierto {
  color: #00df49;
}
#tiempo {
  color: #000;
  display: inline-block;
  font-size: 1.8em;
  line-height: 1em;
  height: 1.929em;
  margin: 0 .2em 0 0;
  padding: .1em 0;
  vertical-align: middle;
  width: 125px;
  text-align: center;
}
/* Títulos */
header .titulos {
  background: transparent url(../img/header-titulos.png) 0 0 no-repeat;
  height: 47px;
  padding: 0 17px;
  position: absolute;
  left: 110px;
  top: 6px;
  width: 594px;
}
header .unidad {
  color: #FFF;
  float: left;
  font-size: 1.3em;
  border: 1px solid #d0cfcf;
  border-radius: 2px;
  padding: 2px 5px;
  height: 30px;
  line-height: 23px;
  margin-top: 7px;
  font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
  width: 130px;
  text-align: center;
}
header .unidad .numero_unidad,
header .unidad .numero_tarea {
  margin-right: 5px;
}
header .titulo_unidad {
  float: left;
  margin: 3px 0 0 10px;
  /*width:320px;*/
  width: 415px;
  text-align: center;
  color: #3d3d3d;
  font-size: 1.15em;
  line-height: 1em;
  height: 40px;
}
header .titulo_unidad .titulo {
  display: table-cell;
  width: 415px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
}
header .titulo_unidad .titulo .subtitulo1 {
  display: inline-block;
  color: #6b6b6b;
  font-size: .80em;
  margin-right: 10px;
}
header .titulo_unidad .titulo .subtitulo2 {
  display: inline-block;
  color: #6b6b6b;
  font-size: .80em;
  margin-left: 10px;
}
header .apartado {
  color: #FFF;
  float: right;
  font-size: 1em;
  border: 1px solid #d0cfcf;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 0.85em;
  height: 30px;
  line-height: 23px;
  margin-top: 7px;
  font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
  text-align: center;
  width: 90px;
  display: none;
}
/* Calculadora */
header .calculadora {
  background: transparent;
  height: 61px;
  /*position: relative;*/
  float: right;
  width: 51px;
  margin: 5px 15px 0 0;
}
header .calculadora a.trigger {
  background: transparent url(../img/header-calculadora.png) 0 0 no-repeat;
  display: inline-block;
  height: 61px;
  text-indent: -9999em;
  width: 51px;
}
header .calculadora a.trigger:hover {
  background: transparent url(../img/header-calculadora.png) 0 -88px no-repeat;
}
header .calculadora a.trigger.clickado {
  background: transparent url(../img/header-calculadora-over.png) 0 0 no-repeat;
}
header .calculadora-wrapper {
  display: none;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 20000;
}
header .calculadora-wrapper .calculadora-manejadores {
  zoom: 1;
  /*	*zoom: 1; NO SE SOPORTA IE 6/7 */
  cursor: move;
  background-color: #e8e8e8;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  margin: 10px 10px 0 10px;
}
header .calculadora-wrapper .calculadora-manejadores:before {
  content: '';
  display: block;
}
header .calculadora-wrapper .calculadora-manejadores:after {
  content: '';
  display: table;
  clear: both;
}
header .calculadora-wrapper .calculadora-manejadores:hover {
  background-color: #AAA;
}
header .calculadora-wrapper a.close {
  border-radius: 0 10px 0px 0px;
  background: #e8e8e8 url(../img/header-calculadora-close.png) 0 0 no-repeat;
  display: block;
  float: right;
  height: 24px;
  text-indent: -9999em;
  width: 28px;
}
header .calculadora-wrapper a.close:hover {
  background: #e8e8e8 url(../img/header-calculadora-close-over.png) 0 0 no-repeat;
}
header .calculadora-wrapper.ui-draggable:hover {
  background-image: none;
}
/* Botón a la home */
header .home {
  background: transparent url(../img/header-home.gif) 0 0 no-repeat;
  height: 39px;
  padding: 0;
  position: absolute;
  right: 9px;
  top: 10px;
  width: 94px;
}
header .home a {
  background: transparent url(../img/header-home-default.png) right 0 no-repeat;
  display: inline-block;
  height: 34px;
  padding: 5px 40px 5px 0;
  margin: 4px 0 0 10px;
  color: #FFF;
  font-size: 0.9em;
  text-decoration: none;
}
header .home a:hover {
  background: transparent url(../img/header-home-over.png) right 0 no-repeat;
  color: #000;
}
header .home a:active {
  background: transparent url(../img/header-home-selected.png) right 0 no-repeat;
}
.cabecera {
  padding: 5px 0;
}
.cabecera .titulo {
  float: left;
  max-width: 700px;
  margin-top: 30px;
}
.cabecera .titulo h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 5em;
  color: #FFFFFF;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.cabecera .titulo h1 span {
  color: #fffc00;
  font-size: 1.1em;
}
.cabecera .titulo h2 {
  font-weight: normal;
  /*text-shadow: 2px 1px 2px #464646;*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 1.6em;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #ffffff;
}
.cabecera .titulo h2 span {
  color: #fffc00;
  border-left: 1px solid #FFFFFF;
  margin-left: 15px;
  padding-left: 15px;
}
.cabecera .cabeceraListaTareas {
  float: left;
  max-width: 700px;
  border-left: 1px solid #ffffff;
  padding-left: 15px;
  margin-top: 10px;
}
.cabecera .cabeceraListaTareas h1 {
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 1.2em;
  color: #fffc00;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  font-size: 2.7em;
}
.cabecera .cabeceraListaTareas h2 {
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-size: 1.8em;
  margin: 0 0 5px 0;
}
.cabecera .botones {
  float: right;
}
.cabecera .botones ul {
  float: right;
  margin-top: 5px;
}
.cabecera .botones ul li {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.cabecera .botones ul li a.volver {
  display: inline-block;
  background: url(../img/boton-nube-volver.png) 0 0 no-repeat;
  width: 70px;
  height: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: 32px 0 0 0;
}
.cabecera .botones a.volver:hover {
  background: url(../img/boton-nube-volver.png) 0 -101px no-repeat;
}
.cabecera .botones ul li a.ayuda {
  display: inline-block;
  background: url(../img/boton-nube-ayuda.png) 0 0 no-repeat;
  width: 105px;
  height: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: 32px 0 0 0;
  overflow: hidden;
}
.cabecera .botones a.ayuda:hover {
  background: url(../img/boton-nube-ayuda.png) 0 -104px no-repeat;
}
.cabecera .botones ul li a.menu {
  display: inline-block;
  background: url(../img/boton-nube-menu.png) 0 0 no-repeat;
  width: 100px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  padding: 40px 0 0 0;
  overflow: hidden;
}
.cabecera .botones a.menu:hover {
  background: url(../img/boton-nube-menu.png) 0 -85px no-repeat;
}
.cabecera a.control {
  display: inline-block;
  background: url(../img/boton-control.png) 0 0 no-repeat;
  text-transform: uppercase;
  color: #d6eaed;
  text-decoration: none;
  padding: 13px 0 6px 93px;
  line-height: 1em;
  margin-top: 10px;
}
.cabecera a.control:hover {
  background: url(../img/boton-control.png) 0 -68px no-repeat;
  color: #ffa900;
}
.cabecera span.cara-si {
  background: url(../img/cara-si.png) 0 0 no-repeat;
  display: inline-block;
  line-height: 1em;
  margin-top: 5px;
  width: 50px;
  height: 50px;
}
.cabecera span.cara-no {
  background: url(../img/cara-no.png) 0 0 no-repeat;
  display: inline-block;
  line-height: 1em;
  margin-top: 5px;
  width: 50px;
  height: 50px;
}
.cabecera span.ejercicio-oral {
  background: url(../img/icono-ejercicio-oral-blanco.png) 0 0 no-repeat;
  display: inline-block;
  line-height: 1em;
  margin-top: 5px;
  width: 72px;
  height: 50px;
}
.cabecera span.control {
  background: url(../img/cara-control.png) 0 0 no-repeat;
  display: inline-block;
  text-transform: uppercase;
  color: #ffa800;
  text-decoration: none;
  padding: 12px 0 11px 56px;
  line-height: 1em;
  margin-top: 5px;
}
.cabecera span.control.cara-si {
  background: url(../img/cara-si-control.png) 0 0 no-repeat;
  display: inline-block;
  text-transform: uppercase;
  color: #ffa800;
  text-decoration: none;
  padding: 12px 0 11px 56px;
  line-height: 1em;
  margin-top: 5px;
  width: auto;
}
.cabecera span.control.cara-no {
  background: url(../img/cara-no.png) 0 0 no-repeat;
  display: inline-block;
  text-transform: uppercase;
  color: #ffa800;
  text-decoration: none;
  padding: 12px 0 11px 56px;
  line-height: 1em;
  margin-top: 5px;
  width: auto;
}
.cabecera span.control.ejercicio-oral {
  background: url(../img/icono-ejercicio-oral-control.png) 0 0 no-repeat;
  display: inline-block;
  text-transform: uppercase;
  color: #ffa800;
  text-decoration: none;
  padding: 12px 0 11px 80px;
  line-height: 1em;
  margin-top: 5px;
  width: auto;
}
/*** MODO CONTROL ****/
body.control .cabecera a.control {
  background: url(../img/boton-control.png) 3px -128px no-repeat;
  color: #ffa800;
}
body.control .cabecera a.control:hover {
  background: url(../img/boton-control.png) 3px -188px no-repeat;
  color: #d6eaed;
}
/* Footer */
/* Content - Section */
section.separar_top {
  padding-top: 20px;
}
/* Commun elements */
/* apply a natural box layout model to all elements */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  height: 100%;
  /*** NUEVO 2015 ***/
}
.oculto {
  display: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* TEXTOS */
article .alternativo {
  color: #000000;
}
article .alternativo a {
  color: #000000;
}
article a {
  color: #ffffff;
}
article a:hover {
  text-decoration: none;
}
article hr {
  border: 0;
  display: block;
  height: 5px;
  margin: 1em 0;
  padding: 0;
}
article p {
  margin: 0 0 .5em 0;
}
/*** CURSORES ****/
/* Brochas */
.brocha {
  cursor: pointer;
  display: inline-block;
  height: 90px;
  overflow: hidden;
  text-indent: -9999em;
  vertical-align: middle;
  width: 100px;
}
.brocha.azul {
  background: transparent url(../img/boli-azul.png) 0 0 no-repeat;
}
.brocha.azul:hover {
  background: transparent url(../img/boli-azul-over.png) 0 0 no-repeat;
}
.brocha.rojo {
  background: transparent url(../img/boli-rojo.png) 0 0 no-repeat;
}
.brocha.rojo:hover {
  background: transparent url(../img/boli-rojo-over.png) 0 0 no-repeat;
}
.brocha.verde {
  background: transparent url(../img/boli-verde.png) 0 0 no-repeat;
}
.brocha.verde:hover {
  background: transparent url(../img/boli-verde-over.png) 0 0 no-repeat;
}
.brocha.amarillo {
  background: transparent url(../img/boli-amarillo.png) 0 0 no-repeat;
}
.brocha.amarillo:hover {
  background: transparent url(../img/boli-amarillo-over.png) 0 0 no-repeat;
}
.brocha.negro {
  background: transparent url(../img/boli-negro.png) 0 0 no-repeat;
}
.brocha.negro:hover {
  background: transparent url(../img/boli-negro-over.png) 0 0 no-repeat;
}
html.brocha-azul .brocha.azul {
  background: transparent url(../img/boli-azul-inactivo.png) 0 0 no-repeat;
}
html.brocha-rojo .brocha.rojo {
  background: transparent url(../img/boli-rojo-inactivo.png) 0 0 no-repeat;
}
html.brocha-verde .brocha.verde {
  background: transparent url(../img/boli-verde-inactivo.png) 0 0 no-repeat;
}
html.brocha-amarillo .brocha.amarillo {
  background: transparent url(../img/boli-amarillo-inactivo.png) 0 0 no-repeat;
}
html.brocha-negro .brocha.negro {
  background: transparent url(../img/boli-negro-inactivo.png) 0 0 no-repeat;
}
html.brocha-azul,
html.brocha-azul .brocha,
html.brocha-azul fieldset[data-validate='subrayar'],
html.brocha-azul fieldset[data-validate='fraccion-como-tabla'] {
  cursor: url(../img/boli-azul-cursor.png), auto;
}
html.brocha-azul a.validar,
html.brocha-azul a.validar:hover {
  cursor: pointer;
}
html.brocha-rojo,
html.brocha-rojo .brocha,
html.brocha-rojo fieldset[data-validate='subrayar'],
html.brocha-rojo fieldset[data-validate='fraccion-como-tabla'] {
  cursor: url(../img/boli-rojo-cursor.png), auto;
}
html.brocha-rojo a.validar,
html.brocha-rojo a.validar:hover {
  cursor: pointer;
}
html.brocha-verde,
html.brocha-verde .brocha,
html.brocha-verde fieldset[data-validate='subrayar'],
html.brocha-verde fieldset[data-validate='fraccion-como-tabla'] {
  cursor: url(../img/boli-verde-cursor.png), auto;
}
html.brocha-verde a.validar,
html.brocha-verde a.validar:hover {
  cursor: pointer;
}
html.brocha-amarillo,
html.brocha-amarillo .brocha,
html.brocha-amarillo fieldset[data-validate='subrayar'],
html.brocha-amarillo fieldset[data-validate='fraccion-como-tabla'] {
  cursor: url(../img/boli-amarillo-cursor.png), auto;
}
html.brocha-amarillo a.validar,
html.brocha-amarillo a.validar:hover {
  cursor: pointer;
}
html.brocha-negro,
html.brocha-negro .brocha,
html.brocha-negro fieldset[data-validate='subrayar'],
html.brocha-negro fieldset[data-validate='fraccion-como-tabla'] {
  cursor: url(../img/boli-negro-cursor.png), auto;
}
html.brocha-negro a.validar,
html.brocha-negro a.validar:hover {
  cursor: pointer;
}
/* GLOBOS */
.globo {
  border-radius: 27px;
  background: #FFF;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#dad6cc), to(#cfc5a5));
  background: linear-gradient(to right, #dad6cc 0%, #cfc5a5 100%);
  /* W3C */
  display: inline-block;
  margin: 1em;
  padding: 0;
}
.globo .globo-wrapper {
  border-radius: 27px;
  color: #000;
  background: #dfdad4;
  padding: 1em 1em 0.5em 1em;
  position: relative;
  font-size: .9em;
  line-height: 1.3em;
  text-align: center;
  border: 3px solid #cfc5a5;
}
.globo ul {
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 1em;
}
.globo ul ul {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
}
.globo ul ol {
  margin: 0 0 0 1.2em;
  padding: 0 0 0 1.2em;
}
.globo ol {
  list-style-position: outside;
  margin: 0;
  padding: 0 0 0 1.2em;
}
/* Globos grandes */
.globo.grande {
  border-radius: 24px;
  padding: 10px;
}
.globo.grande .globo-wrapper {
  border-radius: 20px;
  padding: 2em 2em 1.5em 2em;
}
/* LUPAS */
.globo .lupa.hora_1 {
  background: transparent url(../img/globo-lupa-01.png?v01) 0 0 no-repeat;
  display: block;
  height: 72px;
  width: 57px;
  position: absolute;
  top: -40px;
}
.globo .lupa.hora_1.izquierda {
  left: 0;
  right: inherit;
}
.globo .lupa.hora_1.derecha {
  left: inherit;
  right: 0;
}
.globo .lupa.hora_2 {
  background: transparent url(../img/globo-lupa-02.png?v01) 0 0 no-repeat;
  display: block;
  height: 57px;
  width: 72px;
  position: absolute;
  right: -43px;
}
.globo .lupa.hora_2.arriba {
  bottom: inherit;
  top: 0;
}
.globo .lupa.hora_2.abajo {
  bottom: 0;
  top: inherit;
}
.globo .lupa.hora_4 {
  background: transparent url(../img/globo-lupa-04.png?v01) 0 0 no-repeat;
  display: block;
  height: 57px;
  width: 72px;
  position: absolute;
  right: -43px;
}
.globo .lupa.hora_4.arriba {
  bottom: inherit;
  top: 0;
}
.globo .lupa.hora_4.abajo {
  bottom: 0;
  top: inherit;
}
.globo .lupa.hora_5 {
  background: transparent url(../img/globo-lupa-05.png?v01) 0 0 no-repeat;
  display: block;
  height: 72px;
  width: 57px;
  position: absolute;
  bottom: -40px;
}
.globo .lupa.hora_5.izquierda {
  left: 0;
  right: inherit;
}
.globo .lupa.hora_5.derecha {
  left: inherit;
  right: 0;
}
.globo .lupa.hora_7 {
  background: transparent url(../img/globo-lupa-07.png?v01) 0 0 no-repeat;
  display: block;
  height: 72px;
  width: 57px;
  position: absolute;
  bottom: -50px;
}
.globo .lupa.hora_7.izquierda {
  left: 0;
  right: inherit;
}
.globo .lupa.hora_7.derecha {
  left: inherit;
  right: 0;
}
.globo .lupa.hora_8 {
  background: transparent url(../img/globo-lupa-08.png?v01) 0 0 no-repeat;
  display: block;
  height: 57px;
  width: 72px;
  position: absolute;
  left: -45px;
}
.globo .lupa.hora_8.arriba {
  bottom: inherit;
  top: 0;
}
.globo .lupa.hora_8.abajo {
  bottom: 0;
  top: inherit;
}
.globo .lupa.hora_10 {
  background: transparent url(../img/globo-lupa-10.png?v01) 0 0 no-repeat;
  display: block;
  height: 57px;
  width: 72px;
  position: absolute;
  left: -45px;
}
.globo .lupa.hora_10.arriba {
  bottom: inherit;
  top: 0;
}
.globo .lupa.hora_10.abajo {
  bottom: 0;
  top: inherit;
}
.globo .lupa.hora_11 {
  background: transparent url(../img/globo-lupa-11.png?v01) 0 0 no-repeat;
  display: block;
  height: 72px;
  width: 57px;
  position: absolute;
  top: -40px;
}
.globo .lupa.hora_11.izquierda {
  left: 0;
  right: inherit;
}
.globo .lupa.hora_11.derecha {
  left: inherit;
  right: 0;
}
/* BOTONES */
.validador {
  background: transparent url(../img/boton-validar.png) center 0 no-repeat;
  border: none;
  display: inline-block;
  height: 90px;
  overflow: hidden;
  vertical-align: middle;
  width: 110px;
  padding-top: 70px;
  font-size: .80em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #454545;
}
.validador .texto-error,
.validador .texto-acierto {
  display: none;
}
.validador.sinTexto {
  text-indent: -10000px;
  height: 66px;
  width: 66px;
  padding: 0;
}
.validador:hover {
  background: transparent url(../img/boton-validar-over.png) center 0 no-repeat;
}
.validador:active {
  background: transparent url(../img/boton-validar-selected.png) center 0 no-repeat;
}
.validador.acierto {
  background: transparent url(../img/boton-validar-acierto.png) center 0 no-repeat;
}
.validador.acierto .texto-acierto {
  display: block;
}
.validador.acierto .texto-error,
.validador.acierto .texto-default {
  display: none;
}
.validador.error {
  background: transparent url(../img/boton-validar-error.png) center 0 no-repeat;
}
.validador.error .texto-error {
  display: block;
}
.validador.error .texto-acierto,
.validador.error .texto-default {
  display: none;
}
.validador.inactivo {
  cursor: default;
}
.avanzar {
  background: transparent url(../img/avanzar-retroceder.png) 0 0 no-repeat;
  border: 0;
  display: inline-block;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  vertical-align: middle;
  width: 42px;
}
.avanzar:hover {
  background: transparent url(../img/avanzar-retroceder.png) -64px 0 no-repeat;
}
.retroceder {
  background: transparent url(../img/avanzar-retroceder.png) -4px -88px no-repeat;
  border: 0;
  display: inline-block;
  height: 42px;
  overflow: hidden;
  text-indent: -9999em;
  vertical-align: middle;
  width: 42px;
}
.retroceder:hover {
  background: transparent url(../img/avanzar-retroceder.png) -69px -88px no-repeat;
}
/* borrador */
.boton-borrar {
  background: transparent url(../img/boton-borrar.png) center 0 no-repeat;
  border: none;
  display: inline-block;
  height: 90px;
  overflow: hidden;
  vertical-align: middle;
  width: 110px;
  padding-top: 70px;
  font-size: .80em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #454545;
}
.boton-borrar .texto-borrado {
  display: none;
}
.boton-borrar:hover {
  background: transparent url(../img/boton-borrar-selected.png) center 0 no-repeat;
}
.boton-borrar:active {
  background: transparent url(../img/boton-borrar-selected.png) center 0 no-repeat;
}
.boton-borrar.borrado {
  background: transparent url(../img/boton-borrar-selected.png) center 0 no-repeat;
}
.boton-borrar.borrado .texto-borrado {
  display: block;
}
.boton-borrar.borrado .texto-error,
.boton-borrar.borrado .texto-default {
  display: none;
}
input[type="checkbox"].botonSeleccionar {
  position: absolute;
  left: -9999em;
}
.seleccionar-over {
  cursor: pointer;
}
section .boton,
article .boton {
  border-radius: 4px;
  border: 1px solid #84817D;
  color: #383838;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3em;
  min-width: 40px;
  padding: .4em .5em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  background: #d9f3fb;
  background-image: url(../img/css-boton-normal.gif);
  /* fallback */
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+ */
  /* FF3.6+ */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: url(../img/css-boton-normal.gif), -webkit-gradient(linear, left top, left bottom, from(#d9f3fb), to(#8e9196));
  background-image: url(../img/css-boton-normal.gif), linear-gradient(top, #d9f3fb, #8e9196);
  /* W3C */
}
article .alternativo .boton {
  color: #383838;
}
section .boton:hover,
article .boton:hover {
  background: #d9c93d;
  background-image: url(../img/css-boton-hover.gif);
  /* fallback */
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+ */
  /* FF3.6+ */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: url(../img/css-boton-hover.gif), -webkit-gradient(linear, left top, left bottom, from(#fdfaee), to(#d9c93d));
  background-image: url(../img/css-boton-hover.gif), linear-gradient(top, #fdfaee, #d9c93d);
  /* W3C */
}
section .boton:active,
article .boton:active {
  background: #ffb741;
}
article .boton.seleccionado,
article .boton.seleccionado:hover,
article .boton.seleccionado:active {
  background: #edb657;
  background-image: url(../img/css-boton-seleccionado.gif);
  /* fallback */
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+ */
  /* FF3.6+ */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: url(../img/css-boton-seleccionado.gif), -webkit-gradient(linear, left top, left bottom, from(#fdfaee), to(#edb657));
  background-image: url(../img/css-boton-seleccionado.gif), linear-gradient(top, #fdfaee, #edb657);
  /* W3C */
}
article .boton.disabled,
article .boton.disabled:hover,
article .boton.disabled:active {
  background: #EAF8FC;
  color: #CCC;
}
article .boton.error-autoevaluacion {
  background: #d9f3fb;
  background-image: url(../img/css-boton-normal-error.gif);
  /* fallback */
  /* Saf4+, Chrome */
  /* Chrome 10+, Saf5.1+ */
  /* FF3.6+ */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: url(../img/css-boton-normal-error.gif), -webkit-gradient(linear, left top, left bottom, from(#d9f3fb), to(#8e9196));
  background-image: url(../img/css-boton-normal-error.gif), linear-gradient(top, #d9f3fb, #8e9196);
  /* W3C */
}
article .boton.derecha {
  float: right;
}
article .boton.izquierda {
  float: left;
}
article .boton.grande {
  font-size: 2em;
}
/*
	Seleccionar una única respuesta
*/
/* Seleciona un fieldset que contenga la palabra radio en su atributo data-validate, sin importar la ubición de la palabra radio */
fieldset[data-validate*='radio'].activo label,
tr[data-validate*='radio'].activo label {
  cursor: pointer;
}
fieldset[data-validate*='radio'] label.seleccionado,
tr[data-validate*='radio'] label.seleccionado {
  color: #000;
}
fieldset[data-validate*='radio'] label input,
tr[data-validate*='radio'] label input {
  position: absolute;
  left: -10000em;
}
fieldset[data-validate*='radio'] label.botonInput,
tr[data-validate*='radio'] label.botonInput {
  cursor: pointer;
  background: url(../img/caja-verdad-false.png) 0 0 no-repeat;
  width: 36px;
  height: 37px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
fieldset[data-validate*='radio'] label.botonInput:hover,
tr[data-validate*='radio'] label.botonInput:hover {
  background: url(../img/caja-verdad-false-over.png) 0 0 no-repeat;
}
fieldset[data-validate*='radio'] label.botonInput.seleccionado,
tr[data-validate*='radio'] label.botonInput.seleccionado {
  background: url(../img/caja-verdad-false-checked.png) 0 0 no-repeat;
}
/* PINTAR Y ARRASTRAR **/
[data-validate="pintar-tabla"] table {
  border-collapse: collapse;
  height: 360px;
  width: 420px;
}
[data-validate="pintar-tabla"] table td {
  border-top: 1px solid #8e8e8e;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #9e9e9e;
}
[data-validate="pintar-tabla"] table .rojo {
  background-color: #FF0000;
}
/* FORMULARIOS */
article input {
  border: 1px solid #747474;
  color: #000;
  font-weight: bold;
  line-height: 1.057em;
  /* 30px - 4px de los bordes - .8em de paddings */
  padding: 0.2em 0.4em;
  /*padding: .4em;*/
  text-align: center;
  width: 65px;
}
article input.grande {
  width: 85px;
}
article input.circulo {
  border-radius: 18px;
  line-height: 1.757em;
  /* 30px - 4px de los bordes  */
  padding: 0;
  width: 2.143em;
  /* 30px */
}
article input.texto {
  background: url(../img/css-input-texto.gif) 0 0 repeat-x;
  text-align: left;
  width: 23.750em;
  font-weight: normal;
}
article input.texto.error-autoevaluacion {
  background: #ffa3a3 url(../img/css-input-texto-error.gif) 0 0 repeat-x;
}
article input.grande {
  width: 30em;
}
article input.medio {
  width: 14em;
}
article input.txiki {
  width: 7.5em;
}
article input.mini-mas {
  width: 6em;
}
article input.mini {
  width: 5em;
}
article input.mini-menos {
  width: 3.5em;
}
article input.mini-mini {
  width: 3em;
}
article input.mini-cuadrado {
  width: 2em;
  height: 2em;
  padding-left: 0.3em;
  padding-right: 0.3em;
}
article input.texto_centro {
  text-align: center;
}
article input.error-autoevaluacion {
  background-color: #ffa3a3;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.texto_right {
  text-align: right;
}
.texto_centro {
  text-align: center;
}
.texto_left {
  text-align: left;
}
.bloque_apartado {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}
.bloque_apartado.primero {
  margin-top: 0;
}
.bloque_ejercicio {
  padding: 10px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  margin-bottom: 25px;
}
/**** PANTALLA AYUDA ****/
.ayuda_info {
  width: 910px;
  height: 474px;
  margin: 0 auto;
  background: url(../img/css-nube-general.png) 0 0 no-repeat;
  position: relative;
  padding: 2em 0;
}
.ayuda_info h2 {
  width: 550px;
  margin: 0 0 0 1em;
  color: #332c2c;
  font-weight: normal;
  font-size: 2.2em;
  text-align: center;
  float: left;
  line-height: 1.1em;
}
.ayuda_info .texto {
  color: #2b7184;
  text-align: center;
  font-size: 1.3em;
  min-height: 340px;
}
.ayuda_info ul {
  text-align: left;
  margin: 0 0 0 34px;
  font-size: 1.5em;
}
.ayuda_info ul li {
  line-height: 1em;
  text-align: center;
}
.ayuda_info ul li.telefono {
  background: url(../img/icono-telefono.png) center 0 no-repeat;
  padding: 100px 0 0 0;
  margin: 73px 0 0 0;
  text-align: center;
}
.ayuda_info ul li.email {
  background: url(../img/icono-arroba.png) center 15px no-repeat;
  padding: 85px 0 0 0;
  margin-top: 15px;
}
.ayuda_info ul li.email a {
  text-decoration: none;
  color: #2b7184;
}
.ayuda_info ul li.email a:hover {
  text-decoration: underline;
}
/**** PANTALLA CREDITOS ****/
.creditos {
  width: 910px;
  height: 474px;
  margin: 0 auto;
  background: url(../img/css-nube-creditos.png) 0 0 no-repeat;
  position: relative;
  padding: 2em 0;
  text-align: center;
}
.creditos .texto {
  padding: 0;
  color: #000000;
  font-size: 1.3em;
  width: 610px;
  margin: 0 auto;
}
.creditos .texto .copyLeft {
  font-size: 1.3em;
  padding: 40px 0 15px 0;
}
.creditos .texto .copyRight {
  font-size: 1.3em;
  padding: 15px 0;
  margin-bottom: 20px;
}
.creditos .texto .copyLeft .copy,
.creditos .texto .copyRight .copy {
  color: #000000;
  font-size: 1.2em;
  vertical-align: middle;
  display: inline-block;
}
.creditos .texto .copyRight p {
  margin: 0;
}
.creditos .texto .copyRight p.enlace a {
  font-size: .80em;
  color: #2b7184;
  text-decoration: none;
  margin-left: 29px;
}
.creditos .texto .copyRight p.enlace a:hover {
  color: #000;
}
.creditos .agencia {
  width: 50%;
  margin: 0 auto;
  color: #686868;
  text-align: center;
  float: left;
  font-size: 0.95em;
}
.creditos .agencia a {
  color: #2b7184;
  text-decoration: none;
}
.creditos .agencia a:hover {
  text-decoration: underline;
}
.creditos .agencia a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.creditos .agencia p.enlace {
  margin: 0;
}
.creditos .agencia p.enlace a {
  font-size: 0.75em;
  color: #686868;
  text-decoration: none;
}
.creditos .agencia p.enlace a:hover {
  color: #000;
}
.creditos .sonidos {
  text-align: center;
  font-size: 0.70em;
  color: #686868;
  line-height: 1.3em;
  padding-top: 90px;
}
/**** RESULTADOS DEL TRIMESTRE ****/
body.resultados h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.6em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
  line-height: 1.4em;
  margin: 0 0 5px 0;
}
.resultados h3 span {
  font-family: 'Questrial', Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  color: #FFFC00;
  padding-left: 10px;
}
.resultados h3 span.curso {
  color: #FFFFFF;
  font-size: 0.8em;
}
#resultados-profesores .info-left {
  float: left;
  width: 265px;
}
#resultados-profesores .info-right {
  float: right;
  width: 620px;
  position: relative;
}
a.next {
  margin: 15px 0px 50px 0;
  float: right;
  border-radius: 30px;
  color: #fffc00;
  display: inline-block;
  line-height: 1em;
  min-width: 2em;
  padding: 1.2em 1.5em;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../img/css-buttom-siguiente.png);
  background-position: right 10px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
a.next.oculto {
  display: none;
}
a.next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.vertical-middle {
  vertical-align: middle;
}
.usuario {
  color: #000000;
  font-size: 0.80em;
  padding-left: 8px;
  padding-top: 12px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  z-index: 10;
  float: left;
  position: absolute;
}
.usuario a {
  color: #000;
  text-decoration: none;
}
.usuario a:hover {
  text-decoration: underline;
  color: #FFF;
}
.lista_unidades_principal {
  margin: 160px 0 0 0;
  padding: 0;
  width: 643px;
}
.lista_unidades_principal ul li {
  margin-top: 1em;
  color: #eaeaea;
}
.lista_unidades_principal ul li a {
  text-decoration: none;
}
.lista_unidades_principal ul li .unidad {
  float: left;
  font-size: 1.7em;
  text-transform: uppercase;
  width: 160px;
  height: 30px;
  line-height: 30px;
  color: #d1a302;
  text-shadow: -1px 1px 1px #ffffff;
}
.lista_unidades_principal ul li .tema {
  float: left;
  background: url(../img/css-boton-unidades.png) 0 0 no-repeat;
  width: 471px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0.85em;
  text-shadow: -1px 1px 1px #e4e4e4;
  border: 2px solid #8c8c8c;
  border-radius: 4px;
  color: #b5b5b5;
}
.lista_unidades_principal ul li a .unidad {
  color: #908e8e;
  text-shadow: -1px 1px 1px #ffffff;
}
.lista_unidades_principal ul li a.tema {
  color: #ff4e01;
  border: 2px solid #000;
  text-shadow: -1px 1px 1px #ffffff;
}
.lista_unidades_principal ul li a:hover .unidad {
  color: #d1a302;
}
.lista_unidades_principal ul li a.tema:hover {
  background: url(../img/css-boton-unidades-over.png) 0 0 no-repeat;
  color: #d1a302;
}
.lista_unidades_profesor {
  border: 1px solid #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  margin: 160px 0 0 10px;
  padding: 2em 0 1em 0;
  text-align: center;
  width: 633px;
}
.lista_unidades_profesor h2 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: bold;
  margin-top: -50px;
  text-transform: uppercase;
}
.lista_unidades_profesor ul.lista {
  font-size: 1.3em;
  margin: 0 1em 0 2em;
}
.lista_unidades_profesor ul.lista li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 .5em 0;
  text-align: left;
}
.lista_unidades_profesor .lista a {
  background: url(../img/css-boton-azul2.png) 0 0 no-repeat;
  display: block;
  padding: 10px 0 0 55px;
  text-decoration: none;
  color: #525151;
  min-height: 45px;
}
.lista_unidades_profesor .lista a span {
  font-size: 1.5em;
  color: #FFF;
  margin-right: 10px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  float: left;
}
.lista_unidades_profesor .lista a:hover {
  background: url(../img/css-boton-azul2.png) 0 -145px no-repeat;
  color: #005789;
}
.lista_unidades_profesor .lista a:hover span {
  color: #d9f1fe;
}
.lista_unidades_profesor .lista a span.tarea {
  color: #525151;
  float: left;
  font-size: 1em;
  font-weight: normal;
  margin-right: 0;
  width: 380px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 2px;
}
/**  UNIDAD **/
.numeroUnidad {
  color: #ffffff;
  font-size: 1.3em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
  float: left;
  max-width: 565px;
  line-height: 1.3em;
}
.numeroUnidad .numeroTarea {
  float: left;
  font-size: 3.3em;
  color: #fdff00;
  line-height: 1em;
  width: 50px;
  text-align: center;
}
.numeroUnidad .tarea {
  line-height: 1.1em;
  float: left;
  padding-top: 10px;
  width: 505px;
}
.numeroUnidad .tarea_descripcion {
  display: inline-block;
  width: 500px;
  font-size: 1em;
  line-height: 1em;
  color: #fffc00;
  margin-top: 5px;
}
.text_uppercase {
  text-transform: uppercase;
}
/** RESULTADOS UNIDAD ***/
.bloque_resultados {
  margin-bottom: 1.4em;
  padding-bottom: .7em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bloque_resultados h4 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0.6em 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.bloque_resultados h4 span {
  color: #fffc00;
  padding-left: 10px;
}
.bloque_resultados .tabla_resultados .resultado {
  float: left;
  width: 105px;
  text-align: center;
  margin: 0 10px 10px 0;
  color: #FFF;
}
.bloque_resultados .tabla_resultados .resultado .ejercicio {
  text-align: center;
  line-height: 18px;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.bloque_resultados .tabla_resultados .resultado .intentos {
  text-align: center;
  padding: 4px 2px;
}
.bloque_resultados .tabla_resultados .resultado .intentos .intentos_ejercicio {
  display: block;
  background-color: #fff;
  float: left;
  color: #316b1d;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.3em;
  border-radius: 50%;
  margin-left: 15px;
}
.bloque_resultados .tabla_resultados .resultado .intentos .intentos_control {
  display: block;
  background-color: #ffa800;
  float: right;
  color: #316b1d;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.3em;
  border-radius: 50%;
  margin-right: 15px;
}
.bloque_resultados .tabla_resultados .resultado .intentos .rojo {
  color: #c60000;
}
/**** RESULTADOS TRIMESTRES ******/
.menu_grupos {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px 15px;
}
.menu_grupos .fondo_menu {
  font-size: .9em;
  min-height: 365px;
}
.menu_grupos .fondo_menu h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 0 1em 0;
  text-align: center;
}
.menu_grupos .fondo_menu ul.navegador .desplegable {
  padding: 0.3em 0.3em;
  font-weight: bold;
  border-radius: 2px;
}
.menu_grupos .fondo_menu ul.navegador .desplegable:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.menu_grupos .fondo_menu ul.navegador li {
  background: url(../img/css-menu-li.png) right 0.6em no-repeat;
  padding: 0;
  font-family: 'Questrial', Arial, Helvetica, sans-serif;
  color: #fff;
}
.menu_grupos .fondo_menu ul.navegador > li {
  font-size: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
  margin: 0;
}
.menu_grupos .fondo_menu ul.navegador li a {
  color: #fffc00;
  text-decoration: none;
  display: block;
  line-height: 1em;
  padding: 0.5em 0;
}
.menu_grupos .fondo_menu ul.navegador li a:hover {
  color: #FFF;
}
.menu_grupos .fondo_menu ul.navegador li.seleccionado {
  background: url(../img/css-menu-li-abierto.png) right 0.6em no-repeat;
}
.menu_grupos .fondo_menu ul.navegador li.seleccionado > a {
  color: #FFF;
}
.menu_grupos .fondo_menu ul.navegador .resultadosGrupo {
  font-size: .65em;
  line-height: 1em;
  padding: 0.4em 0 0.4em 0.3em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0.3em 0;
}
.menu_grupos .fondo_menu ul.navegador .resultadosGrupo.seleccionado a {
  color: #FFF;
  font-weight: bold;
}
.menu_grupos .fondo_menu ul.navegador li ol {
  color: #ffffff;
  margin: 0 0 0.7em 0;
  padding: 0 0 0 0.9em;
  line-height: 1.4em;
}
.menu_grupos .fondo_menu ul.navegador li ol li {
  background: none;
  list-style-type: decimal !important;
  padding: 0;
  font-size: 0.65em;
  line-height: 1.1em;
}
.menu_grupos .fondo_menu ul.navegador li.seleccionado li.seleccionado {
  background: none;
}
/* Preloader */
#precarga {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  /* makes sure it stays on top */
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#status {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 175px;
  /* centers the loading animation vertically one the screen */
  /*background:url(../img/precarga-base.png) 0 0 no-repeat;*/
  background-color: #000000;
  border-radius: 50%;
  padding: 15px 0 0 15px;
  margin: -50px 0 0 -50px;
  /* is width and height divided by two */
}
.anchoWeb.resultados_trimestre {
  padding: 20px;
}
.notaPieResultados .intento {
  float: left;
  width: 30px;
}
.notaPieResultados .titulo {
  font-size: 1.2em;
  text-transform: uppercase;
}
.notaPieResultados .nota p {
  margin-left: 30px;
}
.notaPieResultados .intento .numeroIntento {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #003300;
  border-radius: 50%;
  background-color: #FFF;
}
.notaPieResultados .intento .ejercicio-oral {
  background: url(../img/icono-ejercicio-oral-blanco.png) center center no-repeat;
  background-size: cover;
  display: block;
  height: 14px;
  margin-top: 3px;
  width: 20px;
}
.notaPieResultados .intento .rojo {
  color: #FF0000;
}
.notaPieResultados .intento .control {
  background-color: #ffa800;
}
/*** PANTALLA FELICITACION FIN UNIDAD ****/
.FinalTarea {
  padding: 50px 20px 20px 20px;
  background: url(../img/css-fnd-ejercicio.png) 0 0 repeat;
  border-radius: 20px;
  margin-bottom: 25px;
  height: 440px;
  position: relative;
}
.textoFinal {
  font-size: 2.1em;
  line-height: 1.8em;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.textoFinal .numero_tarea {
  font-weight: bold;
  color: #FFF;
}
.FinalTarea .azti {
  position: absolute;
  background: url(../img/azti01.png) 0 0 no-repeat;
  width: 231px;
  height: 283px;
  left: 80px;
  top: 130px;
  padding: 0;
}
.resultadosUnidad {
  text-align: center;
  margin-top: 30px;
}
.resultadosUnidad .boton-general {
  font-size: 0.7em;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fffc00;
  padding: 1.3em;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.4em;
}
.resultadosUnidad .boton-general:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/**** ------- 2015 ----------- ******/
/**** PANTALLA PRESENTACION   ****/
.botonesPresentacion {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0 0 0;
  margin: 25px 0 0 0;
}
.buttom {
  border-radius: 30px;
  color: #fffc00;
  display: inline-block;
  line-height: 1em;
  min-width: 2em;
  padding: 1.2em 1.5em;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.3);
}
.buttom:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.final {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../img/css-buttom-fin.png);
  background-position: right 10px;
  background-repeat: no-repeat;
  padding-right: 50px;
}
.final:hover {
  background-image: url(../img/css-buttom-fin.png);
}
.siguiente {
  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;
}
.siguiente:hover {
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url(../img/css-buttom-siguiente.png);
}
.text-right {
  text-align: right;
}
.botones_left {
  float: left;
  width: 48%;
}
.botones_right {
  float: right;
  width: 48%;
}
/** PANTALLA LISTA TAREAS ***/
.NumeroUnidadTaller {
  float: left;
  color: #fffc00;
  padding: 20px 10px;
  font-size: 6em;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-weight: bold;
  margin-right: 20px;
  height: 500px;
  line-height: 0.8em;
}
.BloqueInidceUnidad {
  float: left;
  padding-top: 10px;
}
.lista_tareas {
  padding: 20px 0 0 0;
  font-size: 1.2em;
}
.lista_tareas .tarea {
  font-size: 1.1em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
  line-height: 1.2em;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 480px;
  padding-bottom: 10px;
}
.lista_tareas .saludo {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.7em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
  line-height: 1.4em;
  margin: 0 0 5px 0;
}
.lista_tareas .lista {
  width: 735px;
  font-size: 1.1em;
  min-height: 375px;
}
.lista_tareas .variosBloques {
  width: 100% !important;
}
.lista_tareas .lista li {
  margin-bottom: 12px;
}
.lista_tareas .lista a,
.lista_tareas .lista .desactivado {
  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;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.lista_tareas .lista .tarea_numero {
  display: block;
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 1.1em;
  color: #FFFFFF;
}
.lista_tareas .lista a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.lista_tareas .lista li.resultados {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0 0 0;
  margin-top: 15px;
  clear: left;
}
.lista_tareas .lista li.resultados a {
  background-color: rgba(0, 0, 0, 0.6);
}
.lista_tareas .lista li.resultados a.demo-deshabilitado {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}
.lista_tareas .lista li.resultados a.demo-deshabilitado:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.lista_tareas .lista li.resultados a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.lista_tareas .lista .bloqueUnidad {
  width: 230px;
  display: inline-block;
  float: left;
}
.lista_tareas .lista .bloqueUnidad a,
.lista_tareas .lista .bloqueUnidad .desactivado {
  padding: 90px 15px 20px 15px;
  position: relative;
  min-height: 240px;
}
.lista_tareas .lista .bloqueUnidad a .subtitulo,
.lista_tareas .lista .bloqueUnidad .desactivado .subtitulo {
  display: block;
  font-size: 0.8em;
  line-height: 1em;
  margin-top: 5px;
}
.lista_tareas .lista .bloqueUnidad a .numero,
.lista_tareas .lista .bloqueUnidad .desactivado .numero {
  position: absolute;
  right: 11px;
  top: 0;
  font-size: 5em;
  color: #f8f500;
  line-height: 1em;
  font-weight: bold;
  margin-top: 7px;
}
.lista_tareas .lista .bloqueUnidad .desactivado {
  opacity: 0.4;
  cursor: default;
}
.lista_tareas .lista li.bloqueUnidad {
  /* :nth-child(odd)seleccionado los impares */
  margin-left: 20px;
}
.lista_tareas .lista li:first-child {
  margin-left: 0;
}
/** PANTALLA LISTA EJERCICIOS ***/
.lista_ejercicios {
  padding: 25px 0 0 35px;
  font-size: 1.2em;
}
.lista_ejercicios .saludo {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.7em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
  line-height: 1.4em;
  margin: 0 0 5px 0;
}
.bloque_lista_ejercicios {
  float: left;
  width: 270px;
  margin-right: 20px;
}
.bd_right {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding-right: 20px;
}
.lista_ejercicios .lista {
  font-size: 1.1em;
}
.lista_ejercicios .lista li {
  margin: 10px 0 20px 0;
  position: relative;
}
.lista_ejercicios .lista a {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fffc00;
  padding: 1.3em;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.4em;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.lista_ejercicios .lista .tarea_numero {
  display: block;
  text-transform: uppercase;
  line-height: 1em;
  color: #FFFFFF;
}
.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;
}
.lista_ejercicios .lista .sin_maquetar .tarea_numero {
  color: #000;
}
.lista_ejercicios .lista a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.lista_ejercicios .cara-si {
  position: absolute;
  right: 15px;
  top: 8px;
  background: url(../img/cara-si.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
.lista_ejercicios .cara-no {
  position: absolute;
  right: 15px;
  top: 8px;
  background: url(../img/cara-no.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
.lista_ejercicios .ejercicio-oral {
  position: absolute;
  right: 15px;
  top: 8px;
  background: url(../img/icono-ejercicio-oral-blanco.png) 0 0 no-repeat;
  width: 72px;
  height: 50px;
}
/**** 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;
}
.btn_creditos {
  background: url(../img/hojas_creditos.png) right 0 no-repeat;
  padding: 25px 35px 20px 0px;
  color: #ff0;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9em;
}
.btn_creditos:hover {
  color: #ffffcc;
}
/************************************************************/
/************************************************************/
/************************************************************/
/********* INTROS PRUEBAS FINALES ***************/
.base_nube {
  border-radius: 15px;
  margin: 0 auto;
  min-height: 300px;
  position: relative;
}
.base_nube p {
  margin-bottom: 1em;
}
.base_nube .base_nube-textos {
  font-size: 1.3em;
  text-align: left;
  padding-top: 80px;
  width: 555px;
  margin: 0 0 0 285px;
}
.base_nube .base_nube-textos li {
  margin-bottom: 0.7em;
}
.base_nube .base_nube-imagen {
  left: 15px;
  position: absolute;
  top: 5px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.base_nube_test_final {
  min-height: 350px;
  margin: 0 auto 0.5rem auto;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  position: relative;
}
.base_nube_test_final p {
  margin-bottom: 1em;
}
.base_nube_test_final .base_nube-textos {
  font-size: 1.2em;
  text-align: left;
  padding: 30px 0 25px 127px;
  width: 725px;
  margin: 0;
}
.base_nube_test_final .base_nube-imagen {
  bottom: -25px;
  position: absolute;
  right: -10px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.base_animalitosEjercicios {
  position: absolute;
  right: 0;
  bottom: 85px;
}
.message-aviso {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 252, 51, 0.7);
  border-radius: 15px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 1.5em;
}
.message-aviso img {
  margin-right: 1.5em;
}
.message-aviso p.mb-2 {
  margin-bottom: .5em;
}
.message-aviso p.mb-0 {
  margin-bottom: 0;
}
/* Ejercicios */
/* U1T1B1 */
.caja-gris {
  background-color: #b8b8b8;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #727272;
  border-left: 1px solid #585858;
  padding: 1em;
  font-family: "Courier New", Courier, monospace;
  color: #3e3e3e;
  position: relative;
  display: inline-block;
  float: left;
  height: 53px;
}
.elemento_arrastrar {
  background-color: #f1f106;
  border-top: 1px solid #e7e703;
  border-right: 1px solid #e7e703;
  border-bottom: 1px solid #555251;
  border-left: 1px solid #f1f106;
  width: 200px;
  height: 36px;
  text-align: center;
  margin-bottom: 10px;
  color: #161616;
  padding-top: 7px;
  z-index: 100;
  border-radius: 5px;
  display: inline-block;
}
.elemento_arrastrar:hover {
  background-color: rgba(241, 241, 6, 0.8);
}
.elemento_arrastrar.horizontal {
  float: left;
  margin-right: 20px;
}
fieldset[data-validate*='arrastrar-soltar-respuestas-multiples-veces'] [id^=droppable],
fieldset[data-validate*='arrastrar-soltar-respuestas'] [id^=droppable] {
  background: url(../img/css-boton-input-respuestas.gif) 0 0 repeat-x;
  width: 200px;
  height: 36px;
  display: inline-block;
  margin-bottom: -12px;
  border-radius: 5px;
}
.ui-draggable:hover {
  cursor: pointer;
}
.rellenar_input {
  background: #ffffff url(../img/U1T3E3-css-input.png) 0 0 repeat-x;
  padding: 5px;
  width: 55px;
  height: 36px;
  /*line-height: 36px; Comentado porque en IE se ve mal*/
  text-align: center;
  border: none;
  border-radius: 7px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.rellenar_input:focus,
.activo .rellenar_input:focus {
  background: #e6e6e6 url(../img/U1T3E3-css-input.png) 0 -157px repeat-x;
}
.circulo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
/**** RELOJ CUENTA ATR�S : TERCER TRIMESTRE ****/
.cuentaAtras {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.6em;
  padding: 5px 10px;
  background-image: url(../img/reloj.png);
  background-position: 75px 4px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  color: #4c6d75;
  font-weight: bold;
  border-radius: 10px;
  line-height: 29px;
  width: 110px;
}
.contenidoReloj {
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  height: 530px;
  width: 980px;
  margin: 0 auto;
}
.contenidoReloj .cerrar {
  float: right;
  margin: 10px 10px 0 0;
}
.contenidoReloj .cerrar a {
  background: url(../img/cerrar.png) 0 0 no-repeat;
  width: 48px;
  height: 46px;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
}
.contenidoReloj .cerrar a:hover {
  background: url(../img/cerrar.png) 0 -60px no-repeat;
}
.contenidoReloj .imagenReloj {
  float: right;
  margin: 60px 80px 0px 0px;
}
.contenidoReloj .texto {
  float: left;
  margin: 80px 0px 0px 100px;
  font-size: 1.3em;
  line-height: 1.4em;
}
.contenidoReloj .texto h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.2em;
  line-height: 120%;
  color: #FFFC00;
  margin-top: 0;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.9);
  width: 425px;
}
.contenidoReloj .texto .botones {
  margin-top: 60px;
}
.contenidoReloj .texto .boton-general {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFC00;
  padding: 0.8em 1.3em;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1.4em;
  margin-left: 25px;
}
.contenidoReloj .texto .boton-general:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/**********************************************************************************/
/****************   EJERCICIOS MATEMATIKAS - 3 - ARIKETAK *************************/
/**********************************************************************************/
.explicacion {
  position: relative;
  font-size: 1.1em;
  left: 0;
  top: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  padding: 10px 0;
}
.rellenarFrases {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../img/bola-azul.png);
  background-position: 20px 15px;
  background-repeat: no-repeat;
  width: 730px;
  margin: 15px 0 0 0;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 10px 15px 50px;
  border-radius: 10px;
  color: #000000;
}
.rellenarFrases .limitarAncho {
  width: 575px;
}
.rellenarFrases .rellenar_input {
  width: 325px;
  text-align: center;
  font-weight: normal;
  margin: 0 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.rellenarFrases .numero {
  width: 55px;
}
.rellenarFrases .tam_mediano {
  width: 150px;
}
/* U1T1E3 */
.fraseEjercicio {
  border-radius: 10px;
  padding: 10px;
  float: left;
  width: 49%;
  margin-left: 1%;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  text-align: center;
}
.fraseEjercicio .personaje {
  float: left;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  overflow: hidden;
  margin: 0 15px 0 0;
}
.fraseEjercicio .personaje img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.fraseEjercicio .texto {
  float: left;
  width: 245px;
}
.fraseEjercicioBloque {
  position: relative;
  /*border: 1px solid rgba(255,255,255,0.4);*/
  padding: 0;
  height: 220px;
}
.bolaAzul {
  background: url(../img/bola-azul.png) 0 0 no-repeat;
  padding: 0 0 0 30px;
}
.bolaAzul.conInput {
  background: url(../img/bola-azul.png) 0 8px no-repeat;
}
.bola_texto {
  padding-left: 30px;
}
.respuesta {
  padding: 20px 0 0 30px;
}
.respuesta .textoSolucion {
  color: #fff;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.4em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
}
.separarBola {
  margin-left: 30px;
}
.BloqueEjercicio {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  position: relative;
  min-height: 220px;
}
.rellenarFrasesSinColorFondo {
  margin: 15px 0 0 0;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px;
  border-radius: 10px;
  color: #000000;
}
.rellenarFrasesSinColorFondo.sinBorde {
  border: none;
  padding: 0;
}
/**********************************************************************************/
/****************   EJERCICIOS MATEMATIKAS - 4 - ARIKETAK *************************/
/**********************************************************************************/
.fases .bloque_ejercicio {
  padding: 10px 12px 20px 12px;
}
.fases hr {
  height: 2px;
  background-color: #000000;
  margin: 0.4em 0;
  display: none;
}
.fases .elemento_arrastrar {
  width: 400px;
}
.fases fieldset[data-validate*='arrastrar-soltar-respuestas-multiples-veces'] [id^=droppable],
.fases fieldset[data-validate*='arrastrar-soltar-respuestas'] [id^=droppable] {
  width: 400px;
  margin-bottom: 0;
}
.fases .resumen {
  float: left;
  width: 475px;
  color: #000;
}
.fases .resumen.derecha {
  float: right;
}
.fases .resumen .enunciado {
  display: block;
  margin-bottom: 5px;
}
.fases .resumen .operacion-matematica {
  display: block;
  font-size: 1.2em;
  color: #7c8393;
  text-align: center;
}
.fases .resumen .saco_resolver-wrapper p.ultimo {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 93%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  padding: 3px 0 !important;
}
.fases .resumen .saco_resolver-wrapper p.ultimo .enunciado {
  display: inline;
  font-size: 1.5em;
  font-family: 'Orbitron', sans-serif;
  color: #fffc00;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}
.fases .resumen .saco_resolver-wrapper p.ultimo .operacion-matematica {
  display: inline;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
}
.fases .resumen_derecha {
  float: right;
  width: 430px;
  margin-top: 30px;
}
.fases #enunciado {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px 20px 0 30px;
  border-radius: 15px;
  color: #000000;
}
.fases .enunciado_left {
  float: left;
  width: 690px;
}
.fases .lienzo.subrayar-activado span {
  display: inline-block;
  line-height: 1.2em;
}
.fases .lienzo .azul {
  color: #0098ff;
  border-bottom: 2px solid #0098ff !important;
}
.fases .lienzo .rojo {
  color: #ff0000;
  border-bottom: 2px solid #ff0000 !important;
}
.fases .enunciado_right {
  float: right;
  width: 180px;
  margin-top: -30px;
}
.fases .enunciado_right .validador {
  float: right;
  margin: 15px 0 0 5px;
}
.fases .enunciado_right .Bloque_brochas {
  float: right;
  width: 100px;
}
.fases #migas {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  border-radius: 10px;
  color: #fff;
  margin: 10px 0;
}
.fases #migas ol {
  margin-left: 5px;
  text-align: center;
}
.fases #migas ol li {
  margin: 0;
  padding: 0 8px;
  text-transform: uppercase;
  /*list-style-type: decimal;*/
  display: inline-block;
  width: auto;
  font-size: 0.80em;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  letter-spacing: -0.005em;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.fases #migas ol li:first-child {
  border: none;
}
.fases #migas ol li.current {
  color: #fff;
}
.fases .columna-izquierda {
  float: left;
  width: 475px;
}
.fases .columna-derecha {
  float: right;
  width: 440px;
}
.fases .columna-derecha.planResolucion {
  margin-top: -15px;
}
.fases .columna-derecha.planResolucion .solucion {
  margin: 25px 0 0 25px;
}
.fases .bajarFuente {
  font-size: 0.8em;
}
.fases .saco {
  background: url(../img/saco-ideas.png) 0 0 no-repeat;
  padding: 105px 0 0 36px;
  height: 322px;
  width: 475px;
  margin-bottom: 15px;
}
.fases .saco_resolver {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin: 10px 0;
  padding: 15px 15px 15px 20px;
  width: 100%;
  position: relative;
  min-height: 300px;
}
.fases .saco_resolver .saco_resolver-wrapper p {
  margin-bottom: 0;
  padding: 0 0 2px 10px;
}
.fases .plan-alumno-paso {
  margin-bottom: 15px;
}
.fases .plan-alumno-paso .rellenar_input {
  width: 65px;
}
.fases .plan-alumno-paso .circulo {
  width: 2.143em;
}
.fases .plan-alumno-paso .texto {
  width: 7.5em;
}
.fases .plan-alumno-paso p {
  font-size: 0.8em;
}
.fases h2 {
  font-family: 'Orbitron', sans-serif;
  color: #FFF;
  font-weight: normal;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 1.8em;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1em;
}
.fases .solucion {
  display: inline-block;
  font-family: 'Orbitron', sans-serif;
  color: #FFF;
  font-weight: normal;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 1em;
  font-size: 1.2em;
  margin-top: 0;
}
.fases #pagina3 {
  position: relative;
  min-height: 350px;
}
.fases #pagina3 .imagen-personaje {
  position: absolute;
  top: 135px;
  right: 20px;
}
.fases #pagina3 .globo {
  width: 200px;
  position: absolute;
  top: 150px;
  right: 195px;
}
.fases .bolsa_5_pasos #pagina3 .imagen-personaje {
  bottom: -10px;
  top: auto;
  right: 75px;
}
.fases .bolsa_5_pasos #pagina3 .globo {
  border: 0;
  top: auto;
  bottom: 25px;
}
.fases .bolsa_5_pasos #pagina3 .columna-derecha {
  width: 470px;
}
.fases .bolsa_5_pasos #pagina3 .columna-derecha .plan-alumno-paso {
  margin-top: 15px;
}
.fases .bolsa_5_pasos #pagina3 .no-borrar {
  margin-left: 25px;
}
.fases #pagina4,
.fases #pagina5 {
  position: relative;
  min-height: 390px;
}
.fases #pagina4 .resumen,
.fases #pagina5 .resumen {
  font-size: 0.80em;
}
.fases #pagina4 .resumen .saco_resolver,
.fases #pagina5 .resumen .saco_resolver {
  min-height: 360px;
}
.fases #pagina4 .resumen .saco_resolver-wrapper p,
.fases #pagina5 .resumen .saco_resolver-wrapper p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 0;
}
.fases #pagina4 .resumen .saco_resolver-wrapper p:first-child,
.fases #pagina5 .resumen .saco_resolver-wrapper p:first-child {
  border-top: none;
}
.fases #pagina4 .imagen-personaje,
.fases #pagina5 .imagen-personaje {
  position: absolute;
  top: 185px;
  right: 0;
}
.fases #pagina4 .globo,
.fases #pagina5 .globo {
  width: 220px;
  position: absolute;
  top: 145px;
  right: 195px;
}
.fases .otra-solucion {
  position: relative;
}
.PasosSimples #enunciado {
  padding: 20px 20px 20px 30px;
}
.PasosSimples .enunciado_right {
  margin-top: -10px;
}
.PasosSimples .NumeroPasos {
  margin: 1em 0 0.5em 0;
}
.PasosSimples #pagina1,
.PasosSimples #pagina2 {
  margin-left: 30px;
}
.PasosSimples .columna-izquierda {
  width: 565px;
}
.PasosSimples .procesoCalculo {
  margin: 0 0 20px 25px;
}
.PasosSimples input.medio {
  width: 21em;
}
.PasosSimples #pagina2 h2 {
  margin: 20px 0;
}
/******************************************************** BolsaArrastre U1T3E1 ********************/
.infoProblema {
  border-radius: 10px;
  padding: 15px 20px 10px 20px;
  margin: 10px 0 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  position: relative;
}
.infoProblema .motivo {
  position: absolute;
  right: 10px;
  top: -10px;
}
.infoProblema .titulo {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.8em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
  line-height: 1.4em;
  margin: 0 0 8px -30px;
  letter-spacing: 1px;
  color: #FFF;
}
/***** U4T1E5 ***/
.ResolucionPasos h2 {
  font-family: 'Orbitron', sans-serif;
  color: #FFF;
  font-weight: normal;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 1.8em;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 1em;
}
.ResolucionPasos #pagina1 {
  margin-left: 30px;
}
.ResolucionPasos .columna-izquierda {
  float: left;
  width: 565px;
}
.ResolucionPasos .procesoCalculo {
  margin-left: 20px;
  margin-bottom: 20px;
}
.ResolucionPasos .solucion {
  display: inline-block;
  font-family: 'Orbitron', sans-serif;
  color: #FFF;
  font-weight: normal;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 1em;
  font-size: 1.2em;
  margin-top: 0;
}
.ResolucionPasos input.mini {
  width: 4em;
}
.BolsaArrastre .numero,
.BolsaArrastre .numero .elemento_arrastrar {
  width: 45px;
  height: 45px;
  line-height: 45px !important;
  padding-top: 0;
  font-size: 1.1em;
  margin-bottom: 0;
}
.BolsaArrastre fieldset[data-validate*='arrastrar-soltar-respuestas-multiples-veces'] [id^=droppable].numero,
.BolsaArrastre fieldset[data-validate*='arrastrar-soltar-respuestas'] [id^=droppable].numero {
  width: 45px;
  height: 45px;
  line-height: 45px !important;
}
.NumeroPaso {
  margin-bottom: 10px;
}
.NumeroPaso .NumeroPasoIndice {
  float: left;
  width: 55px;
}
.NumeroPaso .NumeroPasoTexto {
  float: left;
  width: 835px;
  margin-top: 10px;
}
.NumeroPaso .numero_fondo_azul {
  font-family: 'Orbitron', sans-serif;
  font-size: 40px;
  background-color: #8ae6ff;
  color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  padding-top: 3px;
}
.TB_datos th {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-size: 0.8em;
  padding: 5px 20px;
}
.TB_datos td {
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  font-weight: bold;
  padding: 5px 20px;
}
/*# sourceMappingURL=screen.css.map */