@charset "utf-8";
#clientes {
	float: left;
	width: 266px;
	background-image: url(../images/portafolio/topgris.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E7E7E7;
}
#clientes ul {
	background-image: url(../images/portafolio/bottomgris.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 0px;
	padding-bottom: 18px;
	padding-top: 5px;
}
#clientes ul li {
	margin-bottom: 5px;
}
#clientes ul li a {
	font-weight: normal;

}

#tumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#tumbs ul {
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#tumbs ul li {
	height: 149px;
	margin-bottom: 10px;
}
#tumbs ul li ul {
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#tumbs ul li ul li {
	float: left;
	width: 160px;
	padding-right: 10px;
	position: relative;
}
#tumbs ul li ul li span {
	position: absolute;
	top: 129px;
	right: 33px;
}
