.galerias>div {
	margin: 10px 0px;	
}

.fotosGaleria a {
    display: block;
    margin: 0;
    border: rgb(219,219,219) 3px solid;
}
.fotosGaleria img {
    display: block;
    width: 100%;
    height: auto;
}

.doacoes .seja,
.doacoes .bb,
.doacoes .viacredi,
.doacoes .pagseguro,
.doacoes .paypal {
	position:  relative;
	margin: 20px 0px;
	overflow:  hidden;
	min-height:  60px;
}

.doacoes .bb,
.doacoes .viacredi,
.doacoes .pagseguro,
.doacoes .paypal {
	border-left:  1px dotted rgba(145,79,64,1);
	padding-top:  70px;
}
.doacoes .seja {
	text-align:  left;
	padding:  10px 0px 0px 110px;
	font-size: 1.5em;
	line-height:  1.3em;
}
.doacoes .seja p span {	
	font-size: 1.5em;
	font-weight:  bold;
}
.doacoes p {
	position: relative;
	z-index: 3;
}
.doacoes .seja:before,
.doacoes .bb:before,
.doacoes .viacredi:before,
.doacoes .pagseguro:before,
.doacoes .paypal:before {
	background:  url(../img/icones-doacoes.png) no-repeat top left;
	display:  block;
	position:  absolute;
	content:  '';
	left:  5%;
	top:  0px;
	height: 60px;
	z-index: 1;
}
.doacoes .seja:before {	
	background-position:  0px 0px;
	width: 70px;
}

.doacoes .bb:before{	
	background-position:  -70px 0px;
	width: 110px;
	left: 50%;
	margin-left: -55px;
}

.doacoes .viacredi:before {	
	background-position:  -180px 0px;
	width: 185px;
	left: 50%;
	margin-left: -93px;
}

.doacoes .pagseguro:before {	
	background-position:  -365px 0px;
	width: 214px;
	left: 50%;
	margin-left: -107px;
}

.doacoes .paypal:before {	
	background-position:  -579px 0px;
	width: 186px;
	left: 50%;
	margin-left: -93px;
}

.doacoes .seja:after,
.doacoes .bb:after,
.doacoes .viacredi:after,
.doacoes .pagseguro:after,
.doacoes .paypal:after {
	background:  rgba(255,255,255,1);
	display:  block;
	position:  absolute;
	content:  '';
	left:  5%;
	top:  0px;
	height: 60px;
	width:  90%;
	z-index:  0;
}

.doacoes .bb:after{	
	background: rgba(244,217,0,1);
}