/*BG ADS*/
#site {
	position: relative;
	z-index: 10;
}
#site .bgLeftAds, #site .bgRightAds {
	width: 726px;
	height: 810px;
	display: block;
	text-indent: -999999px;
	text-decoration: none;
	font-size: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 0;
}
#site .bgLeftAds {
	background: transparent url(../img/bg-ads/bg-left-ads-dia-das-maes.png) no-repeat top left!important;
	left: -235px!important;
}
#site .bgRightAds {
	background: transparent url(../img/bg-ads/bg-right-ads-dia-das-maes.png) no-repeat top right!important;
	right: -228px!important;
}
#site .leftAds, #site .rightAds,
#site .leftAds:hover, #site .rightAds:hover {
	text-decoration: none!important;
}
/*end BG ADS*/