body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

h1 {
    font-size: 32px;
}

table {
    margin: auto;
    width: 70%;
    border-collapse: collapse;
    text-align: left;
}

caption {
    font-size: 18px;
    margin-bottom: 10px;
}

th, td {
    border: 1px solid black;
    padding: 15px;
    vertical-align: middle;
}

a {
    font-weight: bold;
    color: #0000CC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.tachado {
    text-decoration: line-through;
    color: #666;
}

.precio {
    font-weight: bold;
    color: black;
}
