@charset "utf-8";
/* CSS Document */
.clientes{
	float:left;
	margin-top:20px;
	margin-left:95px;
	}
.clientes ul li{
	width:164px;
	height:220px;
	margin-right:30px;
	}
.triangulo{
	float:left;
	position:relative;
	width:164px;
	height:154px;
	float:left;
	position:relative;
	}
.texto{
	float:left;
	position:relative;
	width:164px;
	text-align:center;
	font-family:"Open Sans";
	font-size:15px;
	color:#FFF;
	margin-top:8px;
	}
.prev{
	background:url(../img/equipo/prev.png) no-repeat;
	width:37px;
	height:56px;
	position:absolute;
	top:110px;
	left:50px;
	cursor:pointer;
	z-index:100;
	}
.prev:hover{
	background-image:url(../img/equipo/prev-h.png);
	}
.next{
	background:url(../img/equipo/next.png) no-repeat;
	width:37px;
	cursor:pointer;
	height:56px;
	position:absolute;
	top:110px;
	right:75px;
	z-index:100;
	}
.next:hover{
	background-image:url(../img/equipo/next-h.png);
	}