
/* reglas CSS para formulario */
.form-consulta {max-width: 500px; margin: 10px auto; background: #eee; padding: 25px; font-family: 'Source Sans Pro', sans-serif;}
.campo-form {width:99%!important; height:36px; margin:2px auto 6px; 
	padding-left:6px; box-sizing: border-box; display: table;
	 border-radius:3px; border:0; font-family: 'Source Sans Pro', sans-serif; font-size:1em;}
label span {color: #f00}
textarea {min-height: 150px!important;}
.btn-form {display: table; border:0; background: #444444; 
	height: 36px; line-height: 36px; padding: 0 60px; margin:15px auto 0px;
	border-radius: 6px; color:#fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px}
.btn-form:hover {background: #333}
