.servicio{
	display: block;
	float: left;
	width: 328px;
	height: 156px;
	background: no-repeat center center;
	background-size: cover;
	margin: 20px 26px 32px;
}
	.servicio .txt{
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 5px 0;
		background: #ec4000;
		background: rgba(236,64,0,0.8);
		color: #ffffff;
		text-transform: uppercase;
	}
.clientes{
	width: 100%;
}
.imgs{
	float: left;
	width: 30%;
}
	.imgs img{
		width: 100%;
	}
ul{
	text-align: left;
	float: left;
	margin-left: 5%;
	width: 45%;
}
/*	li{
	list-style: none;
		background: #ec4000;
		padding: 4px 10px;
		color: #ffffff;
		margin-bottom: 6px;
	}*/

/*		PANTALLAS PEQUEÑAS Y TABLETAS		*/
@media screen and (max-width: 1000px){
	.servicio{
		width: 46%;
		margin: 20px 2% 32px;
	}
}

/*		DISPOSITIVOS MÓVILES		*/
@media screen and (max-width: 700px){
	.servicio{
		width: 100%;
		margin: 0px 0 25px;
	}
}