a:link {
  text-decoration: none;
  color: black;
}
a:visited {
  text-decoration: none;
  color: black;
}
a:active {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
  color: black;
}
body {
  font-family: Verdana, Arial, serif;
  font-size: medium;
  color: black;
  background-color: #0EE45E;
  background-repeat: repeat-y;
  scrollbar-highlight-color: #2E9544;
  scrollbar-face-color: #0EE45E;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
}
#titulo {
  padding-bottom: 20px;
}
.capas {
  font: 8pt Verdana, Arial;
  text-align: center;
  padding-bottom: 10px;
}
.links {
	cursor: pointer;
	color: black;
	font-size: smaller;
}
#link1 {
	cursor: pointer;
	color: #ff6622;
}