/* TABLA REPORTE */
table {
  width: 95%;
  margin: 20px auto;
  border-collapse: collapse;
  font-family: Trebuchet MS;
  font-size: 22px;
  box-shadow: 0 0 10px #ccc;
}

th, td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

th {
  background-color: #f5f5f5;
}

img {
  border-radius: 10px;
width:1000px;
height:1000px;
}
