table.comite {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  /*border: 1px solid #1C6EA4;*/
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  empty-cells: hide;
}
table.comite td, table.comite th {
  /*border: 1px solid #AAAAAA;*/
  padding: 8px 5px;
}
table.comite tbody td {
  font-size: 11px;
}
table.comite tr:nth-child(odd) {
  background-color: #e9ecef;
}
table.comite tr:nth-child(even) {
  background-color: #FFFFFF;
}
table.comite thead {
  background: #BDCFD6;
  background: -moz-linear-gradient(top, #cddbe0 0%, #c3d3da 66%, #BDCFD6 100%);
  background: -webkit-linear-gradient(top, #cddbe0 0%, #c3d3da 66%, #BDCFD6 100%);
  background: linear-gradient(to bottom, #cddbe0 0%, #c3d3da 66%, #BDCFD6 100%);
  border-bottom: 0px solid #444444;
}
table.comite thead th {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  /*border-left: 1px solid #D0E4F5;*/
  background-color: #bdcfd6;
}
table.comite thead th:first-child {
  border-left: none;
}

table.comite tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.comite tfoot td {
  font-size: 14px;
}
table.comite tfoot .links {
  text-align: right;
}
table.comite tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

span.texto-grande {
  font-size: 27px;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
  }
  
  .redondeado {
    border-radius: 5px;
  }

  .input-icono {
    background-image: url('buscar.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 20px;
    display: flex;
    align-items: center;
    width: 200px;
    padding-left: 35px;
    height: 25px;
    border: 0px solid rgba(9, 113, 163, 1);
    border-radius: 5px;
  }
  .input-icono input {
    width: 100%;
    font-size: 0.9em;
    border: none;
  }
  .input-icono input:focus {
    outline: none;
  }
  
  a {
  color:#007bff;
}
