@charset "utf-8";
/* CSS Document */

.menu {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menu:hover {
	color: #FF6600;
	font-size: 12px;
	text-decoration: none;
}
.texto-normal {
	font-family: Arial;
	font-size: 12px;
	color: #0033AB;
	text-decoration: none;
}
.texto-bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0033AB;
	text-decoration: none;
}
.texto-chico {
	font-family: Arial;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
