/* CSS Document */
.custom-text {
  background-color: #efefef;
  padding: 10px;
  text-align: justify;
}
.nav-link {
  padding: 0px;
  color: rgb(0, 0, 0);
  font-weight: bolder;
}
.nav-link:hover {
  color: rgb(200, 0, 0);
}
.cuerpo {
  padding: 10px;
}
.site-footer {
  text-align: center;
  background-color: black;
  color: aliceblue;
  margin-top: 3px;
  margin-bottom: 3px;
}
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  /* bottom: 0; */
  background-color: rgba(0, 0, 0, 0); /* Color del overlay semi-transparente */
  z-index: 9999; /* Asegura que el overlay esté por encima de los otros elementos */
  display: flex;
  align-items: center;
}
#overlay-content {
  margin-top: 10px;
  margin-left: auto; /* Mueve el contenido hacia la derecha */
  margin-right: 10px;
  color: #000;
}
.cust_link {
  color: #FFFFFF;
  text-decoration: none;
}
.cust_link:hover {
  color: #F3CB42;
}
.btn_borrar {
  color: #FFFFFF !important;
  background-color: #C00000 !important;
  border: none !important;
  width: 18px !important;
  height: 18px !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 12px !important;
  cursor: pointer !important;
  display: block !important;
  padding: 0 !important;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #666;
  -webkit-appearance: none;
}
.btn_borrar:hover {
  background-color: #000 !important;
}
.btn_calendario, .btn_calendario_32 {
  border: none;
  display: block;
  background-color: transparent !important;
  cursor: pointer;
  /* padding-bottom: 0px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 0px; */
}
.btn_calendario {
  width: 16px;
  height: 16px;
  background-image: url(estilos/images/btn_calendario.png) !important;
}
.btn_calendario_32 {
  width: 32px;
  height: 32px;
  background-image: url(estilos/images/btn_calendario_32.png) !important;
}
.btn_calendario:hover {
  background-position: 0 -16px;
}
.btn_calendario_32:hover {
  background-position: 0 -32px;
}
.rex {
  background-color: #FF0000;
  color: #FFFFFF;
}
.vex {
  background-color: #166402;
  color: #FFFFFF;
}
.blu {
  background-color: #006;
  color: #FFFFFF;
}
.nex {
  background-color: #000;
  color: #FFFFFF;
}
.vio {
  background-color: #603;
  color: #FFFFFF;
}
.blan {
  background-color: #FFFFFF;
  color: #000;
}
.cli_link {
  color: #000 !important;
  text-decoration: none !important;
}
.cli_link:hover {
  color: #D90003 !important;
}
.cli_link_red {
  color: #E00000 !important;
  text-decoration: none !important;
}
.cli_link_red:hover {
  color: #000 !important;
}
.cajas_chicas {
  font-size: 12px !important;
  color: #333333;
  background-color: #FFF;
  text-align: left;
  outline: 0;
  vertical-align: middle;
}
