
.ocultar
{
    display: none;
}

.select-ro
{
    width: 400px !important;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.select-ro td
{
    border: 1px solid #DDD !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;    
}
.select-ro th
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;    
}

.tooltip2 
{
    
}

.tooltip2:hover:after{
    background: #333;
    background: rgb(251, 247, 170);    
    border: 3px solid rgb(249, 233, 142);
    bottom: 26px;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}