.encabezados {
    background-color: black;
    color: white;
    padding: 5px;
    text-align: center;
}
td {
    padding: 5px 30px;
    text-align: center;
}
.tabla-cuotas {
    border-radius: 5px;
    width: 100%;
    table-layout: fixed;
    border-collapse: inherit;
	border: 1px solid #DEDEDE;
	margin-bottom: 0px;
}
table td {
    border-bottom: none;
}