@charset "iso-8859-1";
/* CSS Document */

div#barra_titulo .centro {
	background: url(../imagens/icone-depo.png) no-repeat left center;
}

div#corpo2 {
	width: 935px;
	margin: 20px auto 50px;
	overflow: hidden;
}

div#corpo2 .depoimento {
	width: 880px;
	padding: 25px;
	text-align: center;
	background: #f7f7f9;
	font-size: 15px;
	font-family: 'OpenSansRegular';
	margin-bottom: 20px;
	color: #0b0b0b;
}

div#corpo2 .depoimento span {
	    font-family: 'ArialRoundedMTBoldBold';
	    font-size: 17px;
}

div#corpo2 .clear {
	clear: both;
}