
/* bloque css ctxtMenu */



#contextMenu {
	position: absolute;
	visibility: hidden;
	padding-top: 0px;

	padding-left: 0px;

	padding-right: 1px;

	padding-bottom: 1px;
	border: 1px outset grey;

	background-color: lightgrey;
	layer-background-color: lightgrey;

	box-shadow: 5px 5px 10px grey;
	}

td.times:hover {
	background-color: grey;
	cursor:pointer;
	}

td.index {
	font-family: "Segoe UI";
	font-size: 12px;
	color: white;
	}


.menuLink {    /* default coge font-family y size del HTML */
	display: block;
	font-weight: normal;
	}
.menuLink a:link {
	padding-left: 4px;
	font-family: "Segoe UI";
	font-size: 12px;
	color: black;
	text-decoration: none;
	}

.menuLink a:active {
	background-color: gray;
	text-decoration: none;
	}

.menuLink a:visited {
	color: black;

	text-decoration: none;

	}

.menuLink a:hover {
	color: black;

	text-decoration: none;

	}

