﻿body
{
background-color: #e4e4e4;
width:972px;
    margin: 0px 0px 0px 15%;
    background-position: top 50%;
 }

.Header
{
    width:972px;
    margin: 80px 0px 0px 18%;
    background-position: top 50%;
    display: block;
}

.LogoHeader
{
    margin: 0px 0px 0px 35px;
}

/********  LOGIN  ********/
.UserCell
{
    background-image: url(users.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    color: White;
    font-weight: bold;
}

.PasswordCell
{
    background-image: url(key.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    margin-left: 5px;
    color: White;
    font-weight: bold;
}

.ButtonCell
{
    text-align: center;
    padding-top: 10px;
}

#divRecuadro
{
    background-image: url(RecuadroLogin.png);
    background-repeat: no-repeat;
    width: 410px;
    height: 205px;
    padding-top: 40px;
    margin-top: 50px;
    margin-left: 22%;
}

/********  FIN LOGIN  ********/