/* Textos menu arbol */

.menuPrincipal {
	font: 11pt Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menuPrincipal:HOVER {
	color: #FF9900;
	text-decoration: none;
}

/* Ligas menu arbol */
.menuDinamico {
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	color: white;
	text-decoration: none;
	text-weight:normal;
}

/* Ligas menu arbol */
.menuDinamico:HOVER {
	background-color:white;
	font-size: 11pt;
	color: black;
	text-decoration: none;
	text-weight:normal;
}

/* Ligas menu arbol */
.menuDinamico:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	color: white;
	text-decoration: none;
	text-weight:normal;
}

.menuDinamicoUp {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: black;
	text-decoration: none;
}

.menuDinamicoUp:HOVER {
	font-size: 10pt;
	color: black;
	text-decoration: none;
}