@import url(http://fonts.googleapis.com/css?family=Quicksand);


body {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  font-family: 'Quicksand', sans-serif;
  text-align: justify;
  font-size: 10pt;
  padding: 10px;
  /*background-color: #fff;*/
  line-height: 18pt;
}

header {
  background-color: #fff;
  text-align: center;
  padding: 1em 0;
}

h1 {
  margin-left: 20%;
  text-align: left;
  font-size: 30pt;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

header p {
  margin-left: 20%;
  text-align: left;
  font-size: 12pt;
  }

nav {
  margin-top: -15%;
  width: 200px;
  position: fixed;
  height: 100%;
  padding-top: 10px;
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12pt;
}

ol li {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12pt;
  /*counter-reset: item;
  counter-increment: item;
  content: "[" counter(item) "] ";*/
}

nav a {
  text-decoration: none;
  color: #333; /* Cambiado a un color oscuro para mayor contraste */
  font-weight: bold;
}

section {
  margin-left: 220px;
  max-width: 800px;
  margin: auto;
  padding: 20px;
}

h2 {
  color: #333;
  font-size: 2em;
}

h3 {
  color: #333;
  font-size: 1.6em;
}

a {
  color: #0066cc;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 12pt;
  line-height: 1.8;
}

ul li {
  font-size: 12pt;
  }
