body {
	background: #e4e4e6;
	color: black;
	font-size: 62.5%;
}
.formulario {
	padding: 5.5%;

}
label {
	width: 41%;
	float: left;
	clear: left;
	padding: 1px;
	font-size: 1.8em;
}
input, select {
	padding: 0 1%;
	width: 58%;
	float: right;
	clear: right;
	border: 1px solid #989898;
	background: white;
}
label, input, select {
	min-height: 1.5em;
	line-height:  1.5em;
	margin-top: 0;
	margin-bottom: 1em;
}
.auto label, .auto input, .auto select,
.comercio label, .comercio input, .comercio select {
	margin-bottom: .7em;
}
input, select, option {
	font-size: 1.8em;
}
option {
	height: 2em;
	line-height: 2em;
	padding: .5em
}
.titulo {
	margin-top: 1%;
	padding: 0 0;
	line-height: 4em;
	font-size: 2.2em;
	font-weight: bold;
}
.auto .titulo {
	line-height: 2.2em;
}
.texto {
	margin-bottom: 4.5%;
	border-bottom: 2px solid #ccc;
	padding-bottom: 26px;
	line-height: 25px;
	font-size: 1.8em;
}

input.enviar {
	clear: both;
	width: 30%;
	margin-right: 28%;
	float: right;
	background: #353334;
	color: white;
	line-height: 2.5em;
	height: 2.5em;
}
.checks {
	margin-bottom: -.6em;
	width: 58%;
}
.checks input {
	margin: .2em 0;
	float: none;
	width: 4%;
	height: .8em;
	min-height: 0;
	line-height: .8em;
	vertical-align: top;
	background: #666666;
}
.checks label {
	margin: .3em 0;
	float: none;
	display: inline-block;
	padding: 0 1% 0 0;
	width: 26%;
	height: 2.4em;
	min-height: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	vertical-align: top;
	color: #666666;
}
label.requerido:after {
content: " *";
}