

/*
	Ra-Ma
	
	Metodología CSS: http://wiki.trevenque.es/index.php/Desarrollo_Web
	
	Aníbal Barnés - GTK
	
	_BUBLE TOOLTIPS
*/
.clearing {height:0;clear:both}
.tooltip,.tooltip *{display:block}

.tooltip{ 
width: 103px;
color:#fff;
font: 11px Arial,sans-serif;
font-weight:bold;
text-decoration:none;
padding-left:0px;
background: url(images/bt.gif) no-repeat top;
}

.tooltip span.top{
width: 103px;
text-align:center;
padding: 2px 0 6px 0;
}

