/*.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; 
}*/

.bubbleInfo {
position: relative;
}
/*HACK CHROME e SAFARI*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.popup { 
		position: absolute ;
		display: none; 
		z-index:99;
		width:1px;
		height:1px; 
	}
}
/*HACK MOZILA*/
.popup, x:-moz-any-link, x:default {
position: absolute ;
display: none;
z-index:99;
width:1px;
height:1px;
}
/*HACK OPERA*/
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
       .popup { 
		position: absolute ;
		display: none; 
		z-index:99;
		width:1px;
		height:1px; 
	}
 }

/* IE*/
.popup  {
position: absolute ;
display: none; /* keeps the popup hidden if no JS available */
z-index:99;
}

.conteudo_tt{ 
position:relative ;
margin-left:60px;	
margin-top:135px;
font:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
}


.ctt {display:table;}
.ctt .ctt_topo {
width:178px;
height:24px;
display:table;
background:url(../img/tooltip_topo.png);
}

.ctt .ctt_miolo {
width:178px;
display:table;
background:url(../img/tooltip_miolo.png);
}

.ctt .ctt_pe {
width:178px;
height:16px;
display:table;
background:url(../img/tooltip_base.png);
}

.conteudo_tt a {
color:#fff;
display: block;
}
.conteudo_tt a:hover {
color:#fff;
}

.conteudo_tt .txt  {
width:135px;
margin-left:15px;
padding:2px 7px 2px 7px;
text-transform:uppercase;
}

.conteudo_tt .txt:hover {
color:#fff;
background-color:#DD2E33;
}


/***/