.texto_blanco {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #CCCCCC;
}
.texto_celeste {

	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #00AFDF;
}
.texto_blanco_bold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.campos {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	border: thin solid #666666;
	height: 15px;
}


.texto_celeste:link {

	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CCCCCC;
}
.texto_celeste:hover {

	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #00AFDF;
}
.texto_celeste:visited {

	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #00AFDF;
}
