@charset "utf-8";
.campo_formulario {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #003366;
	text-decoration: none;
	background-color: #ebebeb;
	padding: 4px;
	height: 18px;
	width: 180px;
	border: 1px solid #CCCCCC;
	margin: 2 px;
}
.boton_formulario {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	background-color: #FFCC66;
	height: 22px;
	width: 120px;
	border: 1px solid #CCCCCC;
}
