.ui-widget-header {
    /*border: 1px solid #56585C;*/
    background: #025F9C !important;
    color: #F9F7F7;
    font-weight: bold;
}

.ui-widget-content {
/*    border-left: 1px solid #56585C;
    border-right: 1px solid #56585C;*/
    background: #F2F1F1 repeat-x scroll 0 0;
    color: #222222;
}

/*.btn-primary:hover {
    color: #0f0f0f !important;
    background: #025F9C !important;
    border-color: #285e8e !important; set the color you want here
}

.btn-success:hover{
    color: #ffffff !important;
    background: #1e490e !important;
    border-color: #45f702 !important; set the color you want here
}*/

/*.ui-widget-header .ui-state-disabled {
     opacity: .35; 
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #68727B;
    background: url(/BusquedaImpedido/javax.faces.resource/images/default.png.xhtml?ln=primefaces-home);
    font-weight: normal;
    color: #ffffff;
    background-color: #025F9C;
}*/