/* CSS Document */

a.menu {
	color: #ff9933;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
}
a.menu:hover {
	color: #000099;
}
a.menu_cursos {
	color: #ffffff;
	text-decoration: none;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
}
a.menu_cursos:hover {
	color: #352BBB;
	text-decoration:underline;
	font-weight: bold;
}