.cf_clientes{
    width: 600px;
}
.clientes{
    padding: 10px;
    text-align: center;
}
DIV.cliente{
    font-size: .85em;
	width: 170px;
	height: 200px;
	margin: 0px 10px 10px 0px;
	background-color: #f5f5f5;
	border: solid 1px #d6d6d6;
	vertical-align: text-bottom;
}
DIV.cliente DIV.data{
    position: absolute;
    bottom: 0px;
    text-align: left;
}
DIV.cliente DIV.data SPAN.label{
    text-decoration: underline;
}
DIV.cliente DIV.data SPAN.name{
    font-weight: bold;
    color: #666666;
}
