#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #EEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	opacity: 0.85;
	border: 2px solid #DEDEDE;
	padding: 5px;
}
/*
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111; 
	background-color: #EEE; 
	padding: 5px;
	opacity: 0.85;
}
*/
#tooltip h3, #tooltip div { 
	margin: 0;
	font-family: Arial; /* Letra y tamaņo del texto del tooltip */
	font-size: 9pt;
}

#tooltip.pretty {
	font-family: Arial;
	font-size: 9pt;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 9pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }


