form h4 {
	clear: both;
	margin: 0;
	padding: 2em 0 0 5px;
}

form p {
	float: left;
	margin: .5em 0 0 0;
}

form label {
	display: block;
}

form textarea {
}

form #botonera {
	text-align: center;
	margin: 1em 0 0 0;
}

form .asterisco {
	color: darkred;
}

form .leyenda {
	float: none;
	clear: both;
	font-style: italic;
}

input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	padding: 2px;
	color: #333;
	background-color: #f8f8f8;
}

input:focus, select:focus, textarea:focus {
	border-color: #B5372C;
	color: #000;
	background-color: #fff;
}

#main label em {
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}

#main p.comment {
	border: none;
	font-size: 1.1em;
	color: #333;
}