﻿body {
    background: url("../images/77Fondo.jpg") no-repeat fixed center;
}

.ImagenFondoLoging {
    background: url("../images/FinsysInicio.jpg") no-repeat fixed center;
/*    -webkit-background-size: cover;
    -webkit-backgr -moz-background-size: cover;
    -o-background-size: cover;*/
    background-size: cover;
    height: 100%;
    width: 100%;
    /*text-align: center;*/
    color: black;
    font-weight: 800;}

.LblCia {
    position: absolute;
    left: 2px;
    top: 12px; 
    font-size: 12px;
    color: antiquewhite;
}
