.itMenu { position: absolute; color: #FFFFFF; font-weight: normal; background: #FFFFFF; visibility: hidden; z-index:1}
.cabMenu { position: absolute; color: #FFFFFF; background: #7596EC; font-weight: bold; z-index:1}
.itMenuAct { background: #DFEAFF; color: white; width: 250px; height: 20 }
.itMenuDes { background: #FFFFFF; color: white; width: 250px; height: 20}

BODY {
  font-family: Verdana;
  font-size: 8pt;
  color: blue;
	scrollbar-arrow-color: #E6EEFC;
	scrollbar-track-color: #E6EEFC;
	scrollbar-base-color: #7596EC;
	scrollbar-highlight-color: #E6EEFC;
	scrollbar-face-color: #7596EC;
	scrollbar-shadow-color: #E6EEFC;
	scrollbar-darkshadow-color: #7596EC;
}
td {
  font-family: Verdana;
  font-size: 8pt;
  color: blue;
}

a:link, a:visited, a:active {
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  color: #FF0000;
  text-decoration: underline;
}
.enlaceMenu {
	color: #0000FF;
	text-decoration: none;
}
.enlaceMenu:hover {
	color: #0000FF;
	text-decoration: underline;
}
