.menu01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu01:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.menu01activo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0000CC;
	text-decoration: none;
	font-weight: normal;
}

.link:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}

