@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(0,0,0,.95); padding: 7px 15px; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px; -moz-box-shadow: 0 0 10px rgba(0,0,0,.4); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); box-shadow: 0 0 10px rgba(0,0,0,.4); text-align: left; border: 1px solid transparent; text-shadow: 1px 1px rgba(0,0,0,.5); font-weight: 700; font-size: 13px; }
