﻿.cabInfo
{
    background-color: transparent; 
    color: navy; 
    font-family: Arial; 
    font-size: 9pt; 
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;  
    padding-top: 3px; padding-right: 3px;           
}
.txtInfo
{
   background-color: transparent; 
   border: solid 1px gray; 
   color: #3399ff; 
   font-family: Arial; 
   font-size: 8pt;            
   text-align: center;
   vertical-align: middle;
   padding: 3px
   
}
.descargas
{
    font-size: 0.75em; 
    text-decoration: none;
    cursor: hand;
}

.descargas:hover
{
    text-decoration: underline;
    color: #006699;
}
.descargasW
{
    font-size: 0.9em; 
    text-decoration: none;
    cursor: hand;
    color: white;
}

.descargasW:hover
{
    text-decoration: underline;    
}

.descargasWM
{
    font-size: 9pt; 
    text-decoration: none;
    cursor: hand;
    color: white;
}

.descargasWM:hover
{
    text-decoration: underline;    
}

.descargasA
{
    font-size: 10pt; 
    text-decoration: none;
    cursor: hand;
    color: Orange;
}

.descargasA:hover
{
    text-decoration: underline;    
}
         
.descargasB
{
    text-decoration: underline;
    cursor: hand;
    color: #ff6633;
}

.descargasB:hover
{
   color: #009966; 
}                                                        
