blockquote {
    margin: 0 0 10px 10px;
    border: 1px dashed gray;
    padding: 0;
    background-image: url(/media/img/lampada.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    width: 400px;
    float: right;
    font-size: 0.8em;
}

blockquote p {
    margin: 10px 45px 10px 10px;
}

/* Tabelas */

div.tabela table {
    background-color: silver;
    width: 100%
}

div.tabela table td, div.tabela table th {
    background-color: white;
    padding: 4px;
}

div.tabela {
    margin: 30px;
}

