/* CSS Document */

#testemunhos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 88%;
    margin-bottom: -3px;
	text-align: left;
}

#testemunhos #empresa {
	display: block;
	font-weight: bold;
}

#testemunhos #nome {
/* 	color: #005FA9; */
	color: #5B2D00 ;
	font-weight:bold;
	font-size: 110%;
}

#testemunhos #data {
}

#testemunhos #cargo {
	font-style: italic;
	display: block;
}

#testemunhos #lead {
	display: block;
	padding-top: 10px;
}

#testemunhos #texto {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#testemunhos #frame {
	border-style: dashed;
	border-width: thin;
	border-color: #CCCCCC;
	padding: 6px 6px 6px 6px;
	background-color: #F5F7F7;
	display: block;
	position: center;
	width: 180px;
}

#testemunhos #feedback {
	border-style: dashed;
	border-width: thin;
	border-color: #CCCCCC;
	padding: 6px 6px 6px 6px;
	background-color: #F5F7F7;
	display: block;
	position: center;
}