/* CLASE CALL TO ACTION ; BOTON */

p.call_to_action .boton {
  width: 100%;
  padding: 14px 0;
  margin: 7px 0;
}

/* CLASE EXHIBIDOR */

.exhibidor {
  max-width: 525px;
  margin: 0 auto 0.5em auto;
}

.exhibidor h1 {
  padding-top: 20px;
}

.exhibidor a {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.exhibidor a:hover {
  text-decoration-style: solid;
}

.exhibidor h1 + a {
  display: inline-block;
  padding-bottom: 20px;
}

.exhibidor #call_to_action {
  padding: 20px 0;
}

.exhibidor #call_to_action .navegacion {
  display: inline-block;
  padding-bottom: 20px;
}

.exhibidor ul li {
  margin: 5px;
}

/* CLASE INDEX */

/* CLASE QUIENES */

/* CLASE COLECCIONES */

/* CLASE LIBRERIAS */

.librerias #texto {
  text-align: center;
}

/* CLASE CONTACTO */

/* CLASE LIBROS */

.libros h1, .libros h2 {
  padding: 0.8em 20px 0 20px;
}

.libros #cuerpo {
  text-align: center;
}

.libros h1 + h2, .libros h2 + h2 {
  padding: 0 20px;
  padding: 0;
}

.libros #texto p {
  text-align: left;
}

.libros #tapa_libro {
  display: inline-block;
  width: 274px;
  margin-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.libros #tapa_libro img {
  width: 274px;
  height: 401px;
}

.libros #video {
  display: inline-block;
  width: 274px;
  height: 401px;
  margin: 15px 0;
  padding: 10px;
}

.libros p.call_to_action {
  padding: 20px 20px 0 20px;
  text-align: center;
}

.libros p.call_to_action a {
  text-decoration: none;
}

.libros p.call_to_action a:hover {
  text-decoration: underline;
}

.libros p.call_to_action .delgado {
  width: 50%;
}

.libros p.call_to_action .ancho {
  width: 100%;
}

/* CLASE INSTRUCCIONES */

.instrucciones #banner {
  width: 100%;
  height: 940px;
  margin: 0 auto;
}

.instrucciones #mensaje {
  max-width: 650px;
  min-height: 245px;
  padding-top: 30px;
}

.instrucciones #mensaje.combo {
  padding-top: 30px;
}

.instrucciones #mensaje #tapa {
  text-align: center;
}

.instrucciones #mensaje h1 {
  text-align: center;
}

.instrucciones #mensaje p {
  padding: 25px 25px 0 25px;
}

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

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

.instrucciones #instrucciones {
  max-width: 600px;
  padding: 1.78em 25px;
  margin: 50px auto;
}

.instrucciones #instrucciones a {
   text-decoration: underline;
   text-decoration-style: dotted;
}

.instrucciones #instrucciones a:hover {
  text-decoration-style: solid;
}


