p#vtip { 
    cursor: pointer;
/*    color: #12a6d7; color de letra*/
    color:white;
    font-family: "Trebuchet MS"; 
    font-weight: bold;
    font-size: 10pt;
    display: none; 
    position: absolute; 
    padding: 10px;
    left: 5px;
    background-color:#0d7cd0;
    border: 1px solid #116497; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    z-index: 9999
}
p#vtip #vtipArrow { position: absolute;
                    top: -12px;
                    left: 5px 
}