section p {
    margin: 10px;
    padding: 5px;
}

section ul {
    margin: 10px 25px;
}

section li {
    margin: 10px;
    padding: 5px;
}

.strong {
    font-weight: bold;
}

figure {
    /*width: 200px;*/
    max-width: 70%;
    float: left;
    padding: 20px 0px;
}

figure img {
    max-width: 95%;
}

.flotar {
    float: none;
    display: inline-block;
    height: 100%;
}
.flotarDerch {
    float: right;
}