#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: "Trebuchet MS";
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.iconos {
	font-family: "Trebuchet MS";
	border: none;
	width: 175px;
	padding:20px;
	opacity: 0.8;
	background: url(tooltip.png) repeat-y;
}
#tooltip.iconos h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 175px;
	text-align: center;
}
#tooltip.iconos div {
	text-align: left;
}


#tooltip.logos {
	font-family: "Trebuchet MS";
	border: none;
	width: 210px;
	padding:20px;
	opacity: 0.8;
	background: url(tooltip_logos.png) repeat-y;
}
#tooltip.logos h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 210px;
	text-align: center;
	color: #312E00;
}
#tooltip.logos div {
	text-align: left;
}

#tooltip.menu_sup {
	font-family: "Trebuchet MS";
	border: none;
	width: 232px;
	padding:30px 0px 0px;
	opacity: 0.8;
	background: url(tooltip_menu_sup.png) no-repeat;
	height: 141px;
	margin: 0px;
}
#tooltip.menu_sup h3 {
	margin-bottom: 10px;
	font-size: 12pt;
	width: 192px;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #312E00;
}
#tooltip.menu_sup div {
	text-align: center;
	margin: 0px 25px;
	width: 180px;
	padding: 0px;
}

