
th {
	text-align: center !important;
	vertical-align: middle !important;
	font-size: 13px;
}

.div-tablas {
	margin-bottom: 40px;
}
		
.franja-titulo-tabla {
  background: #ff6f00;
  color: #fff;
  padding: 5px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.titulo-botonera {
  text-align: center !important;
  font-size: clamp(2.4rem, 2.5vw, 2.7rem) !important;
  letter-spacing: 0.05em;
  position: relative;
}

.titulo-botonera::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 650px;
  height: 2px;
  background-color: #e53935; /* rojo */
  margin: 0.75rem auto 0;
}

.opciones-botonera {
  margin: 0;
  padding: 25px 15px 40px;
}
.opciones-botonera .opcion {
  padding: 0;
  text-align: center;
}
.opciones-botonera .opcion a {
  padding: 7px 10px;
  background-color: #f5f5f5;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.opciones-botonera .opcion a:hover {
  background-color: #e91e63;
  color: #fff;
}
.opciones-botonera .opcion.activo a {
  background-color: #e91e63;
  color: #fff;
}

#volver {
   margin-bottom: 5px;
	text-align: right;
}
#volver a {
   color: #ea510d;
}
#volver a:hover {
   color: #000;
}

.genero .opcion {
  height: 60px;
}
.titulo-botonera.genero::after {
    max-width: 740px;
}

.titulo-botonera.adulto-mayor::after {
    max-width: 730px;
}

.tablas_bbrr th {
   background: #ff6600 !important;
	color: #fff !important;
}
.tablas_bbrr .th-titulo-principal {
	font-size: 25px;
   font-weight: normal !important;
	text-align: left !important;
	padding-left: 20px !important;
}

.btn-exportar {
	border-color: #0e2841;
	background: #0e2841;
}

.btn-exportar:focus, .btn-exportar:hover {
	border-color: #1389eb;
	background: #1389eb;
	color: #fff !important;
}


tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
	

@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}

@media (max-width: 767px) {
   #botonera {
	   margin-top: 80px;
	}
}
@media (min-width: 768px) {
	.opciones-botonera .col-sm-2 {
		width: 20%;
	}
}
