/**********************************************************************
TITULO DEPOIMENTOS
***********************************************************************/

#conteudo_direita h2{	
	margin-top:35px;
	margin-bottom:15px;
	background-image:url(../images/depoimentos/titulo_depoimentos.gif);
	background-repeat:no-repeat;
	text-indent:-5000px;
}

/**********************************************************************
DEPOIMENTOS
***********************************************************************/


.depoimentos{
	float:left;
	display:inline;
	margin-left:2px;
	width:629px;
	margin-bottom:17px;
}

.depoimentos img{
	float:left;
	position:relative;
	z-index:1;
	margin-top:2px;
	margin-left:-180px;
}

.moldura_foto_depoimento{
	float:left;
	background-image:url(../images/depoimentos/moldura_foto.gif);
	background-repeat:no-repeat;
	width:180px;
	height:135px;
	position:relative;
	z-index:2;
	margin-top:2px;
}


/**********************************************************************
DEPOIMENTOS IMPARES
***********************************************************************/
.depoimentos_impares{
	float:left;
	width:449px;
	min-height:77px;
	_height:77px;
	color:#ffffff;
	background-image:url(../images/depoimentos/depoimento_impar.gif);
	background-repeat:no-repeat;
	padding-top:18px;
	font-size:9pt;
}

.depoimentos_impares p{
	float:left;
	_display:inline;
	background-color:#00baf8;
	margin-left:15px;
	padding-left:17px;
	padding-right:27px;
}

.borda_inferior_impar{
	float:right;
	background-image:url(../images/depoimentos/borda_depoimento_impar.gif);
	background-repeat:no-repeat;
	width:434px;
	height:19px;
}
/**********************************************************************
DEPOIMENTOS PARES
***********************************************************************/
.depoimentos_pares{
	float:left;
	width:449px;
	_height:77px;
	min-height:77px;
	color:#ffffff;
	background-image:url(../images/depoimentos/depoimento_par.gif);
	background-repeat:no-repeat;
	padding-top:18px;
	font-size:9pt;
}

.depoimentos_pares p{
	float:left;
	_display:inline;
	background-color:#0092c2;
	margin-left:15px;
	padding-left:17px;
	padding-right:27px;
}

.borda_inferior_par	{
	float:right;
	background-image:url(../images/depoimentos/borda_depoimento_par.gif);
	background-repeat:no-repeat;
	width:434px;
	height:19px;
}

