@charset "utf-8";/* CSS Document By Zacarías Prado zacarias.p@gmail.com */#tooltip { position: absolute; z-index: 9999; color: #fff; max-width: 230px; font: 400 14px "Source Sans Pro", sans-serif; text-shadow: 1px 1px rgba(0,0,0,.3); cursor: pointer; background: url(indicador.png) no-repeat left 5px; padding-left: 11px; }#tooltip b { color: #FFF; font: 700 16px "Roboto Condensed", "Roboto Condensed Regular", sans-serif;}#tooltip .tipBody { background: rgba(90,90,90,.98); padding: 10px 15px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 15px; -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.4); -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.4); box-shadow: 5px 5px 10px rgba(0,0,0,.4); text-align: center; border: 1px solid transparent; text-shadow: 1px 1px rgba(0,0,0,.4); font-weight: 700; font-size: 13px; }