.tabla-role {
    border: 1px solid black;
    border-collapse: collapse;
  }

  .tabla-role th, .tabla-role td {
    border: 0.5px solid #ccc;
    padding: 5px;
    text-align: center;
  }

  .colorazul {
    color: #1111ff
  }




/* Estilos generales para el modal de habilidades */
.modal {
  display: none; /* Ocultar por defecto */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */
}

/* Estilos para el contenido del modal */
.modal-content {
  background-color: white;
  margin: 15% auto; /* Centrar verticalmente el modal */
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 500px; /* Ancho máximo del modal */
  text-align: center;
}

/* Estilos para el botón de cierre */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
