	
	.tTip {
	position: absolute;
	cursor: pointer;
	color: #333333;
	font-weight: normal;
	left: 92px;
	visibility: visible;
	font-family: Tahoma;
	font-size: 12px;
	text-align:center;
	top: 498px;
}
	.tip {
	color:#333333;
	font-family: Tahoma;
	font-size: 12px;
}
	
	#otrosContactos {
	left: 153px;
}
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 225px;
	padding-top: 18px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 5px 5px 5px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 30px;}
