html, body{
    font-family: 'Raleway';
    margin:0;
    padding:0;
    height: 100%;
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.contenedor{
    height: 100%;
}
.fila{
    min-height: 100%;
    
}
.division{
    width: 100%;
    max-width: 1500px;
    max-height: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.division_imagen{ 
    background-image: url("../img/fdo.jpg");
    justify-content: center;
    align-items: flex-end;
    padding: 0;
}
.texto-sombra{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 150px;
    background-color: rgba(0,0,0,0.50);
}
.texto-division{
    background-image: url("../img/one-system-for-all.png");
    width: 397px;
    height: 128px;
    margin-right: 30px;
}
#acceso{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 320px;
}
#img_titulo{
    width: 100%;
    height: 80px;
}
#f_ingreso{
    width: 100%; 
    margin-top: 10px;
}
#titulo{
    margin-top:10px;
    margin-bottom: 20px;
    text-align: left;
}
#btn_ingreso{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #3958A3;
    width: 100%;
    color: white;
    border:0;
    box-shadow: none;
    height: 40px;
    border-radius:5px;
}
.cuadro_texto{
    border: 0;
    border-bottom: solid thin gray;
    border-radius: 0%;
    outline:none;
    width: 100%;
}
.wsi{
    font-size: x-small;
    width: 100%;
    text-align: center;
}
@media screen and (max-width:995px) {
    .division_imagen{
        display:none;
    }
}
