/* manifiesto.css — CSS 2 puro */

body {
  background-color: #ffffff;
  color: #000000;
  font-family: Times New Roman, serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 40px;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin-left: 30px;
  margin-bottom: 20px;
}

li {
  margin-bottom: 6px;
}

a {
  color: #0000cc;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
}

hr {
  border: none;
  border-top: 1px solid #000000;
  margin: 30px 0;
}

pre {
  font-family: Courier New, monospace;
  font-size: 14px;
  background-color: #f4f4f4;
  padding: 10px;
  border: 1px solid #cccccc;
  overflow: auto;
}

/* Fin del CSS */
