
/*Manejo de errores en el form*/
.error, .LV_validation_message.error{
  background:#f69e00;
  color: #fff;
}
input, textarea{
  min-width: 80%;
}

label{
  display: block;
}

.formelemnt{
  margin-bottom: .5em;
}

.boton-enviar{
  height: 2em;
  line-height: 0;
  padding: 1em;
  margin: 1em 0px;
  min-width: 8em;
}
