/*
IDs --------------------------------------- */
#perfis div{
	clear:both;
	margin-bottom:30px;
}
#perfis div img{
	vertical-align:top;
	float:left;
	margin-right:10px;
}
#perfis h2{
	color:#fff;
	font-size:12px;
	margin:10px;
}
#perfis h2 strong{
	color:#5F9906 !important;
}
#perfis q,
#perfis blockquote{
	font-style:italic;
	background-image:url(/imgs/quote.png);
	background-position:3px 6px;
	background-repeat:no-repeat;
	background-color:#1f1f1f;
	border:1px dashed #fff;
	padding:3px;
	padding-left:25px;
}
#perfis blockquote{
	max-width:740px;
}
#perfis div.invert h2{
	text-align:right;
}
#perfis div.invert img{
	float:right;
	margin-right:0;
	margin-left:10px;
}
#perfis > br{
	clear:both;
}