.fondoPrincipal{
    //background-image: url("Imagen/rrhh2.jpg")  no-repeat center center fixed;
   // height:100%;
   // width:100%;
    top:0px;
    padding: 0;
    margin: 0;
}
body{
    background-color:transparent !important;
    //url("Imagen/rrhh2.jpg");
}
.bgpatternblack{

}

.form-control {
    height: 35px;
}
.btn-primary{
    margin-top: 10px;
}
.borde{
    border-top: 3px solid red;
}
label{
    padding-top: 1.5em;
}
input[type=button], input[type=reset], input[type=submit] {
    width: 100%;
}
// ------------ JTable ------- //
div.jtable-main-container > table.jtable > thead th.jtable-column-header div.jtable-column-header-container {
    height: auto;
    margin-left: 10px;
    text-align: center;
    //            alignment-adjust: central;
}        
#jtable-create-form, #jtable-edit-form {
    display: block;
    width: 300px;
    height: 430px;
    -moz-column-gap:50px;
    -webkit-column-gap:50px;
    column-gap:50px;
    -moz-column-count:2;
    -webkit-column-count:3;
    column-count:1;
} 
#jtable-edit-form {

}
#jtable-create-form input, #jtable-edit-form input{
    width: 100%;
}
.ui-dialog-titlebar {
    background-color: #0081c2;
    background-image: none;
    color: #fff;
}
//selec de el pie de pagina cambia el color de los select
.ui-dialog-titlebar{} button, input, optgroup, select, textarea{
    color: #000;
}
.ui-widget-header
{
    background-color: #0081c2;
    background-image: none;
}