
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #01539B;
	width: 212px;
	padding: 0;
	margin: 0;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;
	border: 0px solid yellow;

}
	
.tipFundoMid {
	background: transparent url(images/tipMid.png) repeat-y; 
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	width: 100%;
	border: 0px solid blue;
}
	
.tipMid {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	width: 173px !important;
	border: 0px solid red;
}


.tipBtm {
	background: transparent url(images/tipBtm.png) no-repeat bottom; 
	height: 32px;
}
