html, body {
    margin: 0;
    padding: 0;
}

body, input, textarea {
    font-family: "Titillium Web", "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}

#mainheader {
    height: 50px;
    line-height: 50px;
    font-size: 35px;
    background-color: #0D7CC1;
    color: white;
    text-align: center;
    font-weight: bold;
}

#maincontentholder {
    padding: 1em;
    padding-bottom: 70px;
}

#mainhmenuholder {
    margin-bottom: 1em;
}

#mainhmenuholder table {
    width: 100%;
    padding: 0;
    margin: 0;
}

#mainhmenuholder table td {
    text-align: center;
    width: calc(100% / 9);
}

#mainhmenuholder table td a {
    color: blue;
    text-decoration: none;
}

#mainhmenuholder table td a:hover {
    text-decoration: underline;
}

#mainfooter {
    height: 30px;
    width: 100%;
    line-height: 30px;
    background-color: #0D7CC1;
    color: white;
    text-align: center;
    position: fixed;

    bottom: 0;
}

table.stippedtable {
    border-spacing: 0;
}

table.stippedtable > tbody > tr:first-child > td {
    border-top: 1px solid #000000;
}

table.stippedtable > tbody > tr > td {
    padding: 5px;
    border-bottom: 1px solid #000000;
}

table.stippedtable > tbody > tr:nth-child(odd) > td {
    background-color: #e6e6e6;
}

table.stippedtable > tbody > tr:nth-child(even) > td {
    background-color: white;
}

input[type=button] {
    background-color: #0D7CC1;
    color: white;
    border: 1px solid black;
}

.dt_center {
    text-align: center;
}

.fixed-dialog {
    position: fixed;
}


a, a:visited {
    color: blue;
}

a:hover {
    color: red;
}


button.botonAzul {
    background-color: #0000EE;
    color: white;
    padding: 5px 10px;
    border: 0;
    border-radius: 6px;
    font-family: "Titillium Web", "Roboto", sans-serif;
    font-size: 1em;
    cursor: pointer;
}

button.botonAzulTema {
    background-color: #0D7CC1;
    color: white;
    padding: 5px 10px;
    border: 0;
    border-radius: 6px;
    font-family: "Titillium Web", "Roboto", sans-serif;
    font-size: 1em;
    cursor: pointer;
}

a.botonAzulTema {
    background-color: #0D7CC1;
    color: white;
    padding: 5px 10px;
    border: 0;
    border-radius: 6px;
    font-family: "Titillium Web", "Roboto", sans-serif;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
}

