/* Colores
    Amarillo suave: #fffcb7;
    Verde suave: #c6ffb7;
*/

body {
    font-family: Arial;
    color: #666666;
    font-size: 10pt;
}

div.nodisplay {
	display: none;
}

div#calc_parametros {
    display: none;
}

img.noshow {
    display: none;
}

h1.noshow {
    display: none;
}

h2 {
    border-bottom: 1px solid black;
    text-align: center;
}

table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

table#tabla_formulario th, table#tabla_formulario th {
    padding: 0px 5px 0px 5px;
}

table#tabla_formulario th {
    text-align: right;
}

table#tabla_formulario input {
    text-align: right;
}

table#tabla_resumen th, table#tabla_resumen td {
    border: 1px solid black;
    padding: 0px 5px 0px 5px;
}

table#tabla_resumen th {
    text-align: left;
    background-color: gray;
    color: white;
}

table#tabla_resultados {
    font-size: 7pt;
    width: 95%;
    margin-right: 5px;
}

table#tabla_resultados th, table#tabla_resultados td {
    border: 1px solid black;
    padding: 0px 5px 0px 5px;
}

table#tabla_resultados th {
    text-align: center;
    background-color: gray;
    color: white;
}

