.page {
    background: url("../images/photos/naranca.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 69.66%;
    margin-top: 20px;
    line-height: 140%;
}

.events {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.event {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #5b0b1a;
    margin: 20px 0 0 0;
    padding: 0;
}

.event > h5 {
    margin: 0;
    border: none;
    font-size: 100%;
    background: #5b0b1a;
    padding: 1%;
}

.event > p {
    margin: 0;
    padding: 1%;
}

.event > p > span {
    display: block;
    font-size: 70%;
}

.title {
    font-family: 'Economica', sans-serif;
    font-size: 175%;
    font-weight: bold;
    line-height: 85%;
    color: #99132c;
    margin-bottom: -3px;
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #5b0b1a;
}

table caption {
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
}

table tbody tr td:first-child {
    padding-right: 10px;
}

table tbody tr td:last-child {
    font-weight: bold;
}

td {
    vertical-align: top;
}