@charset "iso-8859-1";
body
{
	margin: 10px auto;
	padding: 0;
	background-color: #fff;
	font-family: helvetica,arial,verdana,serif;
	font-size: 80%;
	font-style: normal;
	font-weight: 400;
	color: #141d70;	
}
#cuerpo
{
	width: 70%;
	margin: 50px auto;
}
#titulo
{
	font-size: 150%;
	font-weight: 900;
	font-style: underline;
}
.boton
{
	margin: 35px auto;
}
.etiqueta
{
	display: block;
	width: 200px;
	text-align: left;
	font-weight: bold;
}
.error
{
	color: #ff0000;
}