#header {
    height: 80px;
    width: 100%;
}


#header #headerImage {
    height: 80px;
    position: relative;
    float: left;
    width: auto;
}

#header #headerText {
    position: relative;
    margin-left: 3%;
    float: left;
    width: auto;
}

#header img {
    margin: 6px;
    height: 65px;
    position: relative;
}

#header h2 {
    position: relative;
    line-height: 80px;
    vertical-align: middle;
}

.centerText {
    text-align: center;
}

@media (max-width: 800px) {
    #header #headerText {
        position: relative;
        float: left;
        text-align: center;
        width: 100%;
        color: #000;
        font-size: 25px;
    }
}

body {
    height: 100%;
}

#dContainer {
    min-height: 100%;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
}

i.fa {

}

.btn-help {
    padding: 0px;
    width: 36px;
    height: 36px;
}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
    width: 100%;
}

#customers tr:hover {background-color: #ddd;}

#customers th {
    
    background-color: #0c69bd;   
}


.encabezado
    {                    
       background-color: #3b76d0; color: #fff;
    }

    .subencabezado
    {                    
       background-color: #e5e7ea;;
    } 
    
.footer 
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #3b76d0;
    text-align: center;
    background-color: white;
    font-weight: bold;
}