@charset "UTF-8";
/* CSS Document */

.tTip {
	position: absolute;
	width: 200px; 
	cursor: pointer; 
	color: #666; 
}

.tip {
	color: #666;
	font-family: "Lucida Grande", Arial, Sans-Serif;
}

.tip {
	width: 200px;
	padding-top: 20px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../imagenes/tooltip/tooltip_01.png) no-repeat top;
}
	
.tipMid {
	background: transparent url(../imagenes/tooltip/tooltip_02.png) repeat-y; 
	padding: 0 25px 20px 25px;
}

.tipBtm {
	background: transparent url(../imagenes/tooltip/tooltip_03.png) no-repeat bottom; 
	height: 35px;
}