#tooltip {
	position: absolute;
	z-index: 3000;
	background-image:url(../grafica/template/baloon.png);
	width:100px; height:30px; color:#FFF; text-align:center;
	padding:11px 20px 5px 28px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; color:#FCC601; border:0; }
