/*
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 : 15/01/2016, 09:55:26
    Author     : Pablo
*/

.bottomInfo{
    position: fixed; 
    bottom:0px;
    width: 100%; 
    height: 50px;
}
.bottomInfo .background{
    position: absolute; 
    width: 100%; 
    height: 100%; 
    background-color: #666666;
    opacity: 0.6;
}
.bottomInfo .info{
    position: absolute; 
    
    color: #ffffff; 
    margin:0;
    width: 100%;
    text-align: center;
}
.bottomInfo .info h3{
    margin: 0;
    line-height: 52px;
}