﻿.style1 {
    color: #000000;
    font-family: Arial;
    font-size: 25pt;
}

.style2 {
    color: #000000;
    font-family: Arial;
    font-size: 9pt;
}

.AlignCenter {
    text-align: center;
}

.DisplayNone {
    display: none;
}

#cuerpo1 {
    width: 81%;
    height: auto;
    margin-right: 8px;
    padding: 5px 0px 5px 0px;
    background-color: #FFFFFF;
    float: right;
    text-align: left;
}

#table1 {
    border: 1px solid black;
    width: 65%;
}

#waitPanel {
    display: none;
    position: fixed;
    width: 95%;
    height: 85%;
    text-align: center;
    background-color: #EDEDED;
    cursor: wait;
}

#waitContent {
    margin: 0px 0px 0px 0px;
}

#txtUserName, #txtPassword {
    width: 150px;
}