

/* Clases */


#BarraNav {
    background-color: rgba(9, 59, 105, 1);
  }



  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    color: rgba(9, 59, 105, 1);
  }
  
  
  
  #Boton {
    background-color: rgba(9, 59, 105, 1);
  }


  #Boton2 {
    background-color: rgba(133, 155, 196, 1);
  }
  

  #Boton3 {
    background-color: rgba(170, 10, 10, 1);
    border-color: rgba(170, 10, 10, 1);
  }
  
  
  
  #Input {
    background-color: rgba(9, 59, 105, 1);
  }
  
  
  
  #Tabla thead th {
    background-color: rgba(9, 59, 105, 1);
  }
  
  #Tabla tr:nth-child(even) {
    background-color: rgba(194, 211, 228, 1);
  }
  




  #Tabla2 thead th {
    background-color: rgba(9, 59, 105, 1);
    border-color: rgba(9, 59, 105, 1);
  }





  #TablaFiltro thead th {
    background-color: rgba(9, 59, 105, 1);
    border-color: rgba(9, 59, 105, 1);
  }
  
  #TablaFiltro tr:nth-child(even) {
    background-color: rgba(194, 211, 228, 1);
  }



  #TablaFiltro2 thead th {
    background-color: rgba(9, 59, 105, 1);
    border-color: rgba(9, 59, 105, 1);
  }
  
  #TablaFiltro2 tr:nth-child(even) {
    background-color: rgba(194, 211, 228, 1);
  }







  /* PARA DAR FORMATO AL MENÚ DE PAGINACIÓN */
.pagination > li > a
{
    background-color:  rgba(9, 59, 105, 1);
    color:  rgba(194, 211, 228, 1);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: rgb(55, 55, 55);
    background-color:  rgba(194, 211, 228, 1);
    border-color:  rgba(194, 211, 228, 1);
}

.pagination > .active > a
{
    color: rgb(55, 55, 55);
    background-color: rgba(133, 155, 196, 1) !Important;
    border: solid 1px rgba(133, 155, 196, 1)) !Important;
}

.pagination > .active > a:hover
{
    background-color: rgba(194, 211, 228, 1) !Important;
    border: solid 1px rgba(194, 211, 228, 1);
}





