/* RESET */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
fieldset,
img {
  border: none;
}
caption,
th {
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  margin-bottom: 1px;
  overflow: -moz-scrollbars-vertical !important;
  overflow-y: scroll;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font: 13px/18px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana,
    Arial, sans-serif;
  background-color: #646461;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-bottom: 18px;
}
a {
  color: #808080;
  text-decoration: underline;
  outline-style: none;
}
a:hover {
  text-decoration: underline;
}

/*
 * Layout
 */
#page {
  margin: 0 auto;
  width: 800px;
  padding: 50px 20px;
  clear: both;
}

@media all and (max-width: 800px) {
  #page {
    width: 100%;
  }
}

h1,
h2 {
  clear: both;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana,
    Arial, sans-serif;
  font-weight: bold;
  margin: 0 0 17px 0;
}
h1 {
  font-size: 27px;
  line-height: 34px;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman",
    "HelveticaNeue-Roman", "Helvetica Neue Roman", Helvetica, Arial, sans-serif,
    Verdana;
}
h2 {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}

.logo{
  text-align: right;
  margin-bottom:  50px;
}

.books {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 18px;
  visibility: hidden;
}
.books a {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.books a img {
  float: left;
}
.books .rightmost {
  margin-right: 0;
}
.galerias{
  width: 50%;
  float: left;
  display:  inline-block;
  padding:  5px 10px;
}
.galerias p{text-align:  center;}
.galerias img{width: 100%;}
.peque{font-size: small;}
.menu-secundario{
  text-align: center;
  padding: 5px;
  margin-top:  50px;
}
.menu-secundario a{
  margin:  5px;
  padding:  5px 10px;
  border:  1px solid;
  text-decoration:  none;
  display: inline-block;
}
.menu-secundario a:hover{
  background-color: #B3171A;
  color: #FFF;
}
.menu-secundario h2{
  font-size: 16px;
  padding: 10px;
  margin-bottom:  10px;
}
.pie{
  text-align: center;
  width:100%;
  margin-top: 50px;
  padding: 20px;
}