@charset "utf-8";
/* CSS Document tooltip*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 266px;
	padding:20px 15px 20px 15px;
	height: 45px;
	opacity: 1.0;
	background: url('../img/shadow_peq2.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 268px;
	text-align: center;
}
#tooltip.pretty div { width: 268px; text-align: left; }


