body
{
    background: url(../views/imgs/background.png);
    background-repeat: no-repeat;
    background-position: bottom right; 
    background-attachment: fixed;
    background-size:300px;
}

h1, h3
{
    color: #2a5098;
}

.logovidaventas
{
    width:15%;
    right:10px;
    top:15px;
    position: absolute;
    max-width: 100px;
    min-width:80px;
}

.menusuperior
{
    border-bottom:2px solid #943754;
    border-top:2px solid #943754;
    background: #2a5098;
    background: -moz-linear-gradient(top, #2a5098 0%, #203a72 50%, #2a5098 100%);
    background: -webkit-linear-gradient(top, #2a5098 0%,#203a72 50%,#2a5098 100%);
    background: linear-gradient(to bottom, #2a5098 0%,#203a72 50%,#2a5098 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5098', endColorstr='#2a5098',GradientType=0 );
}

.navbarvida
{
    border: #943754;
    color: #fff!important;
    
}

.iconoheader
{
    background: #fff;
}

.container
{
    margin-top:100px!important;
    margin-bottom:50px!important;
}

.btn-vida
{
    background:#2a5098;
    border:0;
    max-width: 200px;
}

.btn-cerrar
{
    max-width: 200px;
}


footer
{
    width:100%;
    height:15px;
    position: fixed;
    bottom:0;
    border-top:2px solid #943754;
    background: #2a5098; /* Old browsers */
    background: -moz-linear-gradient(top, #2a5098 0%, #203a72 50%, #2a5098 100%);
    background: -webkit-linear-gradient(top, #2a5098 0%,#203a72 50%,#2a5098 100%);
    background: linear-gradient(to bottom, #2a5098 0%,#203a72 50%,#2a5098 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a5098', endColorstr='#2a5098',GradientType=0 );
}

.logovidaventaslogin
{
    width: 150px;
    height: auto;
}

@media only screen and (max-width: 728px)
{
    .btn-vida
    {
        max-width: 100%;
    }

    .btn-cerrar
    {
        max-width: 100%;
    }
}