body{
    min-height: 100vh;
    background: rgba(35,60,93,1);
    background: -moz-linear-gradient(top, rgba(35,60,93,1) 0%, rgba(8,21,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35,60,93,1)), color-stop(100%, rgba(8,21,39,1)));
    background: -webkit-linear-gradient(top, rgba(35,60,93,1) 0%, rgba(8,21,39,1) 100%);
    background: -o-linear-gradient(top, rgba(35,60,93,1) 0%, rgba(8,21,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(35,60,93,1) 0%, rgba(8,21,39,1) 100%);
    background: linear-gradient(to bottom, rgba(35,60,93,1) 0%, rgba(8,21,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233c5d', endColorstr='#081527', GradientType=0 );
    color: #FFF;
}

#proximamente{
    font-size: 35px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
}

.linkfooter{
    color: #FFF;
    text-decoration: none;
}

.linkfooter:hover{
    color: #CCC;
    text-decoration: none;
}