@charset "utf-8";
/* CSS Document */
.carrusel{
	margin-top:50px;
	margin-bottom:50px;
	margin-left:15px;
	width:465px;
	float:left;
	position:relative;
	}
.carrusel ul li{
	float:left;
	width:435px;
	height:411px;
	margin-right:30px;
	}
.foto{
	float:left;
	position:relative;
	width:435px;
	}
.texto{
	float:left;
	position:relative;
	margin-left:20px;
	margin-top:140px;
	width:445px;
	}
.texto h2{
	border-bottom:solid 1px #fff;
	color:#cea43c;
	font-family:"Decker";
	font-size:18px;
	padding-bottom:8px;
	}
.texto p{
	color:#cea43c;
	font-family:"Decker";
	font-size:18px;
	text-align:justify;
	margin-top:20px;
	margin-bottom:30px;
	}
.prev{
	width:34px;
	height:55px;
	background:url(../img/clientes/arrows.png) no-repeat left;
	position:absolute;
	top:0px;
	z-index:100;
	right:120px;
	}
.next{
	width:34px;
	height:55px;
	background:url(../img/clientes/arrows.png) no-repeat right;
	position:absolute;
	top:0px;
	z-index:100;
	right:30px;
	}

.carrusel2{
	margin-bottom:50px;
}