header{
    font-size: 100px;
    background-image: url(../images/fondo2.JPG);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    text-align: center;
    height: 100px;
    padding: 5%;
}
body { 
    font-size: 20px;
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #d88538;
}
img {
    width: 250px;
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 3%;
    border-color: firebrick;

}
table {
    width: 600px;
    text-align: justify;
}
section {
    margin-left: 500px;
    margin-right: 500px; 
    text-align: justify;
}
footer {
    background-color: #ff7b00;
    background-size: cover;
    font-size: 20px;
    padding-bottom: 1%;
    padding-top: 1%;
}
section td {
    color: rgb(117, 3, 3);
}