﻿body {
    margin: 0;
    padding: 0;
}

.generalTables {
    color: green;
    font-family: 'Century Gothic';
    font-size: 0.7em;
    text-align: center;
    width: 100%;
}

header {
    height: 130px;
    text-align: center;
    top: 0;
    width: 100%;
}

section {
    background: -webkit-linear-gradient(white, gray);
    background: -moz-linear-gradient(white, gray);
    background: -o-linear-gradient(white, gray);
    background: linear-gradient(white, gray);
    bottom: 110px;
    position: fixed;
    text-align: center;
    top: 130px;
    width: 100%;
}

footer {
    background-color: #333;
    bottom: 0;
    height: 110px;
    position: fixed;
    text-align: center;
    width: 100%;
}

#Background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #919090;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 100000;
}

#Progress {
    padding: 10px;
    border-radius: 10px;
    position: fixed;
    top: 30%;
    left: 30%;
    height: 40%;
    text-align: center;
    width: 40%;
    z-index: 100001;
    background-color: #FFFFFF;
    border: 0.5px solid #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#divHeader {
    -moz-box-shadow: 0px 6px 6px gray;
    -o-box-shadow: 0px 6px 6px gray;
    -webkit-box-shadow: 0px 6px 6px gray;
    background-image: url(../Images/Login/LoginHeader.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 6px 6px gray;
    height: 110px;
}

#login {
    -moz-box-shadow: 0px 10px 40px gray;
    -o-box-shadow: 0px 10px 40px gray;
    -webkit-box-shadow: 0px 10px 40px gray;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0px 10px 40px gray;
    font-family: 'Century Gothic';
    height: 170px;
    margin: 0 auto;
    margin-top: 6.5%;
    padding-top: 2%;
    padding-left: 1%;
    padding-bottom: 2%;
    padding-right: 1%;
    width: 600px;
}

#usuarioContrasena {
    background-color: lightgray;
    border-radius: 5px;
    height: 55px;
    margin: 0 auto;
    margin-top: 2%;
    padding-top: 2%;
    padding-left: 1%;
    padding-bottom: 1%;
    padding-right: 1%;
    width: 530px;
}

#pieLogin {
    color: white;
    font-size: 0.7em;
    font-family: 'Century Gothic';
    padding-top: 20px;
}

#bienvenidos {
    font-weight: bold;
}

#indicacionesLogin {
    font-size: 0.7em;
}

#ayuda {
    font-size: 0.7em;
    text-align: right;
    padding-right: 7.5%;
}

#hlkOlvidasteContrasena {
    text-decoration: none;
}

.logoTransportesJoshua {
    height: 110px;
}

.tablaPie {
    width: 100%;
}

.tablaPieArkdia {
    text-align: right;
    width: 60%;
}

.tablaPieArkdiaDatos {
    background-color: #1e1e1e;
    height: 60px;
    padding-left: 10px;
    text-align: left;
    width: 40%;
}

.tablaDatosLogin {
    width: 100%;
}

.celdaUsuario {
    width: 36%;
}
                                
.celdaContrasena {
    width: 36%;
}
    
.celdaEntrar {
    width: 28%;
}