section.defunciones {
  font-family: VAGRoundedLight;
  margin-top: 30px;
  text-align: center;
}
section.defunciones header.titulo {
  margin-bottom: 35px;
}
section.defunciones div.difunto {
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
  width: 300px;
  float: left;
}
section.defunciones div.difunto:hover {
  background: rgba(234, 234, 234, 0.8);
}
section.defunciones div.difunto:not( :nth-child(4n)) {
  margin-right: 30px;
}
section.defunciones div.difunto:before {
  opacity: 0.6;
  content: "";
  position: absolute;
  top: -15px;
  right: 15px;
  width: 53px;
  height: 109px;
  z-index: 9998;
  background-repeat: no-repeat;
  background-image: url("../img/ribete.png");
}
section.defunciones div.difunto:after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: 1px solid #dadada;
  z-index: 999;
}
section.defunciones div.difunto a {
  display: block;
  position: relative;
  z-index: 3054;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  height: 100%;
}
section.defunciones div.difunto .nombre {
  font-size: 20px;
  line-height: 35px;
}
