﻿body
{
    background: url(../Images/family.jpg);
    /*
    position: fixed;*/
    width: 98%;

    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: 50% 50%;
    left: 0px;
    top: 0px;
    z-index: -1;*/
}

#divLogo
{
    outline:none;
    border: hidden;
    width: 400px;
    height: 400px;
    background-image: url(FondoAhorros/App_Themes/SM/Images/LogoTech.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#masterLink
{
    outline:none;
    border: hidden;
    width: 400px;
    height: 400px;
}

#imgLogoTech
{
    outline:none;
    border: hidden;
    width: 400px;
    height: 400px;
    background-image: url(/App_Themes/SM/Images/LogoTech.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*.modal
{
    position: absolute;
    top: 0%;
    left: 25%;
    width: 50%;
    height: 20400%;
    padding: 16px;
    background: #fff;
    color: #333;
    z-index: 1002;
    overflow: auto;
}

.overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1001;
    opacity: .75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}*/
