#destaque{
	width: 400px;
	height: 300px;
	margin-left: -20px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	}
	
/**********************************************************************/

#galeria{
	width: 282px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	}

#galeria #FotoGaleria{
	margin-bottom: 5px;
	background: white;
	border: 1px solid orange;
	padding: 1px;
	}

#conteudo #galeria h2{
	font-size: 25px;
	width: 180px;
	margin-bottom: 0px;
	}	

#galeria #VerGaleria{
	background: url(/static/tema/botao-ver-fotos.png) top;
	display: block;
	width: 94px;
	height: 96px;
	position: absolute;
	right: -5px;
	top: 150px;
	text-indent: -5000px;
	}
	
#galeria #VerGaleria:hover{
	background-position: bottom;}
	
#galeria #grelease{
	font-size: 12px;
	width: 180px;
	}

/**********************************************************************/

#depoimentos{
	clear: left;
	margin-bottom: 20px;
	margin-left: -20px;
	margin-right: -20px;
	background: url(/static/tema/separador-depoimento.png) center bottom no-repeat;
	position: relative;
	min-height: 130px;
	padding-left: 260px;
	padding-top: 100px;
	padding-bottom: 30px;
	}
	
#depoimentos #imagem{
	position: absolute;
	top: 0px;
	left: 0px;
	}

#depoimentos #imagem #over{
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#depoimentos #imagem #foto{
	position: absolute;
	top: 85px;
	left: 63px;
	}

#depoimentos #texto{
	width: 460px;
	font-style: italic;
	color: #ff8608;
	}
	
#depoimentos #texto p{color: black;}
	
#depoimentos #texto blockquote{
	margin-bottom: 	20px;}

#enviarDepoimento{
	position: absolute;
	top: 55px;
	left: 280px;
	background: url(/static/tema/enviarDepoimento.png);
	width: 234px;
	height: 19px;
	text-indent: -5000px;
	}
	
/**********************************************************************/

#banners{
	margin-bottom: 20px;
	overflow: auto;
	font-size:13px;
	}

#banners .bcontainer{
	width: 226px;
	margin-right: 20px;
	float: left;
	}
	
#banners .bcontainer.last-child{
	margin-right: 0px;
	}

#banners .banner{
	height: 90px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	background: white;
	position: relative;
	}

#banners .banner h4{
	position: absolute;
	bottom:-7px;
	left:5px;
	letter-spacing: -1px;
	}
	

#banners .banner h4 a{
	font-size:25px;
	color: white;
	text-decoration: none;
	}
