/*-------------------------------------------------------
Jquery - ToolTip
-------------------------------------------------------*/

#tooltip {
    position: absolute;
    color: #FFF;
    font-size: 12px;
    display: none;
    text-align: center;

}

#tooltip .title {
    display: block;
    font-weight:700;
    font-size:12px;
    color:#fff;
    border-bottom:#971325 1px solid;
    width:284px;
    text-transform:uppercase;
    background:url(../images/fondo-titulo-toltip.gif) top center no-repeat;
    margin:0;
    padding:8px 8px 4px;
}

#tooltip .text {
    display: block;
    color:#fff;
    font-size:12px;
    width:284px;
    background:url(../images/fondo-txt-toltip.gif) bottom center no-repeat;
    padding:4px 8px 8px;    
}