#apDiv0 { 
	position: relative;
	left:10px;
	width:69px;
	margin:0px;
}
#apDiv0 a span {display: none;}
#apDiv0 a:hover	{ text-indent: 0; }
#apDiv0 a:hover span{
	display: block;
	position: absolute;
	top: 21px;
	left: 43px;
	width: 144px;
	margin: 0px;
	padding: 9px;
	color: #335500;
	background: #f8f8f8;
	text-align: left;
	border: 1px solid #195089;
	z-index:1;
}

#apDiv1 { 
	position: relative;
	left:-10px;
	width:69px;
	margin:0px;
}
#apDiv1 a span {display: none;}
#apDiv1 a:hover	{ text-indent: 0; }
#apDiv1 a:hover span{
	display: block;
	position: absolute;
	top: 21px;
	left: 43px;
	width: 144px;
	margin: 0px;
	padding: 9px;
	color: #335500;
	background: #f8f8f8;
	text-align: left;
	border: 1px solid #195089;
	z-index:1;
}

#apDiv2 { 
	position: relative;
	left:75px;
	top:-18px;
	width:69px;
	height:21px;
	margin:0px;
}
#apDiv2 a span {display: none;}
#apDiv2 a:hover	{ text-indent: 0; }
#apDiv2 a:hover span{
	display: block;
	position: absolute;
	top: 0px;
	left: 85px;
	width: 150px;
	margin: 0px;
	padding: 9px;
	color: #335500;
	background: #f8f8f8;
	text-align: left;
	border: 1px solid #195089;
}

a.pruebas { 
	position: relative;
	z-index:24; 
    color:#000;
    text-decoration:none}
	margin:0px;
}
a.pruebas span {display: none;}
a.pruebas:hover	{ text-indent: 0; }
a.pruebas:hover span{
	display: block;
	position: absolute;
	top:5px;
	left: 45px;
	width: 144px;
	margin: 0px;
	padding: 9px;
	color: #335500;
	background: #f8f8f8;
	text-align: left;
	border: 1px solid #195089;
	z-index:auto;
}

td #imgFlotante{
	position: relative;
	left:-46px;
	top:-18px;
	width:69px;
	height:21px;
	margin:0px;
}

td #span1F { 
	display: block;
	position: absolute;  
	top: 0.5em; 
	left: 10.5em; 
	float: right; 
	z-index: 201;
}
	
td #imgFlotante #span1F a #span2F{
	display:none;
}

td #imgFlotante #span1F a:hover{
	z-index:25; 
	text-decoration:none
}

td #imgFlotante #span1F a:hover #span2F{ /*the span will display just on :hover state*/
    display: block;
	position: absolute;
	top: 21px;
	left: 43px;
	width: 144px;
	margin: 0px;
	padding: 9px;
	color: #335500;
	background: #f8f8f8;
	text-align: left;
	border: 1px solid #195089;
	z-index:1;
}