/* CLASE CALL TO ACTION ; BOTON */

p.call_to_action .delgado {
  width: 150px;
}

p.call_to_action .ancho {
  width: 300px;
}

/* CLASE EXHIBIDOR */

.exhibidor {
  clear: left;
  max-width: 1050px;
  margin: 0 auto 1em auto;
}

.exhibidor h1 {
  clear: left;
  padding-top: 0.89em;
}

.exhibidor ul li a {
  top: 0; left: 0;
}

/* CLASE INDEX */

/* CLASE QUIENES */

/* CLASE COLECCIONES */

/* CLASE LIBRERIAS */

/* CLASE CONTACTO */

/* CLASE LIBROS */

.libros h1 {
  padding: 0.8em 0 0 0;
}

.libros h1, .libros h2 {
  margin-left: 556px;
}

.libros h1 + h2, .libros h2 + h2 {
  padding: 0 0 1em 0;
  padding: 0;
}

.libros #cuerpo {
  min-height: 738px;
}

.libros #texto {
  padding: 1em 0 3.56em 0;
  margin: 0 auto 0 556px;
}

.libros #texto p.separador {
  margin-top: 1em;
}

.libros #texto p.instrucciones {
  margin-bottom: 1em;
}

.libros #texto h2 + p.separador {
  margin-top: 0;
}

.libros #tapa_libro {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 60px;
}

.libros #tapa_libro img {
  width: 456px;
  height: 660px;
}

.libros #video {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 726px;
  padding-top: 20px;
  width: 456px;
  height: 456px;
}

.libros p.call_to_action {
  padding: 1em 0 1em 0;
  text-align: right;
}

.libros .exhibidor h1 {
  margin-left: 0;
}

/* CLASE INSTRUCCIONES */

.instrucciones #banner {
  width: 90%;
  margin: 0 5%;
  height: 600px;
}

.instrucciones #banner.combo {
  height: 750px;
}

.instrucciones #mensaje {
  width: 650px;
  min-height: 245px;
}

.instrucciones #mensaje #tapa {
  position: absolute;
  top: 10px;
}

.instrucciones #mensaje h1 {
  padding-left: 200px;
}

.instrucciones #mensaje.sin_tapa h1,
.instrucciones #mensaje.combo h1 {
  text-align: center;
  padding-left: 0;
}


.instrucciones #mensaje p {
  padding-left: 200px;
}

.instrucciones #mensaje.sin_tapa p,
.instrucciones #mensaje.combo p {
  padding-left: 0;
}

.instrucciones #mensaje p.call_to_action {
  padding: 25px 0 0 0;
  text-align: right;
}

.instrucciones #instrucciones {
  width: 650px;
  padding: 1.78em 5% 3.56em 5%;
  margin: 50px auto;
}

