.navbar {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.negro {
	color: #000000;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	font-size: 10pt;
}
.negro:hover {

	color: #7298A5;
	text-decoration: none;
}
.navbar:hover {

	color: #D0DEE1;
	text-decoration: none;
}
.frmtxtfld {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #F5F5F5;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.frmbuscartxtfld {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #D0DDE1;
	text-align: center;
	border: 1px solid #7298A5;
	font-family: "Trebuchet MS";

}
.blanco {
	color: #FFFFFF;
	
}
.blanco:hover {
	color: #D0DEE1;
}
.link:link {
	color: #000000;
	text-decoration: none;
}
.link:active {

	color: #FFCC00;
	text-decoration: none;
}
.link:hover {


	color: #CC0000;
	text-decoration: none;
}
.link:visited {
	color: #666666;
	text-decoration: none;
}
.form {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	text-align: center;
	border: 1px solid #000000;
}
.verdeo {
	color: #7298A5;
}
.barragris {
	color: #E4E4E4;
}

