            
html, body {
    background: #ebf1f6; /* Old browsers */
    padding-top: 15px;
    padding-bottom: 40px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
    overflow-y: auto;
}

.help-inline ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.help-inline li {
    color: #d43f3a;
    font-weight: bold;
    font-size: 12px;
}
.ul-programas {
    list-style-type: square;
}


.img-logo-left {
    position: absolute;
    background-image: url("../img/logo_60.png");
    background-repeat: no-repeat;
    width: 119px;
    height: 108px;
    left: 20px;
    top: 4px;
}