/* CSS RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  background-color: #FFFFFF;
  color: #000000;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BODY */

body {
  font-family: Arial, sans-serif;
  font-size: 100%;
  color: #1D406E;
  line-height: 1.5;
  background-color: #F5EDBB;
  background-color: #FCF9E7;
}

h1, h2 {
  font-family: Garamond, serif;
  font-weight: normal;
  color: #173254;
  font-size: 1.78em;
}

p + h1, blockquote + h1, dl + h1 {
  padding-top: 1em;  
}

h2 {
  font-size: 1.34em;
}  

p + h2, blockquote + h2, dl + h2 {
  padding-top: 1em;
}

p, dl {
  padding-top: 1em;
}

blockquote {
  font-size: 1em;
  padding: 1em 2em;
  font-style: italic;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1 strong, h2 strong {
  font-weight: normal;
}

dt {
  font-weight: bold;
  color: #173254;
}

dd {
  margin: 0.5em 0 0 1em;
  }

dd + dt {
  padding-top: 1em;
}

a {
  color: #F78C40;
  text-decoration: none;
}

a:hover {
  color: #E16309;
  text-decoration: underline;
}

/*****  LAYOUT ******/

/* WRAPPER */

#wrapper {
  margin-left: auto;
  margin-right: auto;
  background-color: #F78C40;
}

/* HEADER */

#header {
  float: left;
  width: 90%;
  padding: 0 5%;
  background-color: #F5EDBB;
  background-color: #FCF9E7;
}

#logo {
  display: block;
  background-color: #F5EDBB;
  background-color: #FCF9E7;
}

#menu_icon {
  display: none;
}

#menu {
  background-color: #F5EDBB;
  background-color: #FCF9E7;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  border-radius: 30px;
}

#menu ul li a {
  display: block;
  font-family: Garamond, serif;
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
  color: #E16309;
}

#menu ul li:hover {
  background-color: #E16309;
}

#menu ul li:hover a {
  color: #FFFFFF;
}

#menu ul li a.resaltado {
  color: #ED174A;
}

#menu ul li:hover a.resaltado {
  color: #FFFFFF;
}

/* BANNER */

#banner div {
  display: block;
  float:left;
  width:100%;
  border-top: solid 4px #ffffff;
  background-color: #F5EDBB;
  background-repeat: repeat-x;
  background-position: center; 
  text-align: center;
}

#banner div a {
  display: block;
}

#banner div p {
  padding: 0;
  display: inline-block;
  color: #263553;
  font-family: Palatino, Garamond, "Times New Roman", serif;
}

/* CUERPO */

#cuerpo {
  background-color: #FFFFFF;
}

/* FOOTER */

#footer {
  clear: left;
  padding: 3.56em 5%;
  font-family: Arial, sans-serif;
  font-size: 0.75em;
  color: #FFFFFF;
  text-align: center;
}

#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/*****  CLASES ******/

/* CLASE CALL TO ACTION ; BOTON */

p.call_to_action .boton {
  display: inline-block;
  background-color: #E16309;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  width: 150px;
  padding: 14px 0;
  margin: 0 3px;
}

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

p.call_to_action .claro {
  background-color: #FFFFFF;
  color: #E16309;
  border: solid 1px #E16309;
}

/* CLASE EXHIBIDOR */

.exhibidor {
  background-color: #FCF9E7;
  background-color: #F5EDBB;
  min-height: 550px;
  overflow: hidden;
  text-align: center;
  border-radius: 30px;
}

p + .exhibidor {
  margin-top: 2em;
}

.exhibidor h1 {
  color: #E16309;
}

.exhibidor #call_to_action {
  display: block;
  clear: left;
  padding: 0.89em 0;
}

.exhibidor #call_to_action a {
  font-family: Garamond, serif;
  font-size: 1.78em;
  color: #E16309;
}

.exhibidor #call_to_action .navegacion {
  font-family: Arial, sans-serif;
  font-size: 1em;
  color: #F78C40;
}

.exhibidor #call_to_action .navegacion:hover {
  color: #E16309;
}

.exhibidor ul {
  list-style-type: none;
  text-align: center;
  overflow: hidden;
}

.exhibidor ul li { 
  display: inline-block;
  vertical-align: top;
  padding: 9px 10px 8px 10px;
  margin: 15px 5px;
  background-color: #FCF9E7;
  background-color: #F5EDBB;
  height: 410px;
  width: 180px;
  text-align: center;
  border-radius: 30px;
}

.exhibidor ul li:hover {
  background-color: #FFFFFF;
}

.exhibidor ul li a {
  display: block;
  position: relative;
  font-family: Garamond, serif;
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
  color: #1D406E;
}

.exhibidor ul li a img {
  width: 165px;
  height: 242px;
  margin: 15px 0;
  z-index: 1;
}

.exhibidor ul li a div.highlight {
  display: inline-block;
  width:165px;
  position: absolute;
  top:195px;
  left:7px;
  z-index: 100;
  color: #FFFFFF;
  background-color: #E4003A;
  font-size: 15px;
} 

.exhibidor ul li a div.arriba {
  top: 87px;
}

.exhibidor ul li a div.abajo {
  top: 217px;
}

.exhibidor ul li a div.abajo_bis {
  top: 240px;
}

.exhibidor ul li a div.azul {
  background-color: #597af4;
}

.exhibidor ul li a div.verde {
  background-color: #8ed35e;
}

.exhibidor ul li a div.violeta {
  background-color: #a152af;
}

.exhibidor ul li a div.naranja {
  background-color: #f49259;
}

/* CLASE INDEX */

/* CLASE QUIENES */

.quienes #banner div {
  background-image: url(../img/banner_biblioteca_desktop1.jpg);
}

.quienes p.call_to_action {
  padding-top: 2em;
  text-align: center;
}

/* CLASE COLECCIONES */

/* CLASE LIBRERIAS */

.librerias #banner div {
  background-image: url(../img/banner_azoteas.jpg);
  background-color: #ac9d74;
  background-repeat: no-repeat;
}

.librerias p.call_to_action {
  padding-top: 2em;
  text-align: center;
}

/* CLASE CONTACTO */

.contacto #banner div {
  background-image: url(../img/banner_libro_con_alas.jpg);
}

.contacto p.call_to_action {
  padding-top: 2em;
  text-align: center;
}

/* CLASE LIBROS */

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

.libros #texto p.firma, .libros #texto p.epigrafe {
  text-align: right;
}

.libros #texto p.link a {
  color: #1D406E;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.libros #texto p.link a:hover {
  color: #E16309;
  text-decoration: underline;
}

.libros #tapa_libro:hover {
  text-decoration: underline;
  font-weight: bold;
}

.libros #video iframe {
  width: 100%;
  height: 100%;
}

.libros #tapa_libro.con_borde {
  border: 1px dotted #1D406E;
}

.libros .exhibidor {
  background-color: #FFFFFF;
}

.libros .exhibidor ul li { 
  background-color: #FFFFFF;
}

.libros .exhibidor ul li:hover {
  background-color: #FCF9E7;
  background-color: #F5EDBB;
}

/* CLASE INSTRUCCIONES */

body.instrucciones {
  background-color: #E5E5E5;
}

.instrucciones #banner {
  position: absolute;
  z-index: 1;
  background-color: #F5EDBB;
  background-image: none;
  border-radius: 10px;
}

.instrucciones #mensaje {
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  color: #FFFFFF;
  color: #1D406E;
}

.instrucciones #mensaje.sin_tapa {
  min-height: 0;
}

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

.instrucciones #mensaje #tapa {
  margin-top: 50px;
}

.instrucciones #mensaje img {
  width: 165px;
  height: 242px;
}

.instrucciones #mensaje h1 {
  font-size: 2.68em;
  font-weight: normal;
  color: #FFFFFF;
  color: #1D406E;
}

.instrucciones #mensaje strong {
  font-weight: bold;
}

.instrucciones #mensaje p {
  padding: 25px 25px 0 25px;
  font-size: 1.34em;
  font-family: Garamond, serif;
}

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

.instrucciones #mensaje.combo .exhibidor {
  clear: left;
  margin: 0;
  background-color: transparent;
  max-width: none;
  min-height: 0;
  border-radius: 0;
  margin-top: 40px;
}

.instrucciones #mensaje.combo .exhibidor ul {
  min-width: 0;
}

.instrucciones #mensaje.combo .exhibidor ul li { 
  padding: 0;
  margin: 5px 0;
  background-color: transparent;
  height: 238px;
  width: 154px;
  border-radius: 0;
}

.instrucciones #mensaje.combo .exhibidor ul li:hover {
  background-color: transparent;
}

.instrucciones #mensaje.combo .exhibidor ul li a img {
  width: 148px;
  height: 218px;
  margin: 0;
  padding: 0;
}

.instrucciones #instrucciones {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.instrucciones #instrucciones.sin_tapa {
  margin-top: 35px;
}

.instrucciones #instrucciones p.doble_espacio {
  padding-top: 2.5em; 
}
