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

label{
  color: #999999;
  display: block;
  float: left;
  font-family: arial;
  font-size: 14px;
  margin-top: 7px;
  min-width: 120px;
  text-align: right;
}
.FormSub{
  height:6px;
  background: #ead3bb;
}
.txtForm{
  padding: 0px 0px 14px 0px;
  border-left: solid thin #999;
  border-bottom: solid thin #999;
}

input[type='text'], input[type='email'], input[type='number']{
  background-color: #F3F3F3;
  border: thin solid #FF6D00;
  height: 22px;
  margin: 0 0 12px 0px;
  width: 240px;
}
body#contacto form textarea{
  background-color: #f3f3f3;
  border: thin solid #FF6D00;
  width: 270px;
  height: 114px;
  margin: 10px 0px 6px 0px;
}
body#contacto form input[type=submit]{
  margin: 0px 0 5px 230px;
  font-size: 16px
}
span.error{
  color: red;
  font-family: arial;
  font-size: 12px;
}