@charset "UTF-8";


/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
	background-color: #FFF;
}

.tooltipContent
{
	background-color: #FFF;
	font-family: 'Pontano Sans', sans-serif;
	padding: 3px;
	border: 1px dotted #000;/*
	background-image: url(../../../img/fondomenuambitos.jpg);*/
}
