.formulario1 {
	float: left;
	width: 200px;
	margin-top: 10px;
}
.caja1 {
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #02307E;
	width: 75px;
	margin-top: 5px;
	display: block;
	float: left;
	margin-right: 30px;
	height: 18px;
}
.formulario1 label {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	color: #333333;
	width: 50px;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
}
