@charset "utf-8";
/* CSS Document */
.carousel {
	width:1017px;
	float:left;
	position:relative;
	}
.carousel ul li {
	width:1017px;
	height:410px;
	}
.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:615px;
	height:405px;
	}
.texto{
	float:left;
	position:relative;
	width:342px;
	height:365px;
	padding-left:30px;
	padding-right:30px;
	background-color:#efebdc;
	padding-top:20px;
	padding-bottom:20px;
	}
.texto h2{
	color:#1b3350;
	font-size:29px;
	font-family: 'chaletmedium';
	font-weight:normal;
	}
.texto h3{
	color:#1b3350;
	font-size:25px;
	font-family: 'chaletmedium';
	font-weight:normal;
	}
.texto p{
	font-size:14px;
	font-family:"Canadian";
	color:#746e5b;
	margin-top:30px;
	line-height:17px;
	}