﻿ #dhtmltooltip{
        font-family: arial, verdana;
        font-size: 10px;
        position: absolute;
        padding: 5px 5px 5px 5px;
        border: 1px solid #00a0e2;
        width: 60px;
        height: 60px;
        background-color: lightblue;
        visibility: hidden;
        z-index: 1000;
    }
    
    a{
        text-decoration:none;
        color: #44565a;
    }
    
    .borda{
        border-top: 2px solid white;
        }
