/*

 Shima Soluções em Tecnologia
 --
 Clientes //
 Author: Wander Lima
 Website: wanderlima.com
 Date: 20/11/09
 Updated: 

*/

.cliente{
 float:left;
 margin:20px 0 0;
}
.cliente .img{
 float:left;
 width:272px;
 margin:0 10px 0 0;
 padding:0 0 24px;
 background:url('../imgs/bg_cliente.png') no-repeat bottom;
}
.cliente img{
 float:right;
 border:solid 1px #CAEEEA ;
}
h4{
 margin:0 0 10px;
 font-weight:bolder;
}
.desc{
 height:83px;
 overflow:hidden;
 margin:0 0 2px;
}
.link{
 float:left;
}
