<!--

/* Estilos para "tooltips" */

a.tooltip, a.tooltip:visited {
    position: relative; 
    z-index: 24;
    color: black;
    padding: 0.2em;
    text-decoration: none;
    cursor: help;
}

a.tooltip:hover {
	z-index: 25;
	background-color: white;
}

a.tooltip .tip , a.tooltip .tip_top {
	display: none;
}

a.tooltip:hover .tip , a.tooltip:hover .tip_top  { 
    display: block;
    position:absolute;
    top: 1em;
    left: -15em;
    width: 15em;
    border: 0.1em solid black;
    background-color: rgb(100%,100%,90%);
    text-align: left;
    line-height: 1em;
    padding: 0.5em;
    font-size: 75%;
    white-space: normal;
	z-index: 100;
}

a.tooltip:hover .tip {
    top: 1em;
    left: -15em;
}

a.tooltip:hover .tip_top {
    top: -4em;
    left: -15em;
}

.tooltip_grupo {
}

-->
