/*.maindiv {
  margin-top: 30px;
  margin-left: 5px;
}

.leftdiv {
  position: absolute;
  height: 570px;
  width: 300px;
  background-color: none;
  border: none;
  margin-left: 20px;
  margin-top: 10px;
  float: left;
}

.leftdiv1 {
  width: 230px;
  height: 43px;
  border: 5px #D1C6B2;
  margin-top: 20px;
  background-color: #E4D8C3;
  padding: 10px;
  border-radius: 10px;
  margin-left: 0px;
  margin-top: 30px;
  font-family: Courier;
  font-size: 29px;
}

.rightdiv {
  width: 970px;
  height: 570px;
  border: none;
  background-color: none;
  float: center;
  border: 5PX solid #3e5f8a;
}

.rightdiv1 {
  width: 160px;
  height: 200px;
  background-color: none;
  border: none;
  float: left;
}

.rightdiv1a {
  height: 150px;
  width: 150px;
}

.rightdiv1b {
  height: 50px;
  width: 280px;
  border: 5PX solid #E3D7C3;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #D1C6B2;
}

.rightdiv2 {
  width: 300px;
  height: 370px;
  background-color: none;
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}

.rightdiv2a {
  height: 280px;
  width: 280px;
  border: 5PX solid #E3D7C3;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #D1C6B2;
  color: #E3D7C3;
}

.rightdiv2b {
  height: 50px;
  width: 280px;
  border: 5PX solid #E3D7C3;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #D1C6B2;
}

.formulario .input-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.formulario input {
  border: 1px solid #CCC;
  padding: 5px;
}

.contenedor {
  display: grid;
  padding: 1rem;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: repeat(3, 150px);
}

.contenedor div {
  background-color: #fff;
  color: #000;
  padding: 1rem;
  border: 1px #000 solid;
}

.div1,
.div2 {
  display: inline-block;
}*/

.main-container {
  border: 2px solid white;
  width: 95%;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ventana {
  background: rgb(29, 202, 6);
  width: 30%;
  color: rgba(255, 255, 255, 1);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 33px;
  min-height: 250px;
  border-radius: 22px;
  position: absolute;
  left: 34%;
  top: 30%;
  display: none;
}

.ventana2 {
  background: rgb(255, 128, 0);
  width: 30%;
  color: rgba(255, 255, 255, 1);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  padding: 33px;
  min-height: 250px;
  border-radius: 22px;
  position: absolute;
  left: 34%;
  top: 30%;
  display: none;
}

.container {
  display: flex;
}

.image-table {
  border-collapse: collapse;
}

.image-table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.image-table img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 5px;
}