/* CSS Document */

div.colEsq{
	width:800px;
	padding-bottom:50px;
}

/* CASE */

#destaque{
	width:240px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

#destaque img{
	float:left;
	margin-right:15px;
	margin-bottom:15px;	
	border:1px solid #838383;
}

#destaque cite{
	display:block;
	padding-top:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

#destaque p{
	text-align:right;
	font-size:10px;
}

#cliente {
	overflow:auto;
}

#cliente h2{
	padding-top:0px;
	margin-bottom:0px;
	text-transform:uppercase;
}

#cliente h3{
	font-size:20px;
	color:#000;
}


/* CASES RELACIONADOS */

#clientesrelacionados{
	margin-top:50px;
	border-top:5px solid #be3926;

}

#clientesrelacionados h2{
	margin-bottom:0px;
}

#clientesrelacionados ul{
	overflow:auto;
	margin-bottom:20px;
}

#clientesrelacionados li{
	width:235px;
	float:left;
	padding:15px 15px 15px 0px;
	border-bottom:0.15em dotted;
}
