
.tool-tip {
	color: #fff;
	width: 350px;
	z-index: 13000;
    font-family: arial;

}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #AC090D;
	padding: 8px 8px 4px;
	background: url('imagenes/bubble.png') top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('imagenes/bubble.png') bottom right;
}

