/*

 Shima Soluções em Tecnologia
 --
 Serviços //
 Author: Wander Lima
 Website: wanderlima.com
 Date: 20/11/09
 Updated: 

*/

.servico{
 float:left;
 clear:left;
 width:100%;
 margin:20px 0 0;
}
.servico .img{
 float:left;
 width:272px;
 margin:0 10px 0 0;
 padding:0 0 24px;
 background:url('../imgs/bg_cliente.png') no-repeat bottom;
}
.servico img{
 float:right;
 border:solid 1px #CAEEEA ;
}
h4{
 margin:0 0 10px;
 font-weight:bolder;
}
.servico p{
 float:right;
 width:640px;
}
.servico .desc{
 float:right;
 width:642px;
 height:48px;
 overflow:hidden;
 margin:0 0 16px;
}
.servico .link{
 float:left;
}
.servico .hide{
 float:right;
 padding:10px;
 width:620px;
 display:none;
 border:solid 1px #C4BE7B;
 background:#FFC;
}
.servico .hide p{
 width:620px;
}
.maisServico{
 cursor:pointer;
}
