/* Normalización y estilo de tabla */
.table {
  width: 60%;
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
  table-layout: fixed;;
  border: 2px solid rgba(0, 0, 0, 0.05)
}

/* Encabezados de la tabla */
.tabla-encabezado {
  font-family: "fontArbaLight", Arial, Helvetica, sans-serif;
  font-size: 20px;
  background-color: #00aec3;
  color: #ffffff;
  text-align: center;
  padding: 14px;
  border: 1px solid #fdffffef;
}

/* Celdas de la tabla */
.tabla-celda {
  font-family: "fontArbaLight", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 14px;
  border: 1px solid #fdffffef;
  text-align: center;
  word-wrap: break-word;
}

.tabla-celda1 {
  font-family: "fontArbaLight", Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #ffa0b8cc !important;
  padding: 14px;
  border: 1px solid #fdffffef;
  text-align: center;
}

/* Alternar color de filas*/
.table tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);

}

.table tr:nth-child(odd):hover {
  background-color: #ecf0f3; /* Cambia el color de fondo al pasar el cursor sobre el botÃ³n */
}

.table tr:nth-child(even) {
  background-color: #ffffff;
}


#img-banner
{
  width: 100%;
  height: auto;
}

/* Estilos para el encabezado de la página */
.encabezadoInstitucional {
  width: 100%;
  min-height: 95px;
  background: #fff;
  border: 0;
  position: fixed;
  top: 0;
  z-index: 999999999;
  box-shadow: 0 10px 24px rgba(165, 165, 165);
}

#marca {
  padding: 1.8em 2em;
  float: left;
}

.bajadaMarca {
  clear: none;
  width: auto;
  padding-top: 2.2em;
  font-weight: 700;
  font-size: .9em;
  float: left;
  color: #000;
}

/* Estilos para el título de la página */
h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #009eb3;
  text-align: center;
}

h2 {
  text-align: center !important;
  padding-bottom: .5em !important;
  font-size: 25px !important;
  color: #000000 !important;
  padding-top: .2em !important;
}
/* Estilos para el título de la página */
.tituloPagina h1 {
  color: #009eb3;
  text-align: center;
  margin: 10px 10px 30px 10px;
  width: 100% !important;
  line-height: calc(3.5rem);
}



/* Ajustes del cuerpo de la página */
.cuerpo {
  padding: 20px;
  margin-bottom: 0 !important;
}

footer{
  padding-top: 2em !important;
}
#myInput {
  background-image: url('searchicon.png');
  background-position: 10px 15px;
  background-repeat: no-repeat;
  width: 25%;
  font-size: 15px;
  padding: 12px 10px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left:0%;
  margin-right: 20px;
}
@media screen and (max-width: 580px){
  .table{
  border-collapse: collapse!important;
  width: auto!important;
  border: 1px solid #ddd;
  font-size: 10px !important;;
  margin-left: 1px!important;;
  position: static;
}
p{font-size: 10px !important;;
  margin-left: 1px!important;;
  position: static;}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  color: #1e2430;
  background: #FFF;
  width: 100%;
}
.cuerpo{
  width: 100%!important;
  margin-bottom: 0px!important;
} 
}