body { font:14px Arial, Helvetica, "Trebuchet MS"; line-height:1; margin: 0px}

.topLogin{
    width: 100%;
    height:70px;
    background-color: #EDEDED;
    text-align: center;
    -moz-box-shadow: inset 1px -5px 5px #888;
    -webkit-box-shadow: inset 1px -5px 5px #888;
    box-shadow: inset 1px -5px 5px #888;
}

.topGps{
    font-size: 23px; 
    font-weight: bold;
    padding: 5px
}

.topDetalle{
    font-size: 16px;
    padding: 6px
}

.contenido{
    margin: 51px auto 49px;
    width: 355px;
    height: 392px;
    background-color: #EDEDED;
    -moz-box-shadow: -5px -5px 5px #888;
    -webkit-box-shadow: -5px -5px 5px #888;
    box-shadow: -5px -5px 5px #888;
}

.contenidoEncabezado{
    width: 100%;
    height: 40px;
    background-color: #6E6E6E;
    color: white
}

.contenidoLogoWeb{
    float: left;
    padding-right: 19px;
    padding-left: 19px
}

.lineaBlanca{
    width: 1px;
    height: 100%;
    background-color: white;
    float: left;
    margin-right: 20px
}

.tituloEncabezado{
    float: left;
    padding-top: 9px
}

.imagenUsuario{
    height: 40px; 
    width: 40px;
    top: 70px; 
    position: relative;
    background-color:#BDBDBD;  
}

.imagenPass{
    height: 40px;
    width: 40px;
    top: 95px;
    position: relative;
    background-color:#BDBDBD;   
}

.contenidoUsuario{
    float: left;
    background-color: #BDBDBD;
    color: black;
    text-align: center;
    width: 250px;
    height: 100%;
    border-style: solid;
    border-color: white;
    border-width: 1px
}

.contenidoParametros{
    width: 300px;
    height: 270px;
    margin: 40px auto 0
}

.contenidoImagenes{
    float: left;
    height: 100%;
    width: 40px
}

.entradaUsuario{
    padding-top: 10px;
    padding-bottom: 10px
}

.lineaBlancaHorizontal{
    width: 95%;
    height: 1px;
    background-color: white; 
    margin: 0px auto
}

.campoUsuario{
    top: 39px;
    position: relative
}

.campoPass{
    top: 74px;
    position: relative;
}

.contenidoBoton{
    height: 60px; 
    width: 100%;
    background-color:#6E6E6E;
    margin-top:117px
}

.footer{
    height:30px; 
    width: 100%;
    position:absolute;
    bottom:0;
    left:0;
    background-color:#EDEDED;
    text-align: center;
    -moz-box-shadow: -5px -5px 5px #888;
    -webkit-box-shadow: -5px -5px 5px #888;
    box-shadow: -5px -5px 5px #888;
}

.textoFooter{
    margin-top: 8px;
    margin-bottom: 0px
}