Plantilla:Tabla
<style> .tabla {
border-collapse: collapse; width: 100%; margin-top: 0.5em;
} .tabla th {
font-weight: bold; text-align: left; padding: 0.5em; background-color: #e0e0e0;
} .tabla td {
padding: 0.5em; border: none;
} .tabla tr:nth-child(odd) td {
background-color: transparent;
} .tabla tr:nth-child(even) td {
background-color: #f2f2f2;
} .tabla-titulo {
font-weight: bold; font-size: 1.2em; margin-bottom: 0.2em;
} </style>
{{{titulo}}}
{{{contenido}}}