/* Estilos para secciones estáticas e informativas */
body {
  background-image: url(/img/fondo.estaticas.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: black;
  background-attachment: fixed;
}

table {
  width: 100%;
  border-collapse: collapse;
  padding: 0px;
  color: white;
  font-family: georgia;
}

td.titulo {
  width: 190px;
  padding: 20px 10px 10px 10px;
  vertical-align: top;
}

td.titulo h1 {
  font-size: 15pt;
  font-weight: normal;
}

h2.nor {
  font-size: 10pt;
  font-weight: normal;
}
h2.nor:hover {
  text-decoration: underline;
}
h2.act {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: underline;
}

td.contenido div {
  margin: 0px;
  padding: 0px;
}

td.contenido {
  width: 418px;
  padding: 20px 20px 20px 10px;
  vertical-align: top;
}

td.contenido h2 {
  color: #e7e7c6;
  font-size: 12pt;
  margin: 0px;
}

td.contenido p {
  font-size: 9pt;
  color: white;
  text-indent: 1em;
  text-align: justify;
  margin: 5px 0px 0px 0px;
}

td.contenido p:first-letter {
  font-size: 12pt;
  font-weight: bold;
}

img.icono {
  float: left;
  margin: 3px 10px 0px 0px;
}

/* Formulario de contacto */
.forminactivo {
  border-width: 0px;
  font-size: 8pt;
  font-family: monospace;
  width: 80%;
  margin-left: 2em;
}

.formactivo {
  border-width: 0px;
  font-size: 8pt;
  font-family: monospace;
  width: 80%;
  background-color: #e2e7c3;
  margin-left: 2em;
}
