#todoprestamos h3 {
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
}

#todoprestamos h4 {
    font-size: 12px;
}

#adsense {
	margin: 10px 0px;
}

#todoprestamos #databox {
    font-size: 12px;
    float: left;
    margin: 20px 0px 0px 0px;
}

    #databox td {
        padding: 5px 2px;
    }
    
#todoprestamos #loanbox, #loanbox2 {
    font-size: 12px;
}

    #loanbox th, #loand th {
        background-color: #E8E8E8;
        background-position: right 25px;
        background-repeat: no-repeat;
        border-bottom: 1px solid #CFCFCF;
        cursor: pointer;
        font-size: 11px;
        text-align: left;
        padding: 0 5px 5px;
        vertical-align: bottom;
    }
    
        #loanbox th.headerSortUp, #loand th.headerSortUp {
            background-image: url(images/asc.gif);
        }
        
        #loanbox th.headerSortDown, #loand th.headerSortDown {
            background-image: url(images/desc.gif);
        }
    
    #loanbox td, #loand td, #loanbox2 td {
        border-bottom: 1px solid #CDCDCD;
        line-height: 14px;
        padding: 10px 5px;
    }
    
        #loandbox2 {
            font-size: 11px;
        }
        
            #loandbox2 td {
                line-height: 23px;
            }
