@import url(http://fonts.googleapis.com/css?family=Roboto:500,700,400);

body{
	background-image: url("../img/fondo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
main{
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.piso, .montanas_lejos{
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}
.piso{
	height: 143px;
	background-color: #cc6f21;
	background-image: url("../img/piso.png");
	bottom: 0;
	z-index: 10;
}
.montanas_lejos{
	height: 22px;
	background-image: url("../img/montanas_lejos.png");
	bottom: 143px;
	z-index: 15;
}
.mont_izq, .mont_der{
	height: 116px;
	position: absolute;
	bottom: 106px;
	z-index: 20;
}
.mont_izq{
	width: 365px;
	left: 0;
}
.mont_der{
	width: 505px;
	right: 0;
}

.cactus_izq, .cactus_der{
	height: 461px;
	position: absolute;
	bottom: -60px;
	z-index: 25;
}
.cactus_izq{
	width: 288px;
	left: 85px;
	bottom: -60px;
}
.cactus_der{
	width: 95%;
	right: 0;
}
.cactus_der img{
	position:absolute;
	right:0;
}
.cactus_fijo{
	width: 79px;
	height: 98px;
	background-image: url("../img/cactus_fijo.png");
	position: absolute;
	left: 35%;
	bottom: 65px;
	z-index: 25;
}

.texto{
	margin: 0 auto 0 -153px;
	position: absolute;
	left: 50%;
	z-index: 30;
}
.texto h1{
	font: 500 180px 'Roboto', sans-serif;
	color: #FFF;
	margin: 50px 0 0 0;
	text-shadow:5px 5px 20px rgba(0,0,0,0.2);
}
.texto h2{
	margin: -15px 0 0 0;
	font: 500 60px 'Roboto', sans-serif;
	color: #4a494a;
}
.texto h3{
	font: 700 20px 'Roboto', sans-serif;
	color: #4a494a;
	margin: 0;
}
.texto h3 span{
	display: block;
}
a.btn_con_estilo {
	display: table;
	background-color: #df982d;
	font: 400 25px 'Roboto', sans-serif;
	color: #FFF;
	padding: 12px 115px;
	margin: 30px 0 10px 0;
	text-decoration: none;
	border-radius: 5px;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #b14018;
	outline: none;
}
a.btn_con_estilo:hover{
	box-shadow:0px 3px 0px #c26940;	
}
a.btn_con_estilo:active{
	background-color: #d68e20;
}

.powered{
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 30;
}
.powered p{
	margin: 0 0 5px 0;
	font: 400 13px 'Roboto', sans-serif;
	color: #FFF;
}
.powered p figure{
	display: block;
}