@charset "UTF-8";
/* CSS Document */
/* * * * Medidas * * * */
/*Ajuste vertical según el logo de método*/
/*AJUSTE SEGÚN Nº DE BOTONES*/
/*AJUSTE VERTICAL ICONOS*/
/*PROPORCIÓN DEL VÍDEO*/
/*TAMAÑO DE VÍDEO MÁXIMO*/
/*PORCENTAJE SEGÚN PROPORCIÓN DEL VÍDEO*/
/* * * * Fuentes * * * */
/* * * * Colores * * * */
/* * * * Listas * * * */
/*Boton:Ancho*/
/*bot_homeOver.png, bot_homeOverOn.png*/
/*botTeachers.png*/
/*botAccesoTi-book.png*/
/*botDocPrevio.png, botDocPrevioOff.png*/
/* -- Navegacion por niveles, imágenes: botNivel1.png*/
/* -- Botones interiores, imágenes: botInteriorCahierAudios_1.png botInteriorCahierAudios_1Off.png*/
/*adornoActivities.png*/
/*botTi-book.png*/
/* * * * z * * * */
/* * * Media * * */
html {
  margin: 10px 0 0 0;
  padding: 0;
  background: #c1c1c1; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #c1c1c1;
  font-size: 100%;
  font-family: "Droid Sans", "Trebuchet MS", Arial, sans-serif; }

/* * * * * *  html 5 fix  * * * * * */
section, article, header, footer, nav, aside, hgroup {
  display: block; }

/* * * * * *  resets  * * * * * */
nav, a {
  text-decoration: none;
  color: inherit; }

img {
  border: none; }

ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: disc; }

input, select {
  border: none;
  background-color: #f3f3f3; }
  input[type="text"], select[type="text"] {
    font-size: 1em;
    font-family: "Droid Sans", "Trebuchet MS", Arial, sans-serif; }
  input:focus, select:focus {
    outline: none; }
  input:invalid, select:invalid {
    outline: none;
    box-shadow: none; }
  input:required:invalid, select:required:invalid {
    outline: none;
    box-shadow: none; }

/* * * * * *  layout  * * * * * */
.baseDoc {
  position: relative;
  max-width: 960px;
  min-height: 100%;
  margin: 0 auto 10px;
  padding: 5px;
  background-color: #fff;
  overflow: hidden;
  border: 15px solid #fff;
  border-radius: 1em;
  box-shadow: 0 0 5px #666; }
  @media screen and (max-width: 580px) {
    .baseDoc {
      border: 8px solid #fff;
      border-radius: 1em; } }

header {
  width: 100%;
  overflow: visible; }

.portada {
  display: inline-block;
  width: 78%;
  max-width: 600px;
  text-align: center; }

.fondoVideo {
  clear: both;
  padding: 1em 0 3em 0;
  text-align: center; }

.cajaVideo {
  width: 100%;
  border: 1px solid #000; }

.botonera {
  position: relative;
  top: -100px;
  display: inline-block;
  width: 19%;
  padding-left: 2%; }

footer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  clear: both; }

.cajaAccesos {
  width: 100%;
  text-align: center; }

.navegaNivel {
  clear: both;
  padding: 1%;
  margin: 0 4%;
  min-height: 40px; }

.columnaIzVid {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 4%; }

.columnaDrVid {
  position: relative;
  top: 80px;
  float: right;
  width: 45%; }

.columna {
  display: inline-block;
  width: 49%;
  margin-bottom: 1em;
  vertical-align: top; }

.seccion, .seccionAudioTit {
  position: relative;
  padding: 1.5%;
  margin-bottom: 1em;
  text-align: center;
  border-radius: 1.5em; }

.seccionAudioTit {
  padding: 0;
  margin: 0 5%;
  padding: 3%;
  background-color: #ededed; }

.formulario {
  display: inline-block;
  text-align: left; }

/* * * * Cabecera * * * */
.navegacion1 {
  min-width: 265px;
  height: 55px;
  margin-bottom: 6px;
  padding-top: 13px;
  text-align: right;
  overflow: hidden;
  border-bottom: 1px solid #000; }

#logoCia {
  float: left;
  width: 240px;
  height: 48px;
  margin: 0;
  padding: 0 0 0 1em; }

.iconos {
  float: right;
  width: auto;
  min-width: 320px;
  margin-top: 9px; }
  .iconos .desactivado {
    background-position: top;
    opacity: 0.3; }

#logo {
  float: right;
  width: 200px;
  height: 140px;
  padding-left: 15px;
  margin-bottom: 15px; }

.navegacion2 {
  text-align: right; }
  .navegacion2 .desactivado {
    color: #e4e4e4; }

/* * * * Portada * * * */
video {
  display: block;
  max-width: 100%;
  height: auto; }

.contenedorVideo {
  position: relative;
  height: 0;
  padding-bottom: 0.75; }

.portadaVideoRecursos {
  display: inline-block;
  width: 78%;
  max-width: 335px;
  text-align: center; }

.contVideoRecursos {
  position: relative;
  height: 0;
  padding-bottom: 55.688%; }

.videoFlash {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.poster {
  width: 100%;
  height: 100%; }

.listaIndex {
  padding-left: 4em; }

/* * * * Generales * * * */
.marco {
  position: relative;
  padding: 2em 0;
  margin: 0 1em 3em 1em;
  border: 1px solid #747474;
  border-radius: 2em; }

.nombreArea {
  text-align: center;
  margin: 0 5% 15px 5%;
  padding: 10px;
  background-color: #ff6bb4;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 1.5em; }

.titSeccion {
  margin-left: 7%;
  padding: 0.4em 0; }

.producto {
  display: inline-block;
  margin: 0 2% 1em 2%;
  vertical-align: top;
  text-align: center; }

/* * * * About * * * */
.pagina {
  display: inline-block;
  font-size: 0.8125em;
  font-weight: bold; }

#docIntro {
  text-align: center;
  margin: 1em 0; }

#docIntro img {
  width: 94%; }

/* * * * Imagenes de seccion * * * */
.audiosActivitiesImg, .audiosStoriesImg, .audiosSongsImg, .audiosPictureDictionaryImg, .audiosWordListImg {
  display: inline-block;
  width: 105px;
  height: 110px;
  margin-top: -50px; }

/* * * * Descarga de audios por pista * * * */
.cabeceraAudioInt {
  margin: 8px;
  margin-right: 5%;
  text-align: right; }

.colTxtAudios, .colNumAudios, .columnaAudios {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top; }

.audioHeader {
  font-weight: bold;
  color: #747474; }

.colTxtAudios {
  width: 33%;
  text-align: left;
  padding-right: 1%; }

.colNumAudios {
  width: 14%;
  min-width: 52px; }

.columnaAudios {
  width: 33%;
  text-align: left;
  padding-left: 1%; }

/* * * * Descarga de videos por versiones * * * */
.txtVideos {
  display: inline-block;
  height: 43px;
  /*margin-right:px;*/
  text-align: left;
  clear: left; }

.tabla, .tabla1 {
  display: inline-table;
  width: 45%;
  padding: 0 2.3%;
  border-radius: 1.5em; }

.tabla1 {
  width: 90%; }

.fila {
  display: table-row; }

.celdaTit, .celdaTxt, .celdaVO, .celdaVOST {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 1%; }

.tabla1 .celdaTxt, .tabla1 .celdaVO, .tabla1 .celdaVOST {
  padding: 0; }

.celdaTit {
  padding-top: 2%; }

.celdaVO {
  width: 65px; }

.celdaVOST {
  width: 80px; }

/* * * * Formulario * * * */
.inputFormulario, form button {
  position: relative;
  display: inline-block;
  padding: 6px;
  margin-top: 1.5em;
  border: 1px solid #bbb;
  background-color: #f3f3f3;
  box-shadow: inset 0 0 0 2px #fff;
  transition: all linear 1s;
  border-radius: 5px; }

.inputFormularioFoco {
  box-shadow: inset 0 0 0 2px #ffc24b;
  transition-duration: 0.15s; }

button {
  padding: 10px; }

.errorForm {
  padding: 5px;
  border: 2px solid #f00; }

label {
  position: absolute;
  left: 5px;
  top: -13px;
  font-size: 0.875em;
  font-weight: bold;
  color: #000;
  text-shadow: 1px 0 0 #fff,  -1px 0 0 #fff; }

.errorForm > label {
  color: #f00;
  top: -14px; }

ul.avisoForm {
  max-width: 300px; }

.aceptar {
  position: static; }

#registro_niveles > label, #registro_student_niveles > label {
  position: static;
  font-weight: normal;
  color: #000; }

#notaNiveles {
  position: absolute;
  margin-left: 5px; }
  #notaNiveles:hover:after {
    font-weight: normal;
    content: "\00a0Please select the levels you teach\00a0"; }

/* * Popup * */
.modal {
  display: none;
  position: fixed;
  top: 25%;
  left: 25%;
  z-index: 100;
  width: 40%;
  max-width: 732px;
  padding: 5%;
  background-color: #fff;
  color: #333;
  border: 3px solid #e3004c; }

.cerrar {
  position: absolute;
  width: 24px;
  height: 22px;
  right: 1em;
  top: 1em; }

#terms {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 10%;
  left: 10%;
  z-index: 100;
  overflow-y: auto;
  width: 80%;
  max-height: 80%;
  padding: 20px;
  background-color: #fff;
  color: #333;
  text-align: justify;
  border-width: 50px 50px 50px 25px;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 0 0 3px #e3004c;
  border-radius: 2em; }
  @media screen and (min-width: 1345px) {
    #terms {
      width: 1050px;
      left: calc(50% - 1050px / 2); } }

#proyector {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 9%;
  left: 10%;
  z-index: 100;
  width: 80%;
  padding: 50px 20px 20px;
  text-align: center;
  background-color: #fff;
  color: #333;
  border: 4px solid #e3004c;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7);
  border-radius: 2em; }
  @media screen and (min-width: 1345px) {
    #proyector {
      width: 1050px;
      left: calc(50% - 1050px / 2); } }

.cerrarTextos {
  position: fixed;
  display: none;
  z-index: 101;
  width: 24px;
  height: 22px;
  right: 13%;
  top: 12%; }
  @media screen and (min-width: 1345px) {
    .cerrarTextos {
      left: calc(50% + 1050px / 2 - 50px); } }

/* --- Recursos --- */
/* * * * * *  text  * * * * * */
h1 {
  margin: 0;
  padding: 0; }

.listaBlanca {
  list-style: none; }

.texto {
  padding: 0 3em;
  color: #000;
  font-weight: normal;
  font-size: 1em;
  font-family: "Droid Sans", "Trebuchet MS", Arial, sans-serif; }
  @media screen and (max-width: 580px) {
    .texto {
      padding: 0 1em; } }

.bold {
  font-weight: bold; }

.boldgris {
  color: #747474;
  font-weight: bold; }

.avisoForm {
  color: red;
  font-size: 0.8125em; }

.flashError {
  padding: 0 3em;
  color: red;
  font-weight: normal;
  font-size: 1em; }

.navegacion2 a {
  color: #d9006b;
  font-size: 1.125em;
  font-weight: bold;
  font-family: "Droid Sans", "Trebuchet MS", Arial, sans-serif; }
  .navegacion2 a:hover {
    color: #000; }
.navegacion2 span {
  color: #000;
  font-size: 1.125em;
  font-weight: bold;
  font-family: "Droid Sans", "Trebuchet MS", Arial, sans-serif; }

.txtArea {
  color: #000;
  font-size: 1.125em;
  font-weight: bold;
  font-family: "Droid Sans", "Trebuchet MS", Arial, sans-serif; }

.txtPistaAudio {
  font-size: 2.25em;
  line-height: 75px;
  font-weight: bold;
  color: #e3004c; }
  @media screen and (max-width: 580px) {
    .txtPistaAudio {
      font-size: 2em;
      line-height: 54px; } }

.txtPagAudio {
  font-size: 0.937em;
  font-weight: bold;
  color: #e3004c; }
  @media screen and (max-width: 580px) {
    .txtPagAudio {
      font-size: 0.75em; } }

.txtDownAudio {
  font-size: 1.5em;
  font-weight: bold;
  color: #e3004c; }

.copyright {
  color: #595959;
  font-size: 0.8125em;
  font-family: "Droid Sans", "Trebuchet MS", Arial, sans-serif; }

.contact {
  color: #d9006b;
  font-size: 1.1em;
  font-weight: bold;
  font-family: "Droid Sans", "Trebuchet MS", Arial, sans-serif; }
  .contact:hover {
    color: #000; }

#mensajeIpad, #mensajeFlash {
  display: none;
  padding: 20px;
  text-align: center;
  font-size: 1.5em; }

input[type="text"] {
  font-size: 1em;
  font-family: 'Droid Sans','Trebuchet MS', Arial, sans-serif; }

.textoIncrustado {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid black;
  padding: 1em; }

/* * * * * *  buttons  * * * * * */
/* * navegacion ppal * */
.home, .audio, .about, .videoFiles, .logout, .digital, .cutouts, .portfolio {
  display: inline-block;
  height: 43px;
  text-align: center;
  margin-left: 10px;
  vertical-align: top;
  zoom: 1;
  *display: inline; }

header .activo {
  color: #000; }

/* * botones demos * */
.botonesAccesoSeguro {
  display: inline-block;
  width: 165px;
  height: 73px;
  margin: 25px 0;
  line-height: 0;
  background-repeat: no-repeat;
  /*IE 7 fix*/
  zoom: 1;
  *display: inline; }

.acceso {
  display: inline-block;
  width: 118px;
  height: 116px;
  margin: 0 1em;
  background-position: left; }

/* * botones interiores * */
.botInterior {
  display: block;
  width: 134px;
  height: 142px;
  margin: 5px 0;
  padding: 0;
  background-position: left; }

/* *  navegación niveles  * */
.botLevel {
  position: relative;
  display: inline-block;
  width: 50px;
  padding: 1% 0;
  margin: 3px 0;
  border: 1px solid #909090;
  text-align: center;
  background-color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  color: #b3b3b3;
  transition: all 2s ease;
  transition-property: margin, background-color, border-color, font-size, color;
  border-radius: 0.5em; }
  .botLevel:hover {
    color: #e3004c;
    background-position: center;
    transition-duration: 0.5s; }
  .botLevel:focus {
    margin: 3px 5%; }
  .botLevel.levelActivo {
    background-color: #e3004c;
    background-position: right;
    color: #fff;
    border-color: #666;
    transition-duration: 2s; }

.levelActivo:hover {
  color: #fff;
  background-position: right; }

/* *  navegación doc intro  * */
.botDocPrevio, .botDocSig {
  display: inline-block;
  width: 27px;
  height: 30px;
  margin: 0 10px;
  vertical-align: middle; }

/* * botones videos recursos * */
.botVideoRecursos {
  display: inline-block;
  width: 128px;
  height: 126px;
  background-position: left; }

/* *  botones videos DVD  * */
.botVideoVO {
  display: inline-block;
  width: 65px;
  height: 38px;
  background: url(../imagenes/botVideoVO.png) left; }

.botVideoVOST {
  display: inline-block;
  width: 80px;
  height: 38px;
  background: url(../imagenes/botVideoVOST.png) left; }

/* * botones audio recursos * */
@media screen and (max-width: 450px) {
  #consola {
    text-align: center;
    height: inherit; } }

.botAudioTitulos {
  display: block;
  clear: left;
  margin: 6% 3% 3% 3%;
  text-align: left; }

.marcaAudioTitulos {
  float: left;
  width: 28px;
  height: 28px;
  margin: -5px 3% 0 0;
  vertical-align: middle;
  background: url(../imagenes/botTituloAudio.png) no-repeat top left; }

.botAudioText {
  margin-left: 40px; }

.botAudioTitulos:hover > * {
  color: #000; }

.botAudioTitulos:hover > .marcaAudioTitulos {
  background-position: bottom; }

.playing, .playing > .marcaAudioTitulos {
  background-position: bottom right; }

.botAudioTitulos.playing > * {
  color: #000; }

.botPista {
  display: inline-block;
  position: relative;
  background-color: #9ba1e8;
  margin: 0 2px 2px 0;
  padding: 0 3px;
  color: #fff;
  border-radius: 3px; }
  .botPista:hover {
    background-color: #5863d8; }

.botPista.playing {
  background-color: #b200ed; }

.audioDownload {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  text-align: center; }
  .audioDownload:hover span {
    color: #000; }

.audioDownload > div {
  display: inline-block;
  width: 30px;
  height: 44px;
  margin: 10px 1em 0 0;
  vertical-align: middle;
  background: url(../imagenes/botDownload.png) no-repeat left; }

.downloadMargenes {
  background-color: #EDEDED;
  margin: 35px 0 45px 0; }

/* * botones descarga productos * */
.botProd {
  display: block;
  width: 182px;
  height: 193px;
  margin: 5px 0;
  padding: 0;
  background-position: left; }

.botDownProd, .botDownAnswer, .botDownAudio, .noDown {
  display: inline-block;
  width: 128px;
  height: 34px; }

#whatsMyWebpage {
  background-image: url(../imagenes/botWhatsMyWebpage.png); }

/* * Otros botones * */
.botImprimir, .botProgreso {
  float: right;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin: -5px 15px 0 -100px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 1px solid #747474;
  transition: all 0.5s;
  border-radius: 20px; }
  .botImprimir:hover, .botProgreso:hover {
    background-color: #e3004c;
    color: #fff;
    transition: all 1s; }

.botImprimir {
  width: 55px;
  padding-left: 45px;
  background: #fff url(../imagenes/botImprimir.png) no-repeat 5px top; }

/* * * * * *  buttons hover  * * * * * */
nav a.hover {
  color: #000; }

.iconos .home.hover, .iconos .home:hover, .iconos .audio.hover, .iconos .audio:hover, .iconos .about.hover, .iconos .about:hover, .iconos .videoFiles.hover, .iconos .videoFiles:hover, .iconos .logout.hover, .iconos .logout:hover, .iconos .digital.hover, .iconos .digital:hover, .iconos .cutouts.hover, .iconos .cutouts:hover, .iconos .portfolio.hover, .iconos .portfolio:hover {
  background-position: bottom; }

.iconos .desactivado:hover, .iconos .desactivado.hover {
  background-position: top;
  cursor: default; }

.navegacion2 .desactivado:hover {
  color: #e4e4e4;
  cursor: default; }

#Teachers:hover, #Students:hover {
  background-position: right; }

@media screen and (max-width: 800px) {
  a#botTeachers {
    background: left url(../imagenes/botTeachersPQ.png); }

  div#botTeachers {
    background: left url(../imagenes/botTeachersPQOff.png); } }
@media screen and (max-width: 800px) {
  a#botStudents {
    background: left url(../imagenes/botStudentsPQ.png); }

  div#botStudents {
    background: left url(../imagenes/botStudentsPQOff.png); } }
.botDocPrevio:hover, .botDocSig:hover {
  background-position: right; }

.botDownProd:hover, .botDownAnswer:hover, .botDownAudio:hover, .noDown:hover {
  background-position: right; }

.audioDownload:hover > div, .acceso:hover, .botProd:hover, botInterior:hover, botVideoRecursos:hover {
  background-position: right; }

/* * * * * *  absolute elements  * * * * * */
.anclaRecursos {
  position: relative;
  float: right;
  width: 0px;
  height: 0px; }

.demos {
  position: absolute;
  top: -30px;
  left: -20px; }

.imgTamCompleto {
  width: 100%; }

/* * * * * * useful classes  * * * * */
.centrado {
  text-align: center; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.marginright {
  margin-right: 1.5em; }

.marginbottom {
  margin-bottom: 0.65em; }

.marginleft {
  margin-left: 1em; }

.margenColumna {
  margin-left: auto; }

.wrapper {
  clear: both; }

/* * * * Bucles asignacion imágenes de fondo botones * * * */
.home {
  width: 60px; }

.iconos > .home {
  background: top no-repeat url(../imagenes/bot_home.png); }

.audio {
  width: 100px; }

.iconos > .audio {
  background: top no-repeat url(../imagenes/bot_audio.png); }

.about {
  width: 60px; }

.iconos > .about {
  background: top no-repeat url(../imagenes/bot_about.png); }

.videoFiles {
  width: 70px; }

.iconos > .videoFiles {
  background: top no-repeat url(../imagenes/bot_videoFiles.png); }

.logout {
  width: 80px; }

.iconos > .logout {
  background: top no-repeat url(../imagenes/bot_logout.png); }

.digital {
  width: 60px; }

.iconos > .digital {
  background: top no-repeat url(../imagenes/bot_digital.png); }

.cutouts {
  width: 80px; }

.iconos > .cutouts {
  background: top no-repeat url(../imagenes/bot_cutouts.png); }

.portfolio {
  width: 80px; }

.iconos > .portfolio {
  background: top no-repeat url(../imagenes/bot_portfolio.png); }

/*Fondos boton activo*/
.navegacion1 .home.activo {
  background-image: url(../imagenes/bot_homeOn.png); }

.navegacion1 .audio.activo {
  background-image: url(../imagenes/bot_audioOn.png); }

.navegacion1 .about.activo {
  background-image: url(../imagenes/bot_aboutOn.png); }

.navegacion1 .videoFiles.activo {
  background-image: url(../imagenes/bot_videoFilesOn.png); }

.navegacion1 .logout.activo {
  background-image: url(../imagenes/bot_logoutOn.png); }

.navegacion1 .digital.activo {
  background-image: url(../imagenes/bot_digitalOn.png); }

.navegacion1 .cutouts.activo {
  background-image: url(../imagenes/bot_cutoutsOn.png); }

.navegacion1 .portfolio.activo {
  background-image: url(../imagenes/bot_portfolioOn.png); }

a#botTeachers {
  background: left url(../imagenes/botTeachers.png); }

div#botTeachers {
  background: url(../imagenes/botTeachersOff.png); }

a#botStudents {
  background: left url(../imagenes/botStudents.png); }

div#botStudents {
  background: url(../imagenes/botStudentsOff.png); }

#Ti-book {
  background-image: url(../imagenes/botAccesoTi-book.png); }

#WGen {
  background-image: url(../imagenes/botAccesoWGen.png); }

#AGen {
  background-image: url(../imagenes/botAccesoAGen.png); }

#Si-book {
  background-image: url(../imagenes/botAccesoSi-book.png); }

#Game {
  background-image: url(../imagenes/botAccesoGame.png); }

#eWorkbook {
  background-image: url(../imagenes/botAccesoeWorkbook.png); }

#DigitalAct {
  background-image: url(../imagenes/botAccesoDigitalAct.png); }

#MyWebPage {
  background-image: url(../imagenes/botAccesoMyWebPage.png); }

/* Navegacion por páginas */
.botDocPrevio {
  background: url(../imagenes/botDocPrevio.png) no-repeat left; }

.botDocPrevio.off {
  background: url(../imagenes/botDocPrevioOff.png) no-repeat left; }

.botDocSig {
  background: url(../imagenes/botDocSig.png) no-repeat left; }

.botDocSig.off {
  background: url(../imagenes/botDocSigOff.png) no-repeat left; }

/*Navegacion por niveles*/
.botLevel.n1 {
  background-image: url(../imagenes/botNivel1.png); }

.botLevel.n2 {
  background-image: url(../imagenes/botNivel2.png); }

.botLevel.n3 {
  background-image: url(../imagenes/botNivel3.png); }

.botLevel.n4 {
  background-image: url(../imagenes/botNivel4.png); }

.botLevel.n5 {
  background-image: url(../imagenes/botNivel5.png); }

.botLevel.n6 {
  background-image: url(../imagenes/botNivel6.png); }

/* Botones interiores on + off por niveles*/
a#int-audiosCahier_1 {
  background-image: url(../imagenes/botInteriorCahierAudios_1.png); }

a#int-audiosLivre_1 {
  background-image: url(../imagenes/botInteriorLivreAudios_1.png); }

a#int-videosDVD_1 {
  background-image: url(../imagenes/botInteriorDVDVideo_1.png); }

a#int-fichas_1 {
  background-image: url(../imagenes/botInteriorFichas_1.png); }

a#int-programa_1 {
  background-image: url(../imagenes/botInteriorPrograma_1.png); }

div#int-audiosCahier_1 {
  background-image: url(../imagenes/botInteriorCahierAudios_1Off.png); }

div#int-audiosLivre_1 {
  background-image: url(../imagenes/botInteriorLivreAudios_1Off.png); }

div#int-videosDVD_1 {
  background-image: url(../imagenes/botInteriorDVDVideo_1Off.png); }

div#int-fichas_1 {
  background-image: url(../imagenes/botInteriorFichas_1Off.png); }

div#int-programa_1 {
  background-image: url(../imagenes/botInteriorPrograma_1Off.png); }

a#int-audiosCahier_2 {
  background-image: url(../imagenes/botInteriorCahierAudios_2.png); }

a#int-audiosLivre_2 {
  background-image: url(../imagenes/botInteriorLivreAudios_2.png); }

a#int-videosDVD_2 {
  background-image: url(../imagenes/botInteriorDVDVideo_2.png); }

a#int-fichas_2 {
  background-image: url(../imagenes/botInteriorFichas_2.png); }

a#int-programa_2 {
  background-image: url(../imagenes/botInteriorPrograma_2.png); }

div#int-audiosCahier_2 {
  background-image: url(../imagenes/botInteriorCahierAudios_2Off.png); }

div#int-audiosLivre_2 {
  background-image: url(../imagenes/botInteriorLivreAudios_2Off.png); }

div#int-videosDVD_2 {
  background-image: url(../imagenes/botInteriorDVDVideo_2Off.png); }

div#int-fichas_2 {
  background-image: url(../imagenes/botInteriorFichas_2Off.png); }

div#int-programa_2 {
  background-image: url(../imagenes/botInteriorPrograma_2Off.png); }

a#int-audiosCahier_3 {
  background-image: url(../imagenes/botInteriorCahierAudios_3.png); }

a#int-audiosLivre_3 {
  background-image: url(../imagenes/botInteriorLivreAudios_3.png); }

a#int-videosDVD_3 {
  background-image: url(../imagenes/botInteriorDVDVideo_3.png); }

a#int-fichas_3 {
  background-image: url(../imagenes/botInteriorFichas_3.png); }

a#int-programa_3 {
  background-image: url(../imagenes/botInteriorPrograma_3.png); }

div#int-audiosCahier_3 {
  background-image: url(../imagenes/botInteriorCahierAudios_3Off.png); }

div#int-audiosLivre_3 {
  background-image: url(../imagenes/botInteriorLivreAudios_3Off.png); }

div#int-videosDVD_3 {
  background-image: url(../imagenes/botInteriorDVDVideo_3Off.png); }

div#int-fichas_3 {
  background-image: url(../imagenes/botInteriorFichas_3Off.png); }

div#int-programa_3 {
  background-image: url(../imagenes/botInteriorPrograma_3Off.png); }

a#int-audiosCahier_4 {
  background-image: url(../imagenes/botInteriorCahierAudios_4.png); }

a#int-audiosLivre_4 {
  background-image: url(../imagenes/botInteriorLivreAudios_4.png); }

a#int-videosDVD_4 {
  background-image: url(../imagenes/botInteriorDVDVideo_4.png); }

a#int-fichas_4 {
  background-image: url(../imagenes/botInteriorFichas_4.png); }

a#int-programa_4 {
  background-image: url(../imagenes/botInteriorPrograma_4.png); }

div#int-audiosCahier_4 {
  background-image: url(../imagenes/botInteriorCahierAudios_4Off.png); }

div#int-audiosLivre_4 {
  background-image: url(../imagenes/botInteriorLivreAudios_4Off.png); }

div#int-videosDVD_4 {
  background-image: url(../imagenes/botInteriorDVDVideo_4Off.png); }

div#int-fichas_4 {
  background-image: url(../imagenes/botInteriorFichas_4Off.png); }

div#int-programa_4 {
  background-image: url(../imagenes/botInteriorPrograma_4Off.png); }

a#int-audiosCahier_5 {
  background-image: url(../imagenes/botInteriorCahierAudios_5.png); }

a#int-audiosLivre_5 {
  background-image: url(../imagenes/botInteriorLivreAudios_5.png); }

a#int-videosDVD_5 {
  background-image: url(../imagenes/botInteriorDVDVideo_5.png); }

a#int-fichas_5 {
  background-image: url(../imagenes/botInteriorFichas_5.png); }

a#int-programa_5 {
  background-image: url(../imagenes/botInteriorPrograma_5.png); }

div#int-audiosCahier_5 {
  background-image: url(../imagenes/botInteriorCahierAudios_5Off.png); }

div#int-audiosLivre_5 {
  background-image: url(../imagenes/botInteriorLivreAudios_5Off.png); }

div#int-videosDVD_5 {
  background-image: url(../imagenes/botInteriorDVDVideo_5Off.png); }

div#int-fichas_5 {
  background-image: url(../imagenes/botInteriorFichas_5Off.png); }

div#int-programa_5 {
  background-image: url(../imagenes/botInteriorPrograma_5Off.png); }

a#int-audiosCahier_6 {
  background-image: url(../imagenes/botInteriorCahierAudios_6.png); }

a#int-audiosLivre_6 {
  background-image: url(../imagenes/botInteriorLivreAudios_6.png); }

a#int-videosDVD_6 {
  background-image: url(../imagenes/botInteriorDVDVideo_6.png); }

a#int-fichas_6 {
  background-image: url(../imagenes/botInteriorFichas_6.png); }

a#int-programa_6 {
  background-image: url(../imagenes/botInteriorPrograma_6.png); }

div#int-audiosCahier_6 {
  background-image: url(../imagenes/botInteriorCahierAudios_6Off.png); }

div#int-audiosLivre_6 {
  background-image: url(../imagenes/botInteriorLivreAudios_6Off.png); }

div#int-videosDVD_6 {
  background-image: url(../imagenes/botInteriorDVDVideo_6Off.png); }

div#int-fichas_6 {
  background-image: url(../imagenes/botInteriorFichas_6Off.png); }

div#int-programa_6 {
  background-image: url(../imagenes/botInteriorPrograma_6Off.png); }

/* Adornos de audio */
.audiosActivitiesImg {
  background-image: url(../imagenes/adornoActivities.png); }

.audiosStoriesImg {
  background-image: url(../imagenes/adornoStories.png); }

.audiosSongsImg {
  background-image: url(../imagenes/adornoSongs.png); }

.audiosPictureDictionaryImg {
  background-image: url(../imagenes/adornoPictureDictionary.png); }

.audiosWordListImg {
  background-image: url(../imagenes/adornoWordList.png); }

/* Botones de productos */
#prodTi-book_0 {
  background-image: url(../imagenes/botTi-book_0.png); }

#prodWGen_0 {
  background-image: url(../imagenes/botWGen_0.png); }

#prodAGen_0 {
  background-image: url(../imagenes/botAGen_0.png); }

#prodSi-book_0 {
  background-image: url(../imagenes/botSi-book_0.png); }

#prodGame_0 {
  background-image: url(../imagenes/botGame_0.png); }

#prodDVD_0 {
  background-image: url(../imagenes/botDVD_0.png); }

#prodCutouts_0 {
  background-image: url(../imagenes/botCutouts_0.png); }

#prodDigitalAB_0 {
  background-image: url(../imagenes/botDigitalAB_0.png); }

#prodGames_0 {
  background-image: url(../imagenes/botGames_0.png); }

#prodStories_0 {
  background-image: url(../imagenes/botStories_0.png); }

#prodLetters_0 {
  background-image: url(../imagenes/botLetters_0.png); }

#prodMyWebPage_0 {
  background-image: url(../imagenes/botMyWebPage_0.png); }

#prodTi-book_1 {
  background-image: url(../imagenes/botTi-book_1.png); }

#prodWGen_1 {
  background-image: url(../imagenes/botWGen_1.png); }

#prodAGen_1 {
  background-image: url(../imagenes/botAGen_1.png); }

#prodSi-book_1 {
  background-image: url(../imagenes/botSi-book_1.png); }

#prodGame_1 {
  background-image: url(../imagenes/botGame_1.png); }

#prodDVD_1 {
  background-image: url(../imagenes/botDVD_1.png); }

#prodCutouts_1 {
  background-image: url(../imagenes/botCutouts_1.png); }

#prodDigitalAB_1 {
  background-image: url(../imagenes/botDigitalAB_1.png); }

#prodGames_1 {
  background-image: url(../imagenes/botGames_1.png); }

#prodStories_1 {
  background-image: url(../imagenes/botStories_1.png); }

#prodLetters_1 {
  background-image: url(../imagenes/botLetters_1.png); }

#prodMyWebPage_1 {
  background-image: url(../imagenes/botMyWebPage_1.png); }

#prodTi-book_2 {
  background-image: url(../imagenes/botTi-book_2.png); }

#prodWGen_2 {
  background-image: url(../imagenes/botWGen_2.png); }

#prodAGen_2 {
  background-image: url(../imagenes/botAGen_2.png); }

#prodSi-book_2 {
  background-image: url(../imagenes/botSi-book_2.png); }

#prodGame_2 {
  background-image: url(../imagenes/botGame_2.png); }

#prodDVD_2 {
  background-image: url(../imagenes/botDVD_2.png); }

#prodCutouts_2 {
  background-image: url(../imagenes/botCutouts_2.png); }

#prodDigitalAB_2 {
  background-image: url(../imagenes/botDigitalAB_2.png); }

#prodGames_2 {
  background-image: url(../imagenes/botGames_2.png); }

#prodStories_2 {
  background-image: url(../imagenes/botStories_2.png); }

#prodLetters_2 {
  background-image: url(../imagenes/botLetters_2.png); }

#prodMyWebPage_2 {
  background-image: url(../imagenes/botMyWebPage_2.png); }

#prodTi-book_3 {
  background-image: url(../imagenes/botTi-book_3.png); }

#prodWGen_3 {
  background-image: url(../imagenes/botWGen_3.png); }

#prodAGen_3 {
  background-image: url(../imagenes/botAGen_3.png); }

#prodSi-book_3 {
  background-image: url(../imagenes/botSi-book_3.png); }

#prodGame_3 {
  background-image: url(../imagenes/botGame_3.png); }

#prodDVD_3 {
  background-image: url(../imagenes/botDVD_3.png); }

#prodCutouts_3 {
  background-image: url(../imagenes/botCutouts_3.png); }

#prodDigitalAB_3 {
  background-image: url(../imagenes/botDigitalAB_3.png); }

#prodGames_3 {
  background-image: url(../imagenes/botGames_3.png); }

#prodStories_3 {
  background-image: url(../imagenes/botStories_3.png); }

#prodLetters_3 {
  background-image: url(../imagenes/botLetters_3.png); }

#prodMyWebPage_3 {
  background-image: url(../imagenes/botMyWebPage_3.png); }

#prodTi-book_4 {
  background-image: url(../imagenes/botTi-book_4.png); }

#prodWGen_4 {
  background-image: url(../imagenes/botWGen_4.png); }

#prodAGen_4 {
  background-image: url(../imagenes/botAGen_4.png); }

#prodSi-book_4 {
  background-image: url(../imagenes/botSi-book_4.png); }

#prodGame_4 {
  background-image: url(../imagenes/botGame_4.png); }

#prodDVD_4 {
  background-image: url(../imagenes/botDVD_4.png); }

#prodCutouts_4 {
  background-image: url(../imagenes/botCutouts_4.png); }

#prodDigitalAB_4 {
  background-image: url(../imagenes/botDigitalAB_4.png); }

#prodGames_4 {
  background-image: url(../imagenes/botGames_4.png); }

#prodStories_4 {
  background-image: url(../imagenes/botStories_4.png); }

#prodLetters_4 {
  background-image: url(../imagenes/botLetters_4.png); }

#prodMyWebPage_4 {
  background-image: url(../imagenes/botMyWebPage_4.png); }

#prodTi-book_5 {
  background-image: url(../imagenes/botTi-book_5.png); }

#prodWGen_5 {
  background-image: url(../imagenes/botWGen_5.png); }

#prodAGen_5 {
  background-image: url(../imagenes/botAGen_5.png); }

#prodSi-book_5 {
  background-image: url(../imagenes/botSi-book_5.png); }

#prodGame_5 {
  background-image: url(../imagenes/botGame_5.png); }

#prodDVD_5 {
  background-image: url(../imagenes/botDVD_5.png); }

#prodCutouts_5 {
  background-image: url(../imagenes/botCutouts_5.png); }

#prodDigitalAB_5 {
  background-image: url(../imagenes/botDigitalAB_5.png); }

#prodGames_5 {
  background-image: url(../imagenes/botGames_5.png); }

#prodStories_5 {
  background-image: url(../imagenes/botStories_5.png); }

#prodLetters_5 {
  background-image: url(../imagenes/botLetters_5.png); }

#prodMyWebPage_5 {
  background-image: url(../imagenes/botMyWebPage_5.png); }

#prodTi-book_6 {
  background-image: url(../imagenes/botTi-book_6.png); }

#prodWGen_6 {
  background-image: url(../imagenes/botWGen_6.png); }

#prodAGen_6 {
  background-image: url(../imagenes/botAGen_6.png); }

#prodSi-book_6 {
  background-image: url(../imagenes/botSi-book_6.png); }

#prodGame_6 {
  background-image: url(../imagenes/botGame_6.png); }

#prodDVD_6 {
  background-image: url(../imagenes/botDVD_6.png); }

#prodCutouts_6 {
  background-image: url(../imagenes/botCutouts_6.png); }

#prodDigitalAB_6 {
  background-image: url(../imagenes/botDigitalAB_6.png); }

#prodGames_6 {
  background-image: url(../imagenes/botGames_6.png); }

#prodStories_6 {
  background-image: url(../imagenes/botStories_6.png); }

#prodLetters_6 {
  background-image: url(../imagenes/botLetters_6.png); }

#prodMyWebPage_6 {
  background-image: url(../imagenes/botMyWebPage_6.png); }

/* Botones de DEMO */
#prodTi-book_99 {
  background-image: url(../imagenes/botTi-book_99.png); }

#prodWGen_99 {
  background-image: url(../imagenes/botWGen_99.png); }

#prodAGen_99 {
  background-image: url(../imagenes/botAGen_99.png); }

#prodSi-book_99 {
  background-image: url(../imagenes/botSi-book_99.png); }

#prodGame_99 {
  background-image: url(../imagenes/botGame_99.png); }

#prodDVD_99 {
  background-image: url(../imagenes/botDVD_99.png); }

#prodCutouts_99 {
  background-image: url(../imagenes/botCutouts_99.png); }

#prodDigitalAB_99 {
  background-image: url(../imagenes/botDigitalAB_99.png); }

#prodGames_99 {
  background-image: url(../imagenes/botGames_99.png); }

#prodStories_99 {
  background-image: url(../imagenes/botStories_99.png); }

#prodLetters_99 {
  background-image: url(../imagenes/botLetters_99.png); }

#prodMyWebPage_99 {
  background-image: url(../imagenes/botMyWebPage_99.png); }

/*Productos no disponibles para tablet*/
#prodTi-book_SoloPC {
  background-image: url(../imagenes/botTi-bookSoloPC.png); }

#prodWGen_SoloPC {
  background-image: url(../imagenes/botWGenSoloPC.png); }

#prodAGen_SoloPC {
  background-image: url(../imagenes/botAGenSoloPC.png); }

#prodSi-book_SoloPC {
  background-image: url(../imagenes/botSi-bookSoloPC.png); }

#prodGame_SoloPC {
  background-image: url(../imagenes/botGameSoloPC.png); }

#prodDVD_SoloPC {
  background-image: url(../imagenes/botDVDSoloPC.png); }

#prodCutouts_SoloPC {
  background-image: url(../imagenes/botCutoutsSoloPC.png); }

#prodDigitalAB_SoloPC {
  background-image: url(../imagenes/botDigitalABSoloPC.png); }

#prodGames_SoloPC {
  background-image: url(../imagenes/botGamesSoloPC.png); }

#prodStories_SoloPC {
  background-image: url(../imagenes/botStoriesSoloPC.png); }

#prodLetters_SoloPC {
  background-image: url(../imagenes/botLettersSoloPC.png); }

#prodMyWebPage_SoloPC {
  background-image: url(../imagenes/botMyWebPageSoloPC.png); }

/* Botones de descarga de productos */
.botDownProd {
  background: url(../imagenes/botDownProd.png) left; }

.botDownAnswer {
  background: url(../imagenes/botDownAnswer.png) left; }

.botDownAudio {
  background: url(../imagenes/botDownAudio.png) left; }

.noDown {
  background: url(../imagenes/noDown.png) left; }

/*# sourceMappingURL=base.css.map */
