.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
   /* background: url("/javax.faces.resource/images/loading.gif.xhtml?ln=customcss") 50% 50% no-repeat rgb(249,249,249);*/
   background: rgb(249,249,249);
    opacity: .8;
}

.loaderTexto {
position: absolute;
    top: 50%;
 /*   left: 50%;*/
 text-align:center;
    margin-top: -50px;
    margin-left: -50px;
    width: 100%;
    height: 100px;
    font-family: sans-serif;
}  

.login-body {
    background-image: none !important;
}    
.login-body .login-panel .login-panel-header {
    background-color: #1b5a84;
  }
.layout-wrapper .layout-main .layout-topbar {
    background-color: #1b5a84 !important;
 }
 
 .layout-wrapper .layout-sidebar .sidebar-logo {
    background-color: #123d5a !important;
}

.dashboard .task-box.task-box-1 .task-box-header {
    background-color: #B2CFDC;
}
.dashboard .task-box.task-box-2 .task-box-header {
    background-color: #7FAFC5;
}
.dashboard .task-box.task-box-3 .task-box-header {
    background-color: #4C8FAE;
}
.sinBorde{
	    border: 0px !important;
	
}

.iconoSEDE{
	  font-size: 33px !important;
	   color: #1b5a84;
	
}

body .ui-button.custom-green-btn {
    background-color: #59841a;
    color: #ffffff; }
    body .ui-button.custom-green-btn.ui-state-hover {
      background-color: #59841ab3; }
    body .ui-button.custom-green-btn.ui-state-focus {
      outline: 0 none;
      background-color: #59841ab3; }
    body .ui-button.custom-green-btn .ui-icon {
      color: #ffffff; }
      
body .ui-button.custom-brown-btn {
    background-color:  #84441a;
    color: #ffffff; }
    body .ui-button.custom-brown-btn.ui-state-hover {
      background-color: #84441ac2; }
    body .ui-button.custom-brown-btn.ui-state-focus {
      outline: 0 none;
      background-color: #84441ac2; }
    body .ui-button.custom-brown-btn .ui-icon {
      color: #ffffff; }      
      
 body .ui-button.custom-purple-btn {
    background-color:  #441a84;
    color: #ffffff; }
    body .ui-button.custom-purple-btn.ui-state-hover {
      background-color: #441a84d1; }
    body .ui-button.custom-purple-btn.ui-state-focus {
      outline: 0 none;
      background-color: #441a84d1; }
    body .ui-button.custom-purple-btn .ui-icon {
      color: #ffffff; }       
 
 
.dashboard .overview-box.overview-box-5 .overview-box-content {
    background-color: #1b5a84;
}
.dashboard .overview-box.overview-box-5 .overview-box-content .overview-box-icon {
    background-color: #1b5a84;
}
.dashboard .overview-box.overview-box-5 .overview-box-header {
    background-color: #ffffff;
}

body .ui-fileupload .ui-fileupload-buttonbar .ui-button {
    background-color: #1b5a84 !important;
}
body .ui-state-active, body .ui-state-highlight {
    background-color: #455a63 !important;
   
}
body .ui-button {
    
    background-color: #1b5a84 !important;
    }
    
.landing-body #header > div #landing-menu > li:hover a {
    color: #065e8d;
    border-color: #005a8a;
}