body {
    font-family: "Calibri", Arial, sans-serif;
    margin: 0;
    /* background-image:linear-gradient(180deg,#23566B 0%, #7FD1F9 435px, #0093DA 435px, #23566B 100%); */
    background: url(../images/Fondo.png);
    color: #000;
}

#LoginBox {
    margin: auto;
    width: 500px;
    height: 300px;
    background: #AAA;
    border-radius: 8px;
    border: 3px solid #DDD;
    overflow: hidden;
    position: relative;
    color: #23566B;
}

#Title {
    color: #FFF;
    top: 30px;
    position: relative;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    z-index: 1000;
}

#Title p {
    margin: 0em;
}

#Title img {
    margin-top: 35px;
    border-radius: 25%;
    padding: 10px;
    background: #FFF;
}

#Fields h1 {
    margin: 25px 10px 0px 10px;
    border-bottom: 1px solid #553333;
}

.CampoAcceso {
    overflow: hidden;
    padding: 10px;
}

.CampoAcceso img {
    float: left;
    margin: 0px 10px;
}

.CampoAcceso p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 100px;
    top: -8px;
    position: relative;
}

#BarraBoton {
    bottom: 0px;
    width: 100%;
    padding: 5px;
    background: #6A6A6A;
    overflow: hidden;
    position: absolute;
    text-align: center;
}

input,
select {
    font-family: "Calibri", Arial, sans-serif;
    height: 36px;
    width: calc(100% - 200px);
    font-size: 16px;
    border: 1px solid #000;
    background-color: #FAFAFA;
    margin-left: 20px;
    padding: 6px;
    border-radius: 4px;
}

select {
    height: 36px;
    width: calc(100% - 200px);
}

input:hover,
select:hover {
    border: 1px solid #4F69A4;
    background-color: #BEC8DF;
}

#LoginButton {
    background: #23566B;
    height: 36px;
    width: 234px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 6px;
    border-radius: 4px;
}

#LoginButton:hover {
    background: #7FD1F9;
    color: #000;
}

.error {
    color: #FFF;
    background-color: #C00;
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    padding: 10px;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}

#Footer {
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #EEE;
}

#Aviso {
    width: calc(100% - 200px);
    float: left;
    padding: 5px;
    font-size: 0.8em;
}

#Aviso p {
    margin: 0px;
}

#Aviso a {
    text-decoration: none;
    color: #7d4e41;
}

#Aviso a:hover {
    color: #FFF;
}

#Footer img {
    float: right;
    bottom: 10px;
    position: fixed;
    right: 10px;
}