body {
	background-color: #fafafa;
}
h1{
	font-size: 2.2em;
	color: #444444;
	text-align: center;
}

h3{
	font-size: 1.3em;
	color: #222222;
	text-align: center;
}
.intro{
	margin-left: 25%;
}
.titform{
	font-size: 1.3em;
	text-decoration: underline;
	text-align: center;
}
.formulario{
	margin: auto auto auto auto;
	width: 50%;
	height: auto;
	border: solid black 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #ebebeb;
}

.radiobuttonleft input{
        display: block;
	float: right;
	margin-right: 4em;
}
.a1{
	margin-top: 0;
	margin-bottom: 0;
	background-color: #e7e7e7;
}
.a2{
	margin-top: 0;
	margin-bottom: 0;
	background-color: #eeeeee;
}
form>.aladerechasevan input{
	position: relative;
        top: -1.5em;
	float: right;
	width: 60%;
	margin-right: 10%;
}
form>p input{
	width: 95%;
}
.checkit{
	width: auto;
	display: inline;
}