/*

    @Título: Proxecto Paisaxe e sustentabilidade - Subproxecto 05
    
    @Autor: Carlos López Frieiro

    @Data modificación: 06/02/2025

    @Versión 1.1

*/

.titulo {
    margin-top: 50px;
    margin-left: 200px;
}

.contenedor {
    display: flex;
    justify-content: center;
    margin-left: 200px;
    margin-right: 200px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f6;
}

th {
    background-color: #4caf50;
    color: white;
    font-weight: bold;
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

td {
    padding: 10px;
    border: 1px solid #ddd;
}

tr:nth-child(even) {
    background-color: #e8f5e9;
}

tr:nth-child(odd) {
    background-color: #f1f8e9;
}

td,
th {
    font-size: 16px;
    color: #333;
}

td[colspan] {
    text-align: center;
    background-color: #c8e6c9;
    font-style: italic;
}

.botones {
    margin-top: 20px;
    margin-left: 200px;
}

footer {
    margin-top: 30px;
}