/* 
    Document   : tooltip
    Created on : 19/11/2013, 02:00:31 PM
    Author     : armando.joaquin
    Description:
        Purpose of the stylesheet follows.
*/

#tooltip{
    position: absolute;
    top: 100px;
    left: 49%;
    width: 245px;
    height : 170px;
    background: url('../img/nube.png') no-repeat center;
    display: none;
    text-align: center;
}
#tooltip p{
    position: absolute;
    font: 18px 'Myriad Pro', 'PT Sans', 'PT Sans Narrows', 'Tahoma', 'Geneva';
    font-weight: bold;
    color: #757575;
    width: 170px;
    margin: 50px 40px;
}