﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    width: 700px;
    height: 100%;
    font-weight: bold;
    color: #000000;
     background-color: #808080;
}



#div_frame
{
    height: 800px;
    background-color: #FFFFFF;
}

#div_logo
{
    background-image: url('../uImagen/logo.png');
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
    margin-left: 20px;
}

#div_barra
{
    background-repeat: repeat;
    height: 20px;
    background-color: #2C3D5B;
}

#div_titulo
{
    font-size: 18px;
    margin-left: 20px;
}
#div_mensaje
{
    margin-left: 20px;

}

#div_login
{
   
    width: 400px;
    margin-left: 150px;
    height: 300px;
    margin-top: 20px;
}

table
{
    width: 400px;
    height: 120px;
}
.css_td1
{
    width: 300px;
    height: 20px;
}
.css_td2
{
    width: 20px;
    height: 20px;
}
.css_td3
{
    width: 180px;
    height: 20px;
}
.css_td4
{
    width: 80px;
    height: 20px;
}
.css_td_mensaje
{
    text-align: center;
    height: 20px;
}
.css_td_boton
{
    text-align: center;
    height: 20px;
}
.bto_standar
{
    border-style : none;
    background-color: #2C3D5B;
    color: #FFFFFF;
    width: 150px;
    height: 30px;
}
.val_usuario
{
    color: #FF0000;
    font-weight: bold;
}
.msg_error
{
    font-weight: normal;
    color: #FF0000;
}