body {
    width: 100%;
    height: 100vh;
    background: #b98d2d;
}
.EndError {
    display: none;
}
#footer_px {
    display: none;
}

.wraper_top {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 150px;
    background: url(../images/top_web.png) no-repeat top center;
    text-align: center;
    z-index: 999;
}
.wraper_top .logo {
    width: 267px;
    position: relative;
    padding-top: 25px;
    margin: 0px auto;
}
.wraper_top .logo img{
	width: 100%;
}

.imagen_left {
    position: absolute;
    left: 10px;
    width: calc(50% + 110px);
    background: url(http://www.hotelesrusticosjardines.com/cliente/JardinesRusticos/images/bg_left.png) no-repeat top right;
    height: calc(100vh - 100px);
    top: 50px;
    background-size: contain;
    z-index: 10;
}
.imagen_right {
    position: absolute;
    width: calc(50% + 110px);
    background: url(../images/bg_right.png) no-repeat top left;
    height: calc(100vh - 100px);
    top: 50px;
    background-size: contain;
    z-index: 5;
    right: 10px;
}

.imagen_left:hover{
	webkit-filter: grayscale(30%);
    filter: grayscale(30%);
	}
.imagen_right:hover{
	webkit-filter: grayscale(30%);
    filter: grayscale(30%);
	}
.bordeabajo {
    position: fixed;
    width: 100%;
    background: url(http://www.hotelesrusticosjardines.com/cliente/JardinesRusticos/images/img_bottom.png) no-repeat bottom center;
    height: 135px;
    bottom: 10px;
	z-index: 999;
}

.logouyuni {
    position: absolute;
    z-index: 15;
    left: 50%;
    margin-left: -165px;
    top: 15%;
}
.logomalku {
    position: absolute;
    z-index: 15;
    left: 50%;
    margin-left: -10px;
    top: 23%;
}