@charset "utf-8";
/* CSS Document */
.carousel {
	width:940px;
	float:left;
	position:relative;
	margin-left:40px;
	}
.carousel ul li {
	width:940px;
	height:400px;
	}
.prev {
	position:absolute;
	z-index:10;
	right:75px;
	background-position:left;
	text-decoration:none;
	background-image:url(../img/prev.png);
	width:35px;
	height:35px;
	top:30px;
	}
.prev:hover {
	background-image:url(../img/prev-h.png);
	}
.next {
	position:absolute;
	background-image:url(../img/next.png);
	background-repeat:no-repeat;
	right:35px;
	z-index:10;
	text-decoration:none;
	color:#000;
	width:35px;
	height:35px;
	top:30px;
	}
.next:hover {
	background-image:url(../img/next-h.png);
	}
.foto{
	float:left;
	position:relative;
	width:421px;
	height:359px;
	}
.foto p{
	font-family:"Gudea";
	font-size:13px;
	line-height:17px;
	margin-bottom:10px;
	}
.incluye{
	width:460px;
	float:left;
	margin-left:40px;
	border-bottom:solid 1px #000000;
	padding-bottom:10px;
	}
.incluye p{
	font-family: 'chaletmedium';
	font-size:17px;
	float:right;
	position:relative;
	margin-top:45px;
	}
.titulo{
	width:460px;
	float:left;
	border-bottom:solid 1px #000000;
	margin-top:20px;
	margin-left:40px;
	padding-bottom:10px;
	}
.titulo h2{
	font-family: 'chaletmedium';
	font-size:23px;
	float:left;
	margin-top:10px;
	position:relative;
	}
.titulo p{
	position:relative;
	float:right;
	padding:10px;
	padding-right:25px;
	color:#FFF;
	font-family:"Gudea";
	font-size:14px;
	text-transform:uppercase;
	background:#1b3452 url(../img/personas.png) no-repeat 130px 5px;
	}
.descripcion{
	width:440px;
	margin-top:25px;
	float:left;
	margin-left:40px;
	}
.descripcion p{
	color:#746e5b;
	font-family:"Canadian";
	font-size:14px;
	line-height:17px;
	}
.precio{
	position:absolute;
	width:190px;
	text-align:center;
	padding-top:20px;
	top:240px;
	padding-bottom:20px;
	color:#FFF;
	z-index:100;
	background-image:url(../img/precio.png);
	}
.precio p{
	font-family: 'chaletmedium';
	font-size:16px;
	line-height:23px;
	}
.valor{
	font-family:"Gudea Bold";
	font-size:24px;
	}
.ico{
	width:57px;
	float:left;
	position:relative;
	text-align:center;
	margin-right:5px;
	}
.ico p{
	font-family:"Gudea";
	text-transform:uppercase;
	font-size:7px;
	color:#3a3a3a;
	margin-top:5px;
	text-align:center;
	width:100%;
	}