/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-mar-2016, 14:10:54
    Author     : Sistemas
*/

body {
    font-family: calibri;
    background-image: url('bg_arizlu.jpg');
    background-size: 120%;
    background-repeat: no-repeat;
}

.home {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;    
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 98%;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.footer a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.footer .info {
    float: right;
}