/* Id's
----------------------------------------------- */
#wrapper
{
    width: 1000px;
    height: 668px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -334px;
    margin-left: -500px;
    background-image: url(../images/bg_login.jpg);
}

#Controls
{
    width: 500px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -250px;
}

/* Classes
----------------------------------------------- */
.text
{
    background: #fff;
    border: 1px solid #a5a5a5;
    color: #666;
    padding: 8px;
    width: 20;
}
.labels
{
    width: 110px;
    height: 13px;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: bold;
}
.ingresar
{
    background: url(../images/entrar.jpg);
    width: 109px;
    height: 33px;
    border: 0px;
}
.ingresar:hover
{
    background: url(../images/entrar_over.jpg);
    width: 109px;
    height: 33px;
    border: 0px;
}
.select
{
    background: #fff;
    border: 1px solid #a5a5a5;
    color: #666;
    padding: 8px;
    width: 20;
}
