#frame{
	background-image: url(/mobile/6fC4Yz3Y5zY_DX2560_DY2560_CX1920_CY1080.jpg);
	background-size: cover !important;
}

.slide-layer:after {
    background-image: url(/mobile/flotador.png);
    content: "";
    position: absolute;
    height: 100px;
    width: 34%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 5%;
    top: 2%;
}
body.prehome{
	background-image: url(/mobile/indexb.jpg);
    background-size: cover;
}
body.prehome .imgpron{
	background-image: url('/mobile/indeximg.png?i=5');
    width: 90%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position-x: center;

}
body.prehome .imgpron a{
display: block;
    width: 150px;
    height: 100px;
    position: absolute;
    right: calc(50% - 75px);
    background-image: url(/mobile/butsig.png);
    background-size: contain;
    background-repeat: no-repeat;

    bottom: 10%;
    }

    body.prehome .imgpron a:hover {
    background-image: url(/mobile/butsig2.png) !important;
}