.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #369;
	padding-top: 5px;
	float: left;
}
.boton_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-color: #1A7C95;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.campo_texto {
	width: 200px;
}
