a:active, a:link, a:visited
  {
   color:#000;
   text-decoration:none;
  }
a:hover
  {
   color:#000;
   text-decoration:underline;
  } 
.btn-primary
  {
   background: #042255 !important;	  
  }
  
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after 
  {
   background-color: #05be00;
   border-radius: 50%;
  }

.custom-radio .custom-control-label::before 
  {
   background-color: #bcbcbc;
  }

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after 
  {
   background-color: #05be00;
  }
  
.custom-checkbox .custom-control-label::before 
  {
   background-color: #bcbcbc;
  }
  
.fa.fa-navicon 
  {
   color: #FFFFFF;
  } 

.navbar 
  {
   background-color: #042255;
  }
.navbar-brand 
  {
   color: #FFFFFF !important;
   font-size: 20px;
  }
.nav-link
  {
   color: #FFFFFF !important;
  }
.pie 
  {
   background-color: #042255;
   color: #ffffff;
  }  
.tabla_login
  {
   width: 300px !important;	  
  }

.texto_ayuda
  {
  color: #4886C5 !important;
  }  

.barra_titulo_sistema
  {
  background:#042255;
  color:#FFFFFF;
  font-size: 16px;  
  padding: 10px 0px 10px 20px;
  }  