.cliente 
{
	clear:both;
	width: 680px;
	height: 85px;
	border-bottom: 1px solid #EEE;
	padding: 5px;
	
}

.logo
{
	width: 185px;
	float:left;
}

.c-name
{
	font-weight: bold;
	color: #FF8500;
}

.descripcion
{
	float:left;
	height: 100px;
	width:495px;
}

