body{
    background-color: palegreen;
    color: saddlebrown;
}
header h1 {
    font-family: sans-serif;
    font-variant: small-caps;
    text-align: center;
    background-color: lightgoldenrodyellow
}
img#desembarco {
    display:block;
    border:1px solid white;
    border-radius: 10px;
    margin:0 auto;
}
img#cremo{
    margin: 10px;
    width: 388px;
    height: 259px;
}
#contenido{
    margin: 40px 50px;
    padding-bottom: 1em;
}
#contenido h2{
    font-family: sans-serif;
    text-transform: uppercase;
}
#contenido p{
    font-size: 20px;
}
#contenido ul {
    margin-top: 30px;
    font-size: 20px;
}
#contenido p#subtitulo{
    text-align: center;
}
footer {
    color: green;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: palegoldenrod;
    width: 100%;
    text-align: center;
}
footer p{
    font-size: 90%;
}
#contenido table caption{
    background-color: palegoldenrod;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
}

#contenido table {
    background-color: lightgoldenrodyellow;
    color: saddlebrown;
    padding: 5px 15px;
    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}