@charset "utf-8";
#iview{
	display: block;
	max-width: none;
	min-width: 18.75em;
	position: relative;
	margin: 0em auto;
	overflow: hidden;
}
#iview .iviewSlider{
	display: block;
	width: 87.5em;
	height: 35.87em;
	overflow: hidden;
}
#iview div.iview-directionNav{
	position: absolute;
	top: 47%;
	left: 0em;
	z-index: 9;
	width: 100%;
}
#iview div.iview-directionNav a{
	display: block;
	cursor: pointer;
	position: absolute;
	color: #ffffff;
	font-family: 'mc' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-shadow: .1em .1em .1em #242424;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 1.5em;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}
#iview div.iview-directionNav a.iview-nextNav:before{
	content: "\e905";
}
#iview div.iview-directionNav a.iview-nextNav{
	right: -1.69em;
}
#iview div.iview-directionNav a.iview-prevNav:before{
	content: "\e904";
}
#iview div.iview-directionNav a.iview-prevNav{
	left: -1.69em;
}
#iview.iview-hover div.iview-directionNav a.iview-nextNav{
	right: .5em;
}
#iview.iview-hover div.iview-directionNav a.iview-prevNav{
	left: .5em;
}
#iview .iview-controlNav {
	position: absolute;
	bottom: 0.63em;
	right: 0.94em;
}
#iview .iview-controlNav a {
	text-indent: -624em;
}
#iview .iview-controlNav a.iview-control {
	padding: 0;
	float: left;
	width: .7em;
	height: .7em;
	border-radius: 2em;
	background-color: #ffffff;
	line-height: 0em;
	margin-right: .44em;
	box-shadow: inset .1em .1em .1em #646464;
}
#iview .iview-controlNav a.iview-control.active {
	background-color: #b7c255;
}
.iview-caption {
	
}
.iview-caption.caption1{
	background-color: rgba(67,70,56,.6);
	width: 94%;
	padding: 1.4em 3%;
	bottom: 0;
}
.iview-caption.caption1 p{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	font-weight: 100;
}
.iview-caption.caption1 p .tit{
	font-size: 1.76em;
	font-weight: bold;
	margin: 0 .4em 0 0;
}
#iview-preloader {
	border: #666 0.1em solid;
	width: 9.38em;
}
#iview-preloader div {
	background: #666;
}
#iview-timer {
	border-radius: 0.63em;
}
#iview-timer div {
	border-radius: 0.63em;
}
.enlace{
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 99999;
}