﻿html {
    image-rendering: optimizeQuality;
}

body {
    padding: 0px;
    margin: 4px 0px 0px 0px;
    font-family: 'HelveticaRegular',Helvetica,Arial;
    overflow-y: scroll;
}
    /* top navigation */
    body .topNav {
        width: 100%;
        border: none;
        font-size: 17px;
        font-weight: normal;
        color: #3d3d3d;
    }

.pageContainer {
    display: block;
    padding: 0px 5px 0px 5px;
    width: 1010px;
    margin: auto;
    cursor: default;
    background-color: white;
}

.siteNave {
    border-width: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 42px;
}

    .siteNave a {
        color: #3d3d3d;
        text-decoration: none;
        display: block;
    }

        .siteNave a:hover {
            color: #000000;
        }

.logoTd {
    /*height: 42px;
    padding-top: 0px;*/
}

    .logoTd img {
        border: none;
    }

    .logoTd a {
        border: none;
    }

body .siteNave li {
    padding-right: 22px;
    float: right;
    padding-top: 21px;
}

.lineMenu {
    border-bottom: 1px solid rgb(170, 168, 168);
    height: 0px;
    min-height: 0px;
    margin-top: 10px;
}

.topMostTitle {
    font-size: 26px;
    font-weight: bold;
}

.topNormalTitle {
    font-size: 26px;
}

.DetailText {
    font-size: 13px;
    display: block;
}

.StnTitle {
    font: normal normal normal 16px/1.4em Helvetica, Arial, sans-serif;
    color: rgb(113, 112, 112);
    font-weight: bold;
}

.refText {
    display: block;
    font-style: italic;
}

.span_label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #5e5e5e;
    padding: 5px;
    line-height: 20px;
}

.input_txt {
    padding: 10px 10px;
    border: 1px solid #d5d9da;
    border-radius: 5px;
    box-shadow: 0 0 5px #e8e9eb inset;
    width: 328px; /* 400 (#container) - 40 (li margins) -  10 (span paddings) - 20 (input paddings) - 2 (input borders) */
    font-size: 1em;
    outline: 0; /* remove webkit focus styles */
}

    .input_txt:focus {
        border: 1px solid #b9d4e9;
        border-top-color: #b6d5ea;
        border-bottom-color: #b8d4ea;
        box-shadow: 0 0 5px #b9d4e9;
    }

.BtnIngresar {
    padding: 12px 25px 12px 25px;
    border-radius: 6px;
    background-color: rgb(255, 204, 0);
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 11px -24px;
    border: 0px solid rgb(0, 0, 0);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
}

    .BtnIngresar:hover {
        padding: 12px 25px 12px 25px;
        border-radius: 6px;
        background-color: rgb(255, 222, 91);
        transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
        -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
        box-shadow: rgba(0, 0, 0, 0.6) 0px 2px 11px -24px;
        border: 0px solid rgb(0, 0, 0);
        border-image-source: initial;
        border-image-slice: initial;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
        cursor: pointer;
    }

    .BtnIngresar span {
        font-size: 22px;
        font-weight: bold;
        transition: color 0.4s ease 0s;
        -webkit-transition: color 0.4s ease 0s;
        color: rgb(0, 0, 0);
        white-space: nowrap;
        margin: 0px;
        display: inline-block;
    }
