/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

div.grupo-cli{
	float:left;
	margin-bottom:40px;
}

div.grupo-cli > h4{
	float:left;
	clear:both;
	display:block;
	width:200px;
	height:19px;
	padding-top:8px;
	background:url(../../images/site/clientes/titulo.png) 0 0 no-repeat;
	font-weight:bold;
	color:#fff;
	text-indent:10px;
	margin:0 0 0 5px;
	font-size:10px;
}

div.grupo-cli > ul{
	float:left;
	clear:both;
	background:#f9f8f8;
	border:2px solid #c1c0bf;
	width:780px;
	padding-bottom:29px;
	margin-left:5px;
}
div.grupo-cli > ul > li.titulo + li{
	clear:both;
}
div.grupo-cli > ul > li,
div.grupo-cli > ul > li > a{
	display:block;
	float:left;
	width:105px;
	height:75px;
}



div.grupo-cli > ul > li > a > img{
	border:0;
	width:165px;
	height:120px;
}

div.grupo-cli > ul > li {
	margin:29px 0 0 23px;
}

