body,html {
	/*position: relative;
	height: 100%;*/
}
body {
	/*font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background: #fff;
	color: #333;*/
}
.swiper-content {
/*	position: absolute;*/
	/*left: 0;
	top: 0;*/
	width: 100%;
	/*height: 100%;*/
	/*background: #fff;*/
	/*margin-top:4em;*/
	padding-top:4.5em;
	background:#232328;
}
.swiper-content .inner {
	/*padding: 20px;*/
	position: relative;
}
.swiper-content .inner img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}
/*.swiper-content h1 {
	margin: 0 0 15px;
	font-size: 25px;
}
.swiper-content .movie-pic {
	float: left;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #000;
	width: 110px;
	height: auto;
}
.swiper-content .movie-text {
	margin-left: 120px;
}*/

/*botonera slide*/
.swiper-nav {
	/*height: 95px;*/
	/*position: absolute;
	left: 0;
	bottom: 0;*/
	width: 100%;
	/*background: #ddd;*/
	background: #35353C;
/*	background: red;*/
	cursor: pointer;
	height: 148px;
	overflow: hidden;
	/*box-shadow: 0px 1px 3px rgba(0,0,0,0.5) inset;*/
}
.swiper-nav .swiper-slide {
	width: 33.33%;
}
.swiper-nav .swiper-slide, .swiper-nav .angle {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.swiper-nav .angle {
	/*width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: -1px;
	opacity: 0;*/
}
.swiper-nav .active-nav {
	background: #232328;
}
.swiper-nav .active-nav .angle {
	opacity: 1;
}
.swiper-nav .swiper-wrapper {
	margin: 0 auto;
	height: auto;
}
.swiper-nav img {
	width: 100px;
	height: 100px;
	display: inline-table;
	vertical-align: middle;
	margin: 1.5em;
}
.swiper-nav .title {
	display: inline-table;
	vertical-align: middle;
}

.swiper-nav .title h2, h3{
	color: white;
	font-family: 'latolight';
	margin: 0;
	padding: 0;
}

.swiper-nav .title h2{
	font-size: 1.75em;
}

.swiper-nav .title h3{
	font-size: 0.9em;
}
