
a.es	{
	position: relative;
	font-weight: inherit;
	color: #800000;
	text-decoration: underline;
	border: none;
}

a.oms	{
	position: relative;
	top: 0px;
	font-weight: inherit;
	color: #008000;
	text-decoration: underline;
	border: none;
}

a.es span {
	display: none
}
a.oms span {
	display: none
}
a.es:hover {
	text-decoration: none;
	background: inherit;
	z-index: 10;
	color: blue;
}

a.oms:hover {
	text-decoration: none;
	background: inherit;
	z-index: 10;
	color: blue;
}
a.es:hover span {
	display: block;
	z-index: 1000;
	position: absolute;
	top: 1.5em;
	left: 0em;
	border: #bbbbbb 3px outset;
	padding: 2px;
	background: #ffe0d0;
	color: #000099;
	text-decoration: none;
	font-size: smaller;
}
a.oms:hover span {
	display: block;
	z-index: 100;
	position: fixed;
	top: 70% ;
	left: 2em;
	border: #bbbbbb 3px outset;
	padding: 2px;
	background: #ffe0d0;
	color: #000099;
	text-decoration: none;
	font-size: smaller;
}