html, body {
    text-align: center;
    Background-color: white;
    margin: 0;
}

#header {
    height: 105px;
    width: 100%;
    color: black;
    margin-bottom: 0px;
    margin: 0px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-color: white;
}

.dimensionatabheader {
    width: 100%;
    height: 105px;
}
.dimensionatabheader1 {
    width: 20%;
}
.dimensionatabheader3 {
    width: 20%;
    vertical-align: top;
    margin-left: 10px;
}


.contenido {
    width: 90%;
    margin: 10% auto;
    margin-top: 15px;
}



.dimensionatabheaderfooter {
    width: 100%;
    height: 79px;
}


.dimensionatabheader2 {
    width: 44%;
}

.dimensionatabheader4 {
    width: 1%;
}




.ltxt1 {
    color: black;
    font-family: 'Courier New';
    font-size: 14pt;
    font-weight: bold;
}


.ltxt2 {
    font-family: 'Courier New';
    color: black;
}

.ltxt3 {
    color: black;
    font-family: 'Courier New';
}



#ftr {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background-color: #0e3e72;
    color: white;
    font-size: 14px;
}

#barra-info {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 99999;
    padding: 6px;
}

.inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 5px;
    font-size: 0.95em;
    top: 30%;
}

    .inner a.info {
        padding-left: 5px;
        text-decoration: underline !important;
        color: #fff;
        font-size: 0.90em;
        font-weight: bold;
    }

    .inner a.ok {
        padding: 5px;
        margin: 0px;
        min-width: 0px;
        color: #ffffff;
        text-decoration: none;
        padding-left: 7px;
        padding-right: 7px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-transform: none;
        font-size: 0.90em !important;
    }