
body {
  margin: 0px;
  font-size: 85%;
  font-family: sans-serif;
}

a:link, a:active { text-decoration: underline; color: #17A; }
a:hover, a:focus { text-decoration: underline; color: #6BD; }
a:visited { text-decoration: underline; color: #0F587C; }

#topbar {
  display: block;
  clear: both;
  padding: 5px 10px 5px 0px;
  margin-bottom: 40px;
	background-color: black;
  border-bottom: solid 4px grey;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: right;
  text-decoration: none;
	color: #bbbbbb;
}

#topbar:hover {
  color: #c9c719;
  border-color: #c9c719;
}

#wrapper {
  width: 800px;
  overflow: visible;
  margin: auto;
  margin-bottom: 30px;
  background: transparent url('fondoverde.png') left top repeat-y;
  border: 4px solid black;
}

#wrapper2 {
  background: transparent url('fondoarbol.png') 95% bottom no-repeat;
}

.contribuye #wrapper2 {
  background-image: none;
}

#side {
  float: left;
  width: 210px;
  padding: 230px 5px 5px 5px;
  background: transparent url('logoverde.png') left 10px no-repeat;
  text-align: center;
  color: white;
}

#side ul {
  padding: 10px;
}

#side li {
  list-style-type: none;
}

#side li a {
  display: block;
  border: 2px solid white;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: white;
}

#side li a:hover {
  background-color: #b6d8bf;
  color: #027820;
}

#main {
  float: left;
  width: 550px;
  margin: 15px;
}

h1#siamas {
  width: 530px;
  height: 127px;
  margin-bottom: 20px;
  background: transparent url('siamas.png') center center no-repeat;
  text-indent: -9000px;
  overflow: hidden;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.important {
  padding: 4px;
  border: 2px dotted black;
  text-align: center;
  font-size: 1.3em;
}

