@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100);

html, body{
	width: 100%;
	max-width: 375px;
    font-family: 'Roboto', sans-serif;
	margin: 0 auto;
	padding: 0px;
}

body{
    background-size: cover;
    background-position: 50%;
}

.fLeft{
	float: left;
	margin-top: 15px;
    margin-left: 3px;
    width: 41%;
}

.fLeft img{
    width: 100%;
}

.fRight{
	float: right;
    width: 46%;
}

.width100{
    width: 100%;
}

.width95{
    width: 95%;
}

.width48{
    width: 48%;
}

.width{
	width: 50%;
}

.loQuiero{
	display: flex;
	display: -webkt-flex;
    justify-content: space-around;
    -webkt-justify-content: space-around;
    width: 100%;
    padding-left: 11px;
}

.loQuiero img{
    width: 90%;
}

section{
	margin: 10px;
}

.height225{
    min-height: 225px;
}

.imagenesGrandes{
	position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
}

.imagenMejorAPP{
    position: absolute;
    left: 303px;
    top: 502px;
    z-index: 9;
    transform: scale(2.4);
}

.quitarDec{
    text-decoration: none;
}

.rodillosGif{
    position: absolute;
    top: -243px;
    margin-left: -244px;
    transform: scale(0.4);
}

.rodillos{
    position: absolute;
    left: 133px;
    top: 73px;
    z-index: -1;
}

.imagenTBotones{
	margin-top: -50px;
    width: 100%;
}

.centradoH{
	display: flex;
	display: -webkt-flex;
    justify-content: center;
    -webkt-justify-content: center;
}

.left46{
	width: 46%;
    float: left;
}

.topM50{
	top: -50px;
}

.sprite {
    background-repeat: no-repeat;
}

.sprite-18 {
    width: 12px;
    height: 12px;
    background-position: -180px 0px;
}

.sprite-electron {
    width: 21px;
    height: 12px;
    background-position: -9px 0px;
}

.sprite-essa {
    width: 35px;
    height: 12px;
    background-position: -289px 0px;
}

.centradoH img{
    width: 100%;
}

.sprite-juego_seguro {
    width: 76px;
    height: 12px;
    background-position: -210px 0px;
}

.sprite-jugarbien {
    width: 37px;
    height: 12px;
    background-position: -328px 0px;
}

.sprite-mastercard {
    width: 23px;
    height: 12px;
    background-position: -55px 0px;
}

.sprite-neteller {
    width: 32px;
    height: 12px;
    background-position: -111px 0px;
}

.sprite-paypal {
    width: 27px;
    height: 17px;
    background-position: -81px 5px;
}

.sprite-rgiaj {
    width: 13px;
    height: 12px;
    background-position: -195px 0px;
}

.sprite-skrill {
    width: 27px;
    height: 12px;
    background-position: -146px 0px;
}

.sprite-visa {
    width: 21px;
    height: 12px;
    background-position: -32px 0px;
}

footer{
    margin-top: -30px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.6em;
    font-weight: 300;
    float: left;
}

footer .links{
	line-height: 30px;
}

footer .links img{
	height: 26px;
}

footer .logos{
    margin: 10px 0;
    text-align: center;
}

footer .logos div {
    display: inline-block;
    text-indent: -999999999px;
}

footer .links a{
      text-decoration: none;
}

.textoFooter{
    margin-left: 21px;
    font-size: 7pt;
    margin-right: 21px;
}

.textoBold{
    color: white;
    font-weight: bold;
    font-size: 8pt;
}

@media (max-width: 360px) {
    .rodillosGif{
        margin-left: -253px;
        transform: scale(0.36);
    }

    .imagenTBotones {
        margin-top: -70px;
        width: 100%;
    }
}

@media (max-width: 320px){
    .rodillosGif {
        margin-left: -271px;
    }
}