/*Unión tabla*/
table.seguro {
  border-collapse: collapse;
}

.tabla {
  margin-bottom: 20px;
}

/*Imagen radius*/
img.border {
  border-radius: 100%;
}
/*imagen top*/
img.top {
  margin-top: 2%;
}

section .tabla {
  margin-bottom:20px;
}

img {
  margin-bottom: 20px;
}