#tooltip {
	position: absolute;
	z-index: 10000;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
	/*opacity: 0.90;*/
	font-size:12px ;
	width: 300px;
	text-align: left;
}
#tooltip h3{ margin: 0; font-size:13px ;color:#56c7e2; font-weight: bold} 

#tooltip div { margin: 0; font-size:11px;}

..toolacima{
top:-100px;
}

..toolesquerda{
left:-300px;
}