#tooltip {
	position: absolute;
	z-index: 3000;
	background-image:url(/wp-content/themes/reggaespain/images/calendar_popup.png);
	background-position:center;
	padding: 5px;
	opacity: 0.95 !important;
	width: 425px;
	word-wrap: break-word;
	-webkit-box-shadow: black 5px 8p;
	height: auto;
	top: 50% !important;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #372711;
}
#tooltip ul {
	padding: 10px 0;
	list-style:none;
}
#tooltip li {
	margin: 0 20px;
	width: auto;
}

#tooltip .body li {
   color: #372711 !important;
}
#tooltip .body li b { text-transform: uppercase; }
