body {
  background-color: #e6eaee;
  background-image: url('../images/bg_paper.png'); /* textura muy sutil */
  background-repeat: repeat;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
  color: #1e1e1e;
}

p {
  line-height: 1.7em;
}

hr {
  border: none;
  border-top: 1px solid #c9c9c9;
  margin: 2em 0;
}

img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

.right { float: right; margin-left: 1em; }
.left { float: left; margin-right: 1em; }

.center {
  display: block;
  margin: auto;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .small {
    max-width: 60%;
  }
}

.caption {
  margin-top: 0.2em;
  font-size: 0.85em;
  color: #555;
  font-style: italic;
}

a {
  color: #2c3e55;
  text-decoration: underline;
}

a:hover {
  background-color: #f0f0f0;
}

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f2f3f;
  font-weight: normal;
}

/* CONTENEDOR PRINCIPAL */
#container {
  margin: 3em auto;
  width: 90%;
  max-width: 720px;
  background-color: #ffffff;
  color: #1a1a1a;
  border: 1px solid #d6d6d6;
}

/* CONTENIDO */
#content {
  padding: 2em;
}

/* HEADER */
#header {
  background-color: #f5f6f7;
  padding: 1em 2em;
  border-bottom: 1px solid #d6d6d6;
}

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

#header li {
  font-size: 1em;
  display: inline-block;
  margin-right: 1.5em;
}

#header li a {
  color: #1f2f3f;
  text-decoration: none;
}

#header li a:hover {
  text-decoration: underline;
}

/* LISTAS DE POSTS */
#postlistdiv ul,
#recentpostlistdiv ul {
  font-size: 1em;
  padding: 0;
  list-style-type: none;
}

.moreposts {
  font-size: 0.8em;
  color: #555;
}

/* NEXT / PREV */
#nextprev {
  text-align: center;
  margin-top: 2em;
}

/* DISQUS */
#disqus_thread {
  margin-top: 2em;
}

/* FOOTER */
#footer {
  font-size: 0.8em;
  padding: 1em 2em;
  color: #666;
  border-top: 1px solid #d6d6d6;
  background-color: #f5f6f7;
}
