

/* 
table, tr {
    border: 1px solid black;
    border-color:silver;
    height: 30px;
    margin-left:1%;
}

th {
    margin: left 50px;
}

tr:nth-child(even) {background-color: #f2f2f2;}

.cabecera-table{
    font-family:monospace;
    font-weight:normal;
    font-size:14px;
    background: green;
}

.filas-table{
    font-family:monospace;
    font-weight:normal;
    font-size:13px;
}

*/