
/* -------   Tablas  ------------ */
.ancho_total {
    border-collapse: collapse;
    width: 100%;
}

/* -------   Bordes  ------------ */

.sin_bordes {
    border-bottom-width: 1px;
    padding-bottom: .01cm;
}
.con_borde_simple {
    border: 1px solid rgba(0, 0, 0, 0.64);
}

/* -------   Alineación  ------------ */

.center_aligned {
    text-align: center;
}


/* -------   Font Type  ------------ */

.font_Logo {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* -------   Font Size  ------------ */

.tx1 {
    font-size: 22px;
    vertical-align: super;
}

.fontsize--small {
    font-size: .8em;
    font-family: Arial, sans-serif;
}
.fontsize--normal {
    font-size: 1em;
}
.fontsize--medium {
    font-size: 1.2em;
}
.fontsize--big {
    font-size: 2em;
}

.fontsize--big2 {
    font-size: 1.6em;
}

.fontsize--huge {
    font-size: 3em;
}

