/*#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 {
	position: absolute;
	z-index: 3000;
	opacity: 0.80;
	width: 200px;
	color: #fff;
	text-align: left;
}

#tooltip h3 {
	color: #fff;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 8px 10px 8px;
	/*background: url(http://www.juntadeandalucia.es/educacion/cga/sigila-ext/html/img/warning.png)no-repeat;
	background-position: 6px 6px;*/
	background-color: #333;
	/*background: url(http://www.juntadeandalucia.es/educacion/cga/sigila-ext/html/img/balloon.png) top left no-repeat !important;
	background: url(http://www.juntadeandalucia.es/educacion/cga/sigila-ext/html/img/balloon.gif) top left no-repeat;*/
	font-size: 11px;
	font-weight:normal;
}

#tooltip div {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background-color: #333;
	/*background: url(http://www.juntadeandalucia.es/educacion/cga/sigila-ext/html/img/balloon.png) bottom left no-repeat !important;
	background: url(http://www.juntadeandalucia.es/educacion/cga/sigila-ext/html/img/balloon.gif) bottom left no-repeat;*/
	font-size: 10px;
}

