@charset "utf-8";
/* CSS Document */
/* CSS Document */
form {
	margin: 0px auto;
}
form p {
  clear: left;
  margin: 0;
  padding: 10px 0 0 0;
}
form p label {
  float: left;
  text-align: right;
  width: 80px;
  color:#52514D;
  font-size: 11px;
  padding-top: 5px;
}
.input {
	background: #F0EBD8;
	color: #5F5E47;
	border: #D0CEBF dashed 1px;
	height: 25px;
	width: 350px;
	text-indent: 5px;
	padding-top: 5px;
	padding-right:30px;
	font-size: 11px;
}
.inputArea {
	background: #F0EBD8;
	color: #5F5E47;
	border: #D0CEBF dashed 1px;
	width: 350px;
	text-indent: 5px;
	font-family: "Tahoma";
	font-size: 11px;
	text-align: left;
	padding-top: 5px;
	padding-right:30px;
}
.envia {
	text-align: right;
	float:right;
	margin-right: 75px;
	margin-top: 3px;
	background: #F0EBD8;
	color: #716F64;
	font-weight: bold;
	font-size: 11px;
	width: 85px;
	height: 27px;
	border: none;
}
.envia:hover {

	background-position:left bottom;

}
.mensaje {
	font-size: 11px;
	color: #666666;
}
.asterisco {
	font-size: 14px;
	color: #5F8BA8;
}

