/* Created on 9/01/2021 11:02:07 AM */
/* -- AC Glass */

/* -- set mainFont */
/* --src: url(font/tahoma.ttf); */
@font-face {
    font-family: mainFont;
    src: url(font/NotoSans-DisplayRegular.ttf);
}

/* --src: url(font/tahomabd.ttf); */
@font-face {
    font-family: mainFont;
    src: url(font/NotoSans-DisplayBold.ttf);
    font-weight: bold;
}

.main {
    /* -- font-family: Tahoma, sans-serif; */
    font-family: mainFont;
    color: #133926;
    background-color: #ffffff;
    /*-- text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000 */
}

table.principal{
    font-family: mainFont;
    margin: 32px;
}

td.principal {
    padding: 4px;
    border: 1px solid #dddddd;
    margin: 1px;
}

tr.titles {
    color: #ffffff;
    background-color: #2d8659;
    font-weight: bold;
    font-size: 0.85em;
}

td.titles {
    padding: 8px 16px 8px 16px;
    font-weight: bold;
}

tr.row {
    background-image: linear-gradient(#ffffff, #c6ecd9);
    font-size: 0.85em;
}

td.row {
    padding: 4px;
}

table.login {
    background-color: #ffffff;
    padding: 8px;
    margin: auto;
    border-radius: 16px;
    box-shadow: 10px 10px 5px #336699;
}

.resulta {
    font-family: Tahoma, sans-serif;
    color: #133926;
    background-color: #ffffff;
}

.boton {
    border-radius: 8px;
    width: 96px;
    height: 96px;
    font-family: mainFont;
}

.simple {
    font-family: mainFont;
}

/*
.end_of_style	;-- main.css
 */
