﻿body {
}

.ColAlf {
    background-color: White;
    border-color: #B0C4DE;
    border-width: 1px;
    border-style: solid;
    font-family: Verdana;
    font-size: 7pt;
    width: 20px;
}

.ColDescripcion {
    background-color: White;
    border-color: #B0C4DE;
    border-width: 1px;
    border-style: solid;
    font-family: Verdana;
    font-size: 7pt;
    width: 629px;
}

.ColCodCas {
    background-color: White;
    border-color: #B0C4DE;
    border-width: 1px;
    border-style: solid;
    font-family: Verdana;
    font-size: 7pt;
    width: 41px;
}

.ColValCas {
    background-color: White;
    border-color: #B0C4DE;
    border-width: 1px;
    border-style: solid;
    font-family: Verdana;
    font-size: 7pt;
    width: 92px;
}

.ValorCas {
    border-width: 0px;
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
    font-size: 10px;
    text-align: right;
}

.TituloRubro {
    color: #003B71;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
}

.texto-vertical-2 {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding-right: 50px;
}

.input-NewtonEdi {
    /*font-family: Verdana, Geneva, sans-serif;*/ /*, Geneva, Tahoma, sans-serif;*/
    font-size: 7pt;
    width: 100%;
    border-width: 0px;
    text-align: right;
    /*background-color: #C7E2D3;*/
}

.input-NewtonBlq {
    /*font-family: Verdana, Geneva, sans-serif;*/ /*, Geneva, Tahoma, sans-serif;*/
    font-size: 7pt;
    width: 100%;
    border-width: 0px;
    text-align: right;
    background-color: #F0F7FA;
    border-style: solid;
    border-color: #EEEEEE;
}

.celda-Newton {
    border-style: solid;
    font-family: Verdana;
    font-size: 7pt;
    border-width: 1px;
    background-color: #FFFFFF;
    border-color: #B0C4DE;
}

.celda-NewtonII {
    border-style: solid;
    font-family: Verdana;
    font-size: 7pt;
    border-width: 0;
}

.celda-NewtonIII {
    border-style: solid;
    font-family: Verdana;
    font-size: 7pt;
    border-width: 2px;
    background-color: #FFFFFF;
    border-color: #003B71;
}

.label-Newton {
    font-weight: bold;
    color: #003B71;
    font-size: 10pt;
    font-family: Verdana;
}

.label-NewtonVerde {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 10pt;
    font-family: Verdana;
}