.titulo {
  text-align: center;
  font-size: 40px;
}

table {
  width: 80%;
  border-collapse: collapse;
  margin: 20px auto;
}

th, td {
  border: 1px solid #444;
  padding: 10px;
  text-align: center;
}

th {
  background-color: #f2f2f2;
}

caption {
  caption-side: top;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Quitar los puntos a listas */
.no-puntos {
  list-style-type: none;
}

/* Estilo para mi título */
.grande {
  text-align: center;
  font-size: 36px;
}

/* Estilo imagen */
img {
  width: 200px;
  height: 200px;
}
