@import 'credisol.css';
.depoimentos {
	float:left;
	clear:both;
	margin:0 0 0 20px;
}
.depoimentos li {
	padding:10px;
	width:470px;
	height:100px;
	clear:both;
	height:1%;
	margin:10px 0;
	border-bottom:1px solid #EEE;
}
.depoimentos li .quem {
	color:#90231E;
	font-weight:bold;
	clear:both;
	float:right;
	margin:0 15px 0 0;
	white-space:nowrap;
}
.depoimentos li img{
	float:left;
	clear:left;
	margin:10px 0 0 0;
}
.pullquote {
	float:right;
	clear:right;
	width:360px;
	font-size:14px;
	line-height:30px;
	margin:10px;
	text-align:left;
}
.pullquote div .cite {
	display:block;
	background: url(../imagens/closequote.gif) no-repeat right bottom;
	padding:0 33px 5px 0;
}
.pullquote div .first{
	display:block;
	float:left;
	width:33px;
	height:30px;
	text-indent: -9999px;
}
.pullquote div .first {
	background: url(../imagens/openquote.gif) no-repeat 0 0;
}
.pullquote div .last {
	display:none;
}