fieldset {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
legend {
  padding-left: 10px;
  padding-right: 10px;
}
input, textarea {
  font-size: 0.9em;
  color: #660000;
}
label {
  width: 180px;
}
.etiqueta {
  width: 180px;
  display: block;
}
.campo {
  width: 175px;
  margin-bottom: 5px;
}
.ctextarea {
  width: 175px;
  margin-bottom: 5px;
  margin-right: 5px;
  font: 8pt sans-serif, Generva;
}
#errorobligatorio {
  color: #FF0000;
  padding-top: 5px;
  display: none;
}
.boton {
  font-weight: bold;
  cursor: pointer;
  background-color: #330000;
  color: #FFF;
}
