/* LayerSlider Styles */


#capa_uno{
	width:1000px;
	height:480px;
	background:transparent url(../images/capa1.png) repeat;
	position:absolute;
	z-index:1;
}


#slider_bottom{
    width:1000px;
	height:115px;
	position:absolute;
	bottom:0;
	z-index:10;
	background:transparent url(../images/slider-bottom.png) no-repeat;
}

.ls-layer h2{
	font-size:30px;
	color:#fff;
	top:292px;
	left:32px;
	z-index:101;
	  font-family: 'LeagueGothicRegular',Arial,sans-serif;
    /*font-family: 'Shadows Into Light Two', cursive;*/
	text-shadow:1px 1px 1px #707070;
	text-transform:uppercase;
}

.ls-layer .slidetext{
	width:500px;
	top:327px;
	left:30px;
	z-index:101;
	font-size:19px;
	color:#fff;
	line-height:20px;
	font-family: 'MetrophobicRegular', Arial, sans-serif;
	text-shadow:1px 1px 1px #707070;
}


.ls-inner {
	position: relative;
}

.ls-inner,
.ls-layer {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-layer > * {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ls-layer .ls-bg {
	left: 50%;
	top: 50%;
}

.ls-nav-start, .ls-nav-stop{display:none !important;}

.ls-bottom-nav-wrapper a {
	outline: none;
}

.ls-nav-prev,
.ls-nav-next {
	outline: none;
}



/* WP plugin forceResponsive */

.ls-wp-forceresponsive-container {
	width: 100%;
	position: relative;
}

.ls-wp-forceresponsive-helper {
	position: absolute;
	margin-left: 50%;
}

#main {
	overflow: visible !important;	
}

#slider{
	width:1000px;
	height:480px;
	position:absolute;
	top:0;
	z-index:1;
}