body {
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5 {
  color: #244F0D;
  font-family: Georgia, serif;
}

h1 {
  font-size: 1.3em;
}

h2 {
  font-size: 1.1em;
}

h3 {
  font-size: 1em;
}

#base {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
}

#menu {
  font-family: Arial, sans-serif;
  font-weight: bold;
  background-color: #003300;
}

#menu ul {
  list-style-type: none;
}

#menu li {
  color: white;
  display: inline;
  margin-right: 25px;
  font-size: 0.8em;
  text-transform: uppercase;
}


#menu li a {
  color: white;
  text-decoration: none;
}


#menu li a:hover {
  color: #FFCC33;
}

body.actividades #menu li.actividades a,
body.noticias #menu li.noticias a {
  color: #FFCC33;
}

a img {
  border: none;
}

div.fotos {
  text-align: center;
}

div.fotos img {
  border: 1px solid black;
  margin: 10px;
}
