/* Generated by KompoZer */
#titulo {
  border: 1px solid black;
  margin-right: 5%;
  margin-left: 5%;
  height: 175px;
  width: 90%;
  background-color: white;
}
#enlaces {
  border: 1px ridge black;
  margin-top: 1%;
  width: 15%;
  float: left;
  margin-left: 5%;
  background-color: #f67b00;
  color: #d1ff00;
}
#contenido {
  border: 1px ridge black;
  margin-left: 21%;
  margin-right: 5%;
  margin-top: 1%;
  background-color: #f67b00;
  text-align: center;
  font-family: Taffy;
  color: #d1ff00;
  width: 74%;
}
body {
  background-color: #cc6600;
}
#contenido h1 {
  font-family: Apple Chancery;
  font-size: 40px;
  color: #ff9900;
  font-weight: bold;
}
#contenido h2 {
  font-family: Comic Sans MS;
  color: #ffcc00;
  font-size: 30px;
}
#contenido h3 {
  font-family: Oxford;
  color: #ffe100;
  font-size: 20px;
}
#contenido p {
  font-family: Arial;
}
#contenido h4 {
  font-family: AvantGarde;
  color: #ffcc33;
}
#enlaces ul li {
  font-family: Apple Chancery;
  list-style-type: none;
}
#enlaces ul li a {
  font-family: Apple Chancery;
  list-style-type: none;
  text-decoration: none;
  color: #d1ff00;
}
#enlaces ul li a:hover {
  font-family: Apple Chancery;
  font-weight: bold;
  text-decoration: none;
  color: #993300;
}
#contenido table {
  width: 100%;
}
