@charset "utf-8";
/* CSS Document */
.topDepoimento {
	background:#FFF url(bg.png) top center repeat-x;
}

.topDepoimento p {
	font-size:1.3em;
	padding:4.5em 2em 1em 2em;
}
.depoimentos .item p {
	font-size:1.2em;
	padding:0 1em 1em 1em;
	margin-bottom:0;
}
.depoimentos .item .infos {
	margin-left:120px;
}
.depoimentos .item p img {
	margin-right:1em;
}
.item p span.nome {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00617D;
	font-size:1.3em;
	font-style:italic;
	font-weight:bold;
}
.item p span.desc {
	color:#00617D;
	font-weight:bold;
}
.depoimentos .item {
	border-bottom:2px solid #CCC;
	margin:1em;
}
