/* ==========================================================================
   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] {
  background: #808080;
  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: #016205 url(../img/css-fondo00.jpg) center top no-repeat;
}
body.fondo_general {
  background: #016205 url(../img/css-fondo_general.jpg) center top no-repeat;
}
body.unidad_1,
body.unidad_0 {
  background: #016205 url(../img/css-fondo-t1-2.jpg) center top no-repeat;
}
body.unidad_1_ejercicios {
  background: #016205 url(../img/css-fondo-t1-3.jpg) center top no-repeat;
}
body.unidad_2 {
  background: #6f5e30 url(../img/css-fondo-t2-2.jpg) center top no-repeat;
}
body.unidad_2.enfocado {
  background: #6f5e30 url(../img/css-fondo-t2-1.jpg) center top no-repeat;
}
body.unidad_2_ejercicios {
  background: #6f5e30 url(../img/css-fondo-t2-3.jpg) center top no-repeat;
}
body.unidad_3 {
  background: #5a6d11 url(../img/css-fondo-t3-2.jpg) center top no-repeat;
}
body.unidad_3.enfocado {
  background: #606d21 url(../img/css-fondo-t3-1.jpg) center top no-repeat;
}
body.unidad_3_ejercicios {
  background: #5a6d11 url(../img/css-fondo-t3-3.jpg) center top no-repeat;
}
body.fondo_animacion_1 {
  background: #016205 url(../img/css-fondo-t1-2.jpg) center top no-repeat;
}
body.fondo_animacion_2 {
  background: #6f5e30 url(../img/css-fondo-t2-2.jpg) center top no-repeat;
}
body.fondo_animacion_3 {
  background: #5a6d11 url(../img/css-fondo-t3-2.jpg) center top no-repeat;
}
body.base_accesos {
  background: #00deee url(../img/base-css-fondo-accesos.jpg) center top no-repeat;
}
body.base_accesos_T1 {
  background: #016205 url(../img/css-fondo-t1-3.jpg) center -125px no-repeat;
}
body.base_accesos_T2 {
  background: #6f5e30 url(../img/css-fondo-t2-3.jpg) center -125px no-repeat;
}
body.base_accesos_T3 {
  background: #5a6d11 url(../img/css-fondo-t3-3.jpg) center -125px no-repeat;
}
body.base_unidad_1_ejercicios {
  background: #016205 url(../img/css-fondo-t1-3.jpg) center -125px no-repeat;
}
body.base_unidad_2_ejercicios {
  background: #6f5e30 url(../img/css-fondo-t2-3.jpg) center -125px no-repeat;
}
body.base_unidad_3_ejercicios {
  background: #5a6d11 url(../img/css-fondo-t3-3.jpg) center -125px no-repeat;
}
.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(0, 0, 0, 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: 60px;
  position: absolute;
  left: 740px;
  top: 1px;
  width: 43px;
}
header .calculadora a.trigger {
  background: transparent url(../img/header-calculadora.png) 0 0 no-repeat;
  display: inline-block;
  height: 60px;
  text-indent: -9999em;
  width: 43px;
}
header .calculadora a.trigger:hover {
  background: transparent url(../img/header-calculadora-over.png) 0 0 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: 130px;
  left: -70px;
  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;
}
.cabecera .titulo h1 {
  font-family: 'Henny Penny';
  font-size: 6.6em;
  color: #FFFFFF;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
.cabecera .titulo h1 span {
  color: #fffc00;
}
.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.7em;
  margin: -31px 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 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: 92px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #2b7184;
  text-decoration: none;
  padding: 40px 0 0 0;
}
.cabecera .botones a.volver:hover {
  background: url(../img/boton-nube-volver.png) 0 -85px no-repeat;
}
.cabecera .botones ul li a.ayuda {
  display: inline-block;
  background: url(../img/boton-nube-ayuda.png) 0 0 no-repeat;
  width: 100px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #2b7184;
  text-decoration: none;
  padding: 40px 0 0 0;
  overflow: hidden;
}
.cabecera .botones a.ayuda:hover {
  background: url(../img/boton-nube-ayuda.png) 0 -85px 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: #2b7184;
  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 {
  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 */
  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;
}
.activo .brocha {
  cursor: pointer;
}
.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;
}
.activo .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;
}
.activo .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;
}
.activo .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;
}
.activo .brocha.negro:hover {
  background: transparent url(../img/boli-negro-over.png) 0 0 no-repeat;
}
.brocha.tipex {
  background: transparent url(../img/boli-tipex.png) 0 0 no-repeat;
}
.activo .brocha.tipex:hover {
  background: transparent url(../img/boli-tipex-over.png) 0 0 no-repeat;
}
html.brocha-azul .activo .brocha.azul {
  background: transparent url(../img/boli-azul-inactivo.png) 0 0 no-repeat;
}
html.brocha-rojo .activo .brocha.rojo {
  background: transparent url(../img/boli-rojo-inactivo.png) 0 0 no-repeat;
}
html.brocha-verde .activo .brocha.verde {
  background: transparent url(../img/boli-verde-inactivo.png) 0 0 no-repeat;
}
html.brocha-amarillo .activo brocha.amarillo {
  background: transparent url(../img/boli-amarillo-inactivo.png) 0 0 no-repeat;
}
html.brocha-negro .activo .brocha.negro {
  background: transparent url(../img/boli-negro-inactivo.png) 0 0 no-repeat;
}
html.brocha-tipex .activo .brocha.tipex {
  background: transparent url(../img/boli-tipex-inactivo.png) 0 0 no-repeat;
}
html.brocha-azul,
html.brocha-azul .activo .brocha,
html.brocha-azul .activo fieldset[data-validate='subrayar'],
html.brocha-azul .activo 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 .activo .brocha,
html.brocha-rojo .activo fieldset[data-validate='subrayar'],
html.brocha-rojo .activo 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 .activo .brocha,
html.brocha-verde .activo fieldset[data-validate='subrayar'],
html.brocha-verde .activo 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 .activo .brocha,
html.brocha-amarillo .activo fieldset[data-validate='subrayar'],
html.brocha-amarillo .activo 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 .activo .brocha,
html.brocha-negro .activo fieldset[data-validate='subrayar'],
html.brocha-negro .activo 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;
}
html.brocha-tipex,
html.brocha-tipex .activo .brocha,
html.brocha-tipex .activo fieldset[data-validate='subrayar'],
html.brocha-tipex .activo fieldset[data-validate='fraccion-como-tabla'] {
  cursor: url(../img/boli-tipex-cursor.png), auto;
}
html.brocha-tipex a.validar,
html.brocha-tipex a.validar:hover {
  cursor: pointer;
}
/* 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: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;
}
/* 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: 1em;
  min-width: 2em;
  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;
}
fieldset[data-validate*='radio'] label.botonInputBego,
tr[data-validate*='radio'] label.botonInputBego {
  cursor: pointer;
  background: url(../img/U1T3E4-bego.png) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
}
fieldset[data-validate*='radio'] label.botonInputBego:hover,
tr[data-validate*='radio'] label.botonInputBego:hover {
  background: url(../img/U1T3E4-bego-over.png) 0 0 no-repeat;
}
fieldset[data-validate*='radio'] label.botonInputBego.seleccionado,
tr[data-validate*='radio'] label.botonInputBego.seleccionado {
  background: url(../img/U1T3E4-bego-checked.png) 0 0 no-repeat;
}
fieldset[data-validate*='radio'] label.botonInputJavier,
tr[data-validate*='radio'] label.botonInputJavier {
  cursor: pointer;
  background: url(../img/U1T3E4-javi.png) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
}
fieldset[data-validate*='radio'] label.botonInputJavier:hover,
tr[data-validate*='radio'] label.botonInputJavier:hover {
  background: url(../img/U1T3E4-javi-over.png) 0 0 no-repeat;
}
fieldset[data-validate*='radio'] label.botonInputJavier.seleccionado,
tr[data-validate*='radio'] label.botonInputJavier.seleccionado {
  background: url(../img/U1T3E4-javi-checked.png) 0 0 no-repeat;
}
fieldset[data-validate*='radio'] label.botonInputNumero1,
tr[data-validate*='radio'] label.botonInputNumero1 {
  cursor: pointer;
  background: url(../img/U1T3E5-numero-1.png) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
}
fieldset[data-validate*='radio'] label.botonInputNumero1:hover,
tr[data-validate*='radio'] label.botonInputNumero1:hover {
  background: url(../img/U1T3E5-numero-1-over.png) 0 0 no-repeat;
}
fieldset[data-validate*='radio'] label.botonInputNumero1.seleccionado,
tr[data-validate*='radio'] label.botonInputNumero1.seleccionado {
  background: url(../img/U1T3E5-numero-1-checked.png) 0 0 no-repeat;
}
fieldset[data-validate*='radio'] label.botonInputNumero2,
tr[data-validate*='radio'] label.botonInputNumero2 {
  cursor: pointer;
  background: url(../img/U1T3E5-numero-2.png) 0 0 no-repeat;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
}
fieldset[data-validate*='radio'] label.botonInputNumero2:hover,
tr[data-validate*='radio'] label.botonInputNumero2:hover {
  background: url(../img/U1T3E5-numero-2-over.png) 0 0 no-repeat;
}
fieldset[data-validate*='radio'] label.botonInputNumero2.seleccionado,
tr[data-validate*='radio'] label.botonInputNumero2.seleccionado {
  background: url(../img/U1T3E5-numero-2-checked.png) 0 0 no-repeat;
}
/*
	Seleccionar varias respuestas CHECKBOX
*/
/* Seleciona un fieldset que contenga la palabra checkbox en su atributo data-validate, sin importar la ubición de la palabra radio */
fieldset[data-validate*='checkbox'] label,
tr[data-validate*='checkbox'] label {
  color: #000;
}
fieldset[data-validate*='checkbox'].activo label,
tr[data-validate*='checkbox'].activo label {
  cursor: pointer;
}
fieldset[data-validate*='checkbox'] label.seleccionado,
tr[data-validate*='checkbox'] label.seleccionado {
  color: #fff;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
}
fieldset[data-validate*='checkbox'] label input,
tr[data-validate*='checkbox'] label input {
  position: absolute;
  left: -10000em;
}
fieldset[data-validate*='checkbox'] label.botonInput,
tr[data-validate*='checkbox'] label.botonInput {
  cursor: pointer;
  background: url(../img/caja-verdad-false.png) 0 0 no-repeat;
  min-width: 36px;
  min-height: 37px;
  display: inline-block;
  padding: 10px 0 0 50px;
  font-size: 1.1em;
}
fieldset[data-validate*='checkbox'] label.botonInput:hover,
tr[data-validate*='checkbox'] label.botonInput:hover {
  background: url(../img/caja-verdad-false-over.png) 0 0 no-repeat;
  color: #fff;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
}
fieldset[data-validate*='checkbox'] label.botonInput.seleccionado,
tr[data-validate*='checkbox'] label.botonInput.seleccionado {
  background: url(../img/caja-verdad-false-checked.png) 0 0 no-repeat;
}
fieldset[data-validate*='checkbox'] label.botonInput.error-autoevaluacion,
fieldset[data-validate*='checkbox'] label.botonInput.error-autoevaluacion:hover,
tr[data-validate*='checkbox'] label.botonInput.error-autoevaluacion,
tr[data-validate*='checkbox'] label.botonInput.error-autoevaluacion:hover {
  background: url(../img/caja-verdad-false-gris-error.png) 0 0 no-repeat;
}
/*
	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;
}
fieldset[data-validate*='radio'] label.botonInput.error-autoevaluacion,
fieldset[data-validate*='radio'] label.botonInput.error-autoevaluacion:hover,
tr[data-validate*='radio'] label.botonInput.error-autoevaluacion,
tr[data-validate*='radio'] label.botonInput.error-autoevaluacion:hover {
  background: url(../img/caja-verdad-false-gris-error.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;
}
[data-validate="pintar-tabla"] table .quitar-borde td {
  border: none;
}
/* 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: #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: url(../img/css-fnd-ejercicio.png) 0 0 repeat;
  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;
  background: url(../img/azti02.png) 330px 50px no-repeat;
  min-height: 340px;
}
.ayuda_info ul {
  text-align: left;
  margin: 0.7em 0 0 120px;
  font-size: 1.5em;
}
.ayuda_info ul li {
  display: inline-block;
  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: 135px 250px 0 0;
  width: 200px;
  text-align: center;
}
.ayuda_info ul li.email {
  background: url(../img/icono-arroba.png) center 15px no-repeat;
  padding: 100px 0 0 0;
  margin-bottom: .3em;
}
.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;
  border-bottom: 1px solid #e5e5e5;
}
.creditos .texto .copyRight {
  font-size: 1.3em;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  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: 20px;
  border-top: 1px solid #e5e5e5;
}
/**** RESULTADOS DEL TRIMESTRE ****/
body.resultados h3 {
  font-family: 'Henny Penny';
  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 .tarea_descripcion {
  font-size: 1.3em;
  color: #fffc00;
  line-height: 1em;
}
.text_uppercase {
  text-transform: uppercase;
}
/** RESULTADOS UNIDAD ***/
.bloque_resultados {
  margin-bottom: 1.4em;
  padding-bottom: .7em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.bloque_resultados h4 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0.6em 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 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(0, 0, 0, 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: #000;
  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(0, 0, 0, 0.3);
  background-image: url(../img/css-buttom-siguiente.png);
  background-position: right 10px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.siguiente:hover {
  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 ***/
.lista_tareas {
  padding: 20px 0 0 35px;
  font-size: 1.2em;
}
.lista_tareas .saludo {
  font-family: 'Henny Penny';
  font-size: 2.1em;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.7);
  line-height: 1.4em;
  margin: 0 0 5px 0;
}
.lista_tareas .lista {
  width: 480px;
  font-size: 1.1em;
  min-height: 375px;
}
.lista_tareas .lista li {
  margin-bottom: 12px;
}
.lista_tareas .lista 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;
}
.lista_tareas .lista .tarea_numero {
  display: block;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 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;
}
.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);
}
/** PANTALLA LISTA EJERCICIOS ***/
.lista_ejercicios {
  padding: 25px 0 0 35px;
  font-size: 1.2em;
}
.lista_ejercicios .saludo {
  font-family: 'Henny Penny';
  font-size: 2.1em;
  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;
}
.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: #000000;
}
/********* INTROS PRUEBAS FINALES ***************/
.base_nube {
  background: url(../img/base-nube-intros.png) 0 0 no-repeat;
  position: relative;
  color: #000;
  width: 910px;
  height: 474px;
  margin: 0 auto;
}
.base_nube p {
  margin-bottom: 1em;
}
.base_nube .base_nube-textos {
  font-size: 1.1em;
  text-align: center;
  padding-top: 100px;
  width: 57%;
  margin: 0 auto;
}
.base_nube .base_nube-imagen {
  position: absolute;
  bottom: -15px;
  right: -6px;
}
.base_animalitosEjercicios {
  position: absolute;
  right: 0;
  bottom: 85px;
}
.base_nube_prueba-final {
  background: url(../img/base-nube-prueba-final.png?v=02) 0 0 no-repeat;
  height: 396px;
  margin-bottom: 2em;
  width: 902px;
}
.base_nube_prueba-final .base_nube-textos {
  padding-top: 60px;
  width: 60%;
}
.base_nube-imagen-prueba-final {
  bottom: 0;
  position: absolute;
  right: -55px;
}
.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;
}
.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;
  /*border-top:1px solid #7b7b7b;
		border-right:1px solid #777777;
		border-bottom:1px solid #e2e2e2;
		border-left:1px solid #9c9c9c;*/
  width: 200px;
  height: 36px;
  display: inline-block;
  margin-bottom: -12px;
  border-radius: 5px;
  /*font-size:1.1em;*/
}
.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;
  text-align: center;
  border: none;
  border-radius: 7px;
}
/**** U1T1E1 - U1T1E10 ******/
.infoProblema {
  background: url(../img/U1T1E1-baseProblema.png) 0 0 no-repeat;
  width: 922px;
  height: 142px;
  padding: 8px 65px 0 75px;
  color: #000;
}
.infoProblema .titulo {
  font-family: 'Henny Penny';
  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;
}
.ejercicioContenido {
  margin: 0 20px;
  color: #000;
  position: relative;
}
.lineaEjercicio {
  line-height: 1px;
  height: 1px;
  margin: 7px 0;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
}
.lineaTiempo {
  width: 510px;
}
.tb_verdadero_falso {
  border-collapse: collapse;
  width: 890px;
}
.tb_verdadero_falso .boton_validar {
  width: 125px;
}
.tb_verdadero_falso .numero {
  width: 55px;
}
.tb_verdadero_falso .texto {
  width: 475px;
  padding-right: 30px;
}
.U1T1E1-U1T1E10 .numero,
.U1T1E1-U1T1E10 .numero .elemento_arrastrar {
  width: 45px;
  height: 45px;
  line-height: 45px !important;
  padding-top: 0;
  font-size: 1.1em;
}
.U1T1E1-U1T1E10 fieldset[data-validate*='arrastrar-soltar-respuestas-multiples-veces'] [id^=droppable].numero,
.U1T1E1-U1T1E10 fieldset[data-validate*='arrastrar-soltar-respuestas'] [id^=droppable].numero {
  width: 45px;
  height: 45px;
  line-height: 45px !important;
}
.numero_fondo_azul {
  font-family: 'Henny Penny';
  font-size: 1.6em;
  background-color: #8ae6ff;
  color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding-top: 3px;
}
.Jsuma {
  position: relative;
  margin: 0px;
  text-align: right;
}
.Jsuma .Jfila {
  margin: 0 0px 5px 0px;
}
.Joperador {
  position: absolute;
}
.Jlineasuma {
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 138px;
  top: 72px;
}
.Jvacio-derecha {
  width: 140px;
  display: inline-block;
  text-align: left;
}
/**** RELOJ CUENTA ATR�S : TERCER TRIMESTRE ****/
.base_cuentaAtras,
.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;
}
.cuentaAtras.inicioManual {
  font-size: 1em;
  background: none;
  width: auto;
}
.cuentaAtrasCaja {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  color: #4c6d75;
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 29px;
  padding: 5px 10px;
}
.cuentaAtrasReloj {
  display: inline-block;
  position: relative;
  top: -2px;
}
.cuentaAtrasButton {
  background-color: #59685f;
  border: none;
  border-radius: 10px;
  color: #fffc00;
  font-size: 1em;
  line-height: 33px;
  text-transform: uppercase;
}
.cuentaAtrasButtonFlecha {
  color: #fffc00;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-left: 10px;
}
.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: "Henny Penny";
  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);
}
.esaldia {
  color: #000;
  font-size: 1.1em;
  line-height: 1.4em;
  left: 30px;
  position: absolute;
  text-shadow: 1px 1px 2px rgba(252, 252, 252, 0.7);
  top: 20px;
  z-index: 100;
}
.explicacion {
  position: relative;
  font-size: 1.1em;
  left: 0;
  top: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
/*
	ALGORITMO VERTICAL (SUMA Y RESTA)
*/
.algoritmo-vertical {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 100px 0 0;
}
.algoritmo-vertical td {
  height: 66px;
  padding: 10px;
  text-align: right;
  width: 66px;
}
.algoritmo-vertical td.rojo {
  background: url(../img/raya-roja.png) no-repeat right 7px;
  color: #000000;
  vertical-align: middle;
}
.algoritmo-vertical-unidades {
  font-family: 'Henny Penny';
  font-size: 40px;
  padding-left: 20px;
}
.algoritmo-vertical-unidades td {
  height: auto;
}
.algoritmo-vertical-resultado {
  padding: 10px 0 20px 0;
  text-align: right;
}
.algoritmo-vertical-resultado .rellenar_input {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  height: 50px;
  margin-left: 7px;
  width: 50px;
}
.algoritmo-vertical-validador {
  padding-left: 20px;
  /* padding de .pepe */
  text-align: center;
}
.algoritmo-vertical-validador .validador {
  position: relative;
  left: 7px;
}
.algoritmo-vertical-pintar-tabla {
  border-bottom: 3px solid #000;
  color: #000;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 10px 20px;
  position: relative;
}
.algoritmo-vertical-pintar-tabla .operador-matematico {
  display: inline-block;
  height: 36px;
  left: 0;
  line-height: 36px;
  margin-top: -18px;
  /* la mitad del alto */
  position: absolute;
  top: 50%;
}
.algoritmo-vertical-pintar-tabla .brochas {
  position: absolute;
  right: -100px;
  /* padding-right de .yuyu */
  top: 15px;
}
table.tabla-compleja {
  width: 880px;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: Arial;
  font-weight: bold;
}
table.tabla-compleja tr {
  background: url(../img/tabla-compleja-fnd-fila.png);
  border: solid 1px #5a9ffc;
  border-radius: 10px;
  width: 100%;
  margin: 10px 0;
  display: block;
  position: relative;
  float: left;
}
table.tabla-compleja tr.primera {
  background: none;
  border-color: transparent;
}
table.tabla-compleja td,
table.tabla-compleja th {
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 200px;
}
table.tabla-compleja th {
  color: #0440c9;
  font-size: 0.8em;
}
table.tabla-compleja td {
  font-size: 1.4em;
}
table.tabla-compleja td.ultima {
  font-size: 1em;
  width: 110px;
}
table.tabla-compleja .cont-celda {
  padding: 17px 5px;
  background: url(../img/tabla-compleja-fnd-col.png);
  position: absolute;
  top: -11px;
  bottom: -11px;
  width: 90%;
  right: 5%;
  left: 5%;
  border: 1px solid #ffff80;
  border-bottom: none;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 119px;
}
table.tabla-compleja tr.primera th {
  height: auto;
}
table.tabla-compleja tr.primera th .cont-celda {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #ffff80;
  height: 52px;
}
table.tabla-compleja tr.ultima .cont-celda {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #ffff80;
}
/*# sourceMappingURL=screen.css.map */