.textoCentrado {
    text-align: center;
}

.textoCentradoHoras {
    text-align: center !important;
    font-weight: bold !important;  
}

.rojo {
    color: silver !important;
    background-color: red !important;
}

.textoDerecha {
    text-align: right;
}

.negrita{
    font-weight: bold;     
}

.textoRojo {
    color: #de2727;
}

.textoVerde {
    color: #34bd4b;
}

.seleccionable{
	cursor:pointer;
}

.fa-lg{
    font-size: 14px !important;
    line-height: .75em;
    vertical-align: -15%;
}

 
body .ui-panel .ui-panel-titlebar {
    border: 1px solid #023C85 !important;
   background-color: #023C85 !important;
 
}

  .tablapermisos .ui-datatable-data> tr> td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 290px;
  }     