body {
  margin: 0px;
  background-image: url(../imagenes/decoracion/fondo-body.png);
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.contenido {
  margin: 15px auto 0px;
  padding: 0px 0px 4px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: relative;
  width: 98%;
  background-color: #333333;
  border-radius: 20px;
  box-shadow: rgba(255,255,255,0.4)
  2px 2px 0
  2px /* spread */
  inset
}
#subcabecera {
  border-style: none;
  margin: 0px auto;
  background-position: left center;
  background-repeat: repeat-x;
  font-weight: normal;
  position: relative;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 0.9em;
  padding-bottom: 0.2em;
}
.subcabecera {
  color: white;
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  font-weight: normal;
}
#ocultable {
  position: relative;
}
.ocultable {
  margin: 0px auto;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: white;
  padding-right: 30px;
  font-weight: normal;
  position: relative;
  text-align: justify;
  padding-left: 30px;
  padding-bottom: 20px;
  font-size: 0.9em;
  line-height: 1.6em;
}
#subsubcabecera {
  border-style: none;
  margin: 10px auto 0px;
  background-position: left center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  background-repeat: repeat-x;
  color: white;
  position: relative;
  font-weight: normal;
}
.referencias {
  margin-left: 40px;
}
#inferior {
  border-style: none;
  margin: 10px auto 0px;
  padding: 1px 0px;
  position: relative;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  text-decoration: none;
  text-align: left;
  font-size: 0.7em;
  line-height: 1.5em;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.rebordeenlaces {
  outline: 0;
}
.textomaderas {
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  text-align: center;
  font-weight: normal;
  font-size: 1.1em;
}
.ul {
  list-style-type: none;
}
.especie {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.3em;
  line-height: 1em;
  color: white;
  text-align: center;
  font-weight: bold;
}
.a:hover {
  text-decoration: underline;
}

