@charset "utf-8";
/* CSS Document */
<!--
.text_input {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #005E8A;
	background-color: #f8f9fe;
	border: 1px solid #d5daf0;
	text-transform: lowercase;
	margin-left: 5px;
	height: 20px;
}

.text_form {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #5165b9;
	text-transform: lowercase;
	height: 15px;
	margin: 4px;
	width: 140px;
}
.Titulo {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #005E8A;
	text-transform: lowercase;
	margin-left: 5px;
	height: 20px;
	font-weight: bold;
}


