 .u-section-1 {
  background-image: url("images/image2.jpg");
  background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
  min-height: 500px;
}
table{
    table-layout: fixed;
    width: 500px;
    left: 500px;
}

th, td {
    border: 1px solid grey;
    width: 250px;
    word-wrap: break-word;
}
.font_color_lista {
  color: #008000;
  font-size: 12px;
}
.font_color_cell_table {
  color: #C0C0C0;
  font-size: 12px;
}