@charset "utf-8";
/* CSS Document */

body {
  font-family: Tahoma;
  font-size: 14px;
  letter-spacing: 1px;
  color: black;
  background: url(imagenes/fondo_body.gif) no-repeat;
  margin: 0;
} 

.titulo {
  font-size: 18px;
  background: url(imagenes/titulo.gif) no-repeat;
  padding-top: 30px;
  padding-left: 35px;

}

.datos {
  text-align: right;
  font-size: 12px;
  font-style: italic;
  line-height: 0.2;
}

p a, li a {
  text-decoration: none;
  color: black;
  background-color: #CF6;
  padding-left: 2px;
  padding-right: 2px;

}

#seccion ul {
  list-style-type: none;
  padding: 0;
  margin: 35px 0 0;

}
#contenedor {
  background: white url(imagenes/fondo.gif) no-repeat;
  width: 800px;
}

#seccion {
  background: white url(imagenes/fondo_seccion.gif) no-repeat;
  border-right: 2px solid black;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  padding: 20px;
  padding-top: 90px;
  
  width: 136px;
  position: absolute;
  top: 166px;
  left: 533px;

}

#seccion form {
  margin-bottom: 10px;
}

#contenido {
  padding: 190px 300px 30px 30px;
}
.borde_inferior {
  border-bottom: #000 1px solid;
}
