/* remember to define focus styles! */
:focus {
	outline: 0;
}

#tooltip {	padding:10px;
	font-size:0.9em;
	opacity:1;
	text-align:left;
}

#tooltip h3 {
	font-weight: normal;
}
#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 182px;
	height: 62px;
	opacity: 0.9;
	background: url('../img/dialogo.png') no-repeat;
	text-align:left;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 30px;
}

#tooltip.pretty.viewport-bottom {
	background: url('../img/dialogo-abajo.png') no-repeat top left!important;}

#tooltip.pretty h3 {
	margin-bottom: 0.5em;
	font-size: 10pt;
	color:#FFF;
	width: 135px;
	text-align:center;
	line-height:12pt;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#map #tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#map #tooltip.fancy.viewport-right {
	background:none;
	background: url('shadow2-reverse.png');
}

#fancy2 { float: right; }
