.icono
  {
  font-size: 65px;
  color:#352b70;
  }

.icono2
  {
  font-size: 65px;
  color:#CACACA;
  }

a:active, a:link, a:visited
  {
   color:#000;
   text-decoration:none;
  }
a:hover
  {
   color:#000;
   text-decoration:underline;
  } 
.btn-primary
  {
   background: #352b70 !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: #352b70;
  }
.navbar-brand 
  {
   color: #FFFFFF !important;
   font-size: 20px;
  }
.nav-link
  {
   color: #FFFFFF !important;
  }
.pie 
  {
   background-color: #352b70;
   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;
  }  

.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; 
  }