body 
  {
  font-family: Arial;
  }

.icono
  {
  font-size: 50px;
  color:#052B6D;
  }

.icono2
  {
  font-size: 60px;
  color:#052B6D;
  }

.icono3
  {
  font-size: 30px;
  color:#052B6D;
  }

.btn
  {
  background: #042359 !important;
  color: #FFFFFF !important;	  
  }

.inicio
  {
  margin-top:55px;	  
  }

.navbar 
  {
  background-color: #EDEDEE;
  }

.fa.fa-navicon 
  {
  color: #042359;
  } 

.navbar-brand 
  {
  font-size: 18px;
  color: #042359 !important;
  }

.titulo
  {
  font-size: 20px;  
  color: #042359 !important;
  }

.nav-link
  {
  font-size: 16px;
  color: #042359 !important;
  }

.pie 
  {
  background-color: #042359;
  color: #ffffff;
  }  













  
a:active, a:link, a:visited
  {
   color:#000;
   text-decoration:none;
  }
a:hover
  {
   color:#000;
   text-decoration:underline;
  } 

  
.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;
  }
  





.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;
  }  

.autocomplete 
  {
    position: relative;
    display: inline-block;
  }

  input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
  }
  
  input[type=text] {
    background-color: #f1f1f1;
    width: 100%;
  }
  
  input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
  }
  
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }