/* Estilo para ocultar el modal por defecto */
.formularioCuadro {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  justify-content: center;
  align-items: center;
}

.formulario-contenido {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  width: 400px;
  /*text-align: center;*/
}

.cerrar {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  /*cursor: pointer;*/

  width: 100%;
  height: 100%;
  z-index: -6;
}

/* Estilos adicionales según tus preferencias */
/*--------------------------------------------*/

.listaConexiones {
  margin-left: 20px;
  color: brown;
}

label{
  display: inline-block;
  margin-bottom: 12px;
  color: darkcyan;
}

.formularioMotorPyID{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  justify-content: center;
  align-items: center;
}
