﻿body {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#LogoYupi {
    top: 25px;
    left: 25px;
    position: fixed;
}
#LogoYupi img {
    padding: 5px 5px 5px 5px;

}

#LogoANSA {
    bottom: 25px;
    right: 25px;
    position: fixed;
    text-align: center;
}
#LogoANSA p {
    color: white;
    text-shadow: 1px 1px 2px black;
}
/*#login {
    -moz-box-shadow: 0 0 2px #888;
    -webkit-box-shadow: 0 0 2px 2px #888;
    box-shadow: 0 0 2px 2px #888;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    margin: 0px auto 0px auto;
    width: 350px;
    background-image: url('/styles/images/fondo_gris_transparente.png');
}
    #login legend {
        margin-top: 10px;
        font-size: 14pt;
        font-weight: bold;
        color: #FEE75F;
    }*/