﻿/*
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 : 21/11/2015, 21/11/2015 10:05:41
    Author     : Marcos Queiroz
*/



.img-link{
                height: 120pt;
}
.progresso {
                display: none;
                position: fixed;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                text-align: center;
                font-size: 16px;
                font-weight: bold;
                background-color: rgba(102,102,102,0.85);
                color: #fff;
                height: 100%;
                width: 100%;
}
.barra{
	margin: 20% auto;
}