.slider-wrapper {
	width:929px;
	height:436px;
	padding:24px 0 0 31px;
	background:url(../img/slider-bg.png) center top no-repeat;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.slider {
	width:897px;
	height:394px;
}

.items {
	display:none;
}

.pagination {
	position:absolute;
	right:17px;
	top:15px;
	z-index:99;
}
.pagination li {
	float:left;
	padding-left:6px;
}
	.pagination li a {
		display:block;
		padding:3px;
		text-indent:-5000px;
		background:url(../img/pagination-a.png) 0 0 no-repeat;
		cursor:pointer;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.pagination li.current a,
	.pagination li a:hover {background:#fff;}
		.pagination li a span {
			display:block;
			width:15px;
			height:15px;
			text-indent:-5000px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
	.pagination li.current a {cursor:default;}
		.pagination li a:hover span,
		.pagination li.current a span {background:#ba1908;}
	
.banner {
	width:278px;
	height:394px;
	position:absolute;
	right:0;
	top:0;
	z-index:9 !important;
	background:url(../img/banner-tail.png) 0 0 repeat;
	overflow:hidden;
}
.banner .padding {padding:103px 12px 0 30px;}
.banner .button {position:absolute; left:73px; bottom:39px;}
.banner a { text-decoration:none; }

.banner2 {
	width:897px;
	height:394px;
	position:absolute;
	right:0;
	top:0;
	z-index:9 !important;
	background:url(../img/banner-tail.png) 0 0 repeat;
	overflow:hidden;
}
.banner2 .padding {padding:63px 30px 0 30px;}
.banner2 .button {position:absolute; left:73px; bottom:39px;}

.centrado {
	text-align:center}
.diestra {
	text-align:right}

.text-1 {
	display:inline-block;
	font-size:30px;
	line-height:1em;
	color:#fff;
	text-transform:uppercase;
	
}
	.text-1 strong {display:inline-block; margin-top:-13px;}
	.text-1 .b1 {font-size:36px;}
	
.text-11 {
	display:inline-block;
	font-size:36px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	
}
	.text-11 strong {display:inline-block; margin-top:-13px;}
	.text-11 .b1 {font-size:30px;}
	
.text-2 {
	display:block;
	font-size:24px;
	line-height:1.2em;
	color:#fff;
	margin-top:8px
}
	.text-2 a {text-decoration:none; color:#fff;}
	.text-2 a:hover {text-decoration:none; color:#f00;}

.text-22 {
	display:block;
	font-size:18px;
	line-height:1.5em;
	color:#fff;
}
.text-23 {
	display:block;
	font-size:18px;
	line-height:1.5em;
	margin-top:8px
}
	.text-23 a {text-decoration:none; }
	.text-23 a:hover {text-decoration:none; color:#fff;}