#tooltip {
	position: absolute;
	z-index: 3000;
	opacity: 0.85;
	
}

.tooltip_header {
	width:193px;
	background:url(/temas/default/imgs/topoEventoCalendario.png) no-repeat;
	height:7px;
	line-height:7px;
	font-size:1px;
	padding-top:7px
}

.tooltip_footer {
	width:193px;
	background:url(/temas/default/imgs/bottomSetaEventoCalendario.png) no-repeat;
	height:19px;
	line-height:19px;
	font-size:1px;
	
}

.tooltip_body {
	width:193px;
	background:url(/temas/default/imgs/bgEventoCalendario.png) repeat-y;
	font-family:tahoma;
	font-size:11px;
	line-height:15px;
}

#tooltip h3, #tooltip div { margin: 0; }

