/*
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 : 17/03/2014, 10:38:09
    Author     : Inventorama
*/

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    outline: none;
}

.clear{
    clear: both;
}

.click-href{
	cursor: pointer;
	
}

/* POPUP DOAÇÃO */
.popup-doacao{position:fixed;top:-364px;right:10px;z-index:99999;transition:top 3s linear;}
.popup-doacao .close img{position:absolute;top:0;right:55px;}