/*FORMATAÇÃO DA PÁGINA "DEPOIMENTOS"*/
/*AS PROPRIEDADES ESTÃO ORGANIZADAS NA SEGUINTE ORDEM: VISUAL, DISTÂNCIAS E MEDIDAS E POSICIONAMENTO.*/

.depoimentos_texto {
	margin-bottom: 20px;	
}

.depoimentos_item { 
	width: 100%; 
	float: left;
	position: relative; 
}

.depoimentos_item_titulo { 
	color: #223E7B; 
	font-weight: bolder;
	text-decoration: none;
	padding: 0 0 5px 0;
	width: 100%;
	float: left; 
	position: relative; 
}

.depoimentos_item_texto { 
	text-decoration: none;
	margin-left: 8px;
	padding: 5px 0 10px 0;
	width: 100%; 
	float: left; 
	position: relative; 
}

.depoimentos_item_texto table{ 
	margin-left: 15px;
	padding: 5px 0 10px 0;
	width: 705px !important; 
	float: left; 
	position: relative; 
}

.depoimentos_item_texto table p{
	width: 500px !important;
	text-align: justify;
}