#contenido p {
    margin:1em 0
}

#contenido p.centrado {
    text-align:center;
}

#contenido table {
    border: 1px solid #ccc;
    margin-bottom: 1em;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

#contenido table th {
    vertical-align: bottom;
    line-height: 1.5;
    padding: 1em;
    text-align: left;
    background-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #3D3B3B
}

#contenido table td {
    border: 1px solid #ccc;
    line-height: 1.5;
    padding: 1em;
    vertical-align: top
}

#contenido table tr:nth-of-type(2n+1) {
    background-color: #F4F4F4
}