@charset "utf-8";
#tooltip {
	position: absolute;
	z-index: 3000;
	color: #333;
	background-color: #EEE;
	padding: 5px;
	opacity: 0.85;
	font-size:12px;
}
#tooltip h3, #tooltip div { font-weight: normal; margin: 0; font-size:12px; }
#tooltip h3 span {
	display: block;
	width: 160px;
	font-size:12px;
}
#tooltip h3 b {
	display: block;
	font-size: 14px;/*titulo*/
	font-weight: bold;
	color: #4D4D4D;
	padding: 2px;
	background: #CCC;
}
#tooltip h3 em {
	color: #7D7D80; 
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}