#circulo-der img{
    cursor: pointer;
}
#circulo-izq img{
    cursor: pointer;
}

@media only screen and (min-width: 1000px) {

    #capa-logo-amarillo {
        position: absolute;
        width: 220px;
        float: left;
        z-index:100;
        top: 67px;
        text-align: center;
        font-family: 'MyriadWebProBold', Arial, Helvetica, sans-serif;
    }

    #capa-logo {
        position: absolute;
        left: 50%;
        width:362px;
        top: 68px;
        z-index:100;
        margin: 0 0 0 -184px;
    }

        #capa-logo-amarillo span {
            font-size: 24px;
            color: #224a97;
            width: 100%;
            margin: 10px 0 0 0;
            float: left;
            text-align: center;
        }

        #capa-logo-amarillo a {
            width: 100%;
            font-size: 11px;
            float: left;
            margin: 10px 0 0 0;
            text-align: center;
        }

    #circulo-der {
        position: absolute;
        top: 394px;
        right: 32px;
        cursor: pointer;
        z-index: 999;
    }

    #circulo-izq {
        position: absolute;
        top: 394px;
        left: 32px;
        cursor: pointer;
        z-index: 999;
    }

    #capa-medalla {
        width: 260px;
        float: left;
        font-size: 16px;
        position: absolute;
        top: 511px;
        margin: 0 0 0 725px;
        z-index:20;
    }

        #capa-medalla img {
            float: left;
            position: relative;
            z-index: 2;
        }

        #capa-medalla span {
            width: 150px;
            float: left;
            background: rgba(255,255,255,0.7);
            box-shadow: 0 0 5px #fff;
            padding: 15px;
            position: absolute;
            line-height: 20px;
            text-align: center;
            margin: 65px 0 0 -50px;
        }

    #capa-bolas {
        width: 100%;
        top: 580px;
        left: 0;
        position: absolute;
        background: url(../imagenes/fondo-bolas.png) bottom repeat-x;
        height: 150px;
        padding: 98px 0 0 0;
        margin:0;
        float: left;
        z-index:20;
    }

        #capa-bolas > div {
            width: 450px;
            margin: 0 auto;
        }

    #capa-taste, #capa-beauty, #capa-trust {
        width: 33.33%;
        z-index: 10;
        position: relative;
        float: left;
        text-align: center;
    }

    #imagen-taste, #imagen-beauty, #imagen-trust {
        transition-duration: 0.25s;
        -webkit-transition-duration: 0.25s;
    }

    #capa-taste:hover #imagen-taste {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #capa-beauty:hover #imagen-beauty {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #capa-trust:hover #imagen-trust {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #imagen-taste, #imagen-beauty, #imagen-trust {
        margin: 5px 0;
    }

    #texto-taste {
        font-size:39px;
        color:#224a97;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #texto-beauty {
        font-size:39px;
        color:#cf0c2b;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #texto-trust {
        font-size:39px;
        color:#95bf20;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #capa-imagen {
        width: 100%;
        height:750px;
        float: left;
    }

    #capa-imagen img {
        width:1000px;
        float:left;
        height:750px;
    }

    #capa_contenido {
        width: 100%;
        float: left;
    }

    #capa_mini{
        width: 100%;
        float: left;
        min-height: 250px;
        text-align: center;
        margin-top: 170px;
    }

    #capa-pie {
        color: #909090;
        width: 100%;
        z-index: 50;
        margin: 20px 0 0 0;
        float: left;
        font-size:12px;
        height: 105px;
        background: url(../imagenes/fondo-pie-bueno.png) top repeat-x;
    }

        #capa-pie > div {
            width: 1000px;
            margin: 0 auto;
        }

        #capa-pie div div {
            padding: 75px 15px 0 15px;
        }

        #capa-pie a {
            padding: 0 5px;
        }

            #capa-pie a:link {text-decoration: none; color: #909090;}
            #capa-pie a:visited {text-decoration: none; color: #909090;}
            #capa-pie a:hover {text-decoration: underline; color: #909090;}

    .imagen-organic {
        position: absolute;
        width: 170px;
        z-index: 50;
        left: 50%;
        top: 0;
        margin-top: 125px;
        margin-left: 280px;
    }

    .boton_imagen_comprar {
        position: absolute;
        width: 200px;
        z-index: 50;
        left: 50%;
        top: 0;
        margin-top: 255px;
        margin-left: 320px;
    }
}

@media only screen and (max-width: 999px) and (min-width: 800px) {

    #capa-logo {
        position: absolute;
        left: 50%;
        width:362px;
        top: 68px;
        z-index:100;
        margin: 0 0 0 -184px;
    }

    #capa-logo-amarillo {
        position: absolute;
        width: 220px;
        float: left;
        z-index:20;
        top: 150px;
        text-align: center;
        font-family: 'MyriadWebProBold', Arial, Helvetica, sans-serif;
    }

        #capa-logo-amarillo div {
            width:100%;
            float:left;
            background: rgba(255,255,255,0.7);
            box-shadow: 0 0 5px #fff;
            padding:10px;
        }

        #capa-logo-amarillo span {
            font-size: 24px;
            color: #224a97;
            width: 100%;
            margin: 10px 0 0 0;
            float: left;
            text-align: center;
        }

        #capa-logo-amarillo a {
            width: 100%;
            font-size: 11px;
            float: left;
            margin: 10px 0 0 0;
            text-align: center;
        }

    #circulo-der {
        position: absolute;
        top: 394px;
        display:none;
        right: 32px;
        cursor: pointer;
        z-index: 9999;
    }

    #circulo-izq {
        position: absolute;
        top: 394px;
        display:none;
        left: 32px;
        cursor: pointer;
        z-index: 9999;
    }

    #capa-medalla {
        width: 260px;
        float: left;
        font-size: 16px;
        position: absolute;
        top: 400px;
        z-index:20;
        right:30px;
    }

        #capa-medalla img {
            float: left;
            position: relative;
            z-index: 2;
        }

        #capa-medalla span {
            width: 150px;
            float: left;
            background: rgba(255,255,255,0.7);
            box-shadow: 0 0 5px #fff;
            padding: 15px;
            position: absolute;
            line-height: 20px;
            text-align: center;
            margin: 65px 0 0 -50px;
        }

    

    #capa-bolas {
        width: 100%;
        top: 470px;
        left: 0;
        z-index:25;
        position: absolute;
        background: url(../imagenes/fondo-bolas.png) bottom repeat-x;
        height: 150px;
        padding: 98px 0 0 0;
        float: left;
    }

        #capa-bolas > div {
            width: 450px;
            margin: 0 auto;
        }

    #capa-taste, #capa-beauty, #capa-trust {
        width: 33.33%;
        position: relative;
        float: left;
        text-align: center;
    }

    #imagen-taste, #imagen-beauty, #imagen-trust {
        transition-duration: 0.25s;
        -webkit-transition-duration: 0.25s;
    }

    #capa-taste:hover #imagen-taste {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #capa-beauty:hover #imagen-beauty {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #capa-trust:hover #imagen-trust {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #imagen-taste, #imagen-beauty, #imagen-trust {
        margin: 5px 0;
    }

    #texto-taste {
        font-size:39px;
        color:#224a97;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #texto-beauty {
        font-size:39px;
        color:#cf0c2b;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #texto-trust {
        font-size:39px;
        color:#95bf20;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #capa-imagen {
        width: 100%;
        float: left;
    }

    #capa-imagen img {
        width:100%;
        height:auto !important;
    }

    #capa_contenido {
        width: 100%;
        float: left;
    }

    #capa_mini{
        width: 100%;
        float: left;
        min-height: 250px;
        text-align: center;
        margin-top: 100px;
    }

   #capa-pie {
        color: #909090;
        width: 100%;
        z-index: 30;
        font-size:12px;
        float: left;
        background: url(../imagenes/fondo-pie-bueno.png) top repeat-x;
    }

        #capa-pie > div {
            width: 100%;
            float:left;
            padding-top:70px;
            margin-bottom:15px;
        }

        #capa-pie div div {
            width:100%;
            float:left;
            margin:5px 0;
            text-align:center;
        }

    
    .imagen-organic {
        position: absolute;
        width: 140px;
        z-index: 50;
        left: 50%;
        top: 0;
        margin-top: 125px;
        margin-left: 210px;
    }
    .boton_imagen_comprar {
        position: absolute;
        width: 170px;
        z-index: 50;
        left: 50%;
        top: 0;
        margin-top: 225px;
        margin-left: 230px;
    }
}

@media only screen and (max-width: 799px) and (min-width: 480px) {
    
    #capa-logo {
        position: absolute;
        left: 50%;
        width:362px;
        top: 68px;
        z-index:100;
        text-align:center;
        margin: 0 0 0 -184px;
    }

    #capa-logo img {
        width:300px;
    }

    #capa-logo-amarillo {
        position: absolute;
        width: 220px;
        float: left;
        z-index:20;
        display:none;
        top: 150px;
        text-align: center;
        font-family: 'MyriadWebProBold', Arial, Helvetica, sans-serif;
    }

        #capa-logo-amarillo div {
            width:100%;
            float:left;
            background: rgba(255,255,255,0.7);
            box-shadow: 0 0 5px #fff;
            padding:10px;
        }

        #capa-logo-amarillo span {
            font-size: 24px;
            color: #224a97;
            width: 100%;
            margin: 10px 0 0 0;
            float: left;
            text-align: center;
        }

        #capa-logo-amarillo a {
            width: 100%;
            font-size: 11px;
            float: left;
            margin: 10px 0 0 0;
            text-align: center;
        }

    #circulo-der {
        position: absolute;
        top: 394px;
        display:none;
        right: 32px;
        cursor: pointer;
        z-index: 99999;
    }

    #circulo-izq {
        position: absolute;
        top: 394px;
        display:none;
        left: 32px;
        cursor: pointer;
        z-index: 9999999;
    }

    #capa-medalla {
        width: 260px;
        float: left;
        font-size: 16px;
        position: absolute;
        top: 300px;
        z-index:20;
        right:10px;
    }

        #capa-medalla img {
            float: left;
            position: relative;
            z-index: 2;
        }

        #capa-medalla span {
            width: 150px;
            float: left;
            background: rgba(255,255,255,0.7);
            box-shadow: 0 0 5px #fff;
            padding: 15px;
            position: absolute;
            line-height: 20px;
            text-align: center;
            margin: 65px 0 0 -50px;
        }

    #capa-bolas {
        width: 100%;
        top: 380px;
        left: 0;
        z-index:25;
        position: absolute;
        background: url(../imagenes/fondo-bolas.png) bottom repeat-x;
        height: 150px;
        padding: 98px 0 0 0;
        float: left;
    }

        #capa-bolas > div {
            width: 450px;
            margin: 0 auto;
        }

    #capa-taste, #capa-beauty, #capa-trust {
        width: 33.33%;
        position: relative;
        float: left;
        text-align: center;
    }

    #imagen-taste, #imagen-beauty, #imagen-trust {
        transition-duration: 0.25s;
        -webkit-transition-duration: 0.25s;
    }

    #capa-taste:hover #imagen-taste {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #capa-beauty:hover #imagen-beauty {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #capa-trust:hover #imagen-trust {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #imagen-taste, #imagen-beauty, #imagen-trust {
        margin: 5px 0;
    }

    #texto-taste {
        font-size:39px;
        color:#224a97;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #texto-beauty {
        font-size:39px;
        color:#cf0c2b;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #texto-trust {
        font-size:39px;
        color:#95bf20;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #capa-imagen {
        width: 100%;
        float: left;
    }

    #capa-imagen img {
        width:100%;
        height:auto !important;
    }

    #capa_contenido {
        width: 100%;
        float: left;
    }

    #capa_mini{
        width: 100%;
        float: left;
        min-height: 250px;
        text-align: center;
        margin-top: 160px;
    }


    #capa_mini img{
        width: 80%;
    }

   #capa-pie {
        color: #909090;
        width: 100%;
        z-index: 30;
        font-size:12px;
        float: left;
        background: url(../imagenes/fondo-pie-bueno.png) top repeat-x;
    }

        #capa-pie > div {
            width: 100%;
            float:left;
            padding-top:70px;
            margin-bottom:15px;
        }

        #capa-pie div div {
            width:100%;
            float:left;
            margin:5px 0;
            text-align:center;
        }



    .imagen-organic {
        position: absolute;
        width: 150px;
        z-index: 50;
        left: 50%;
        top: 0;
        margin-top: 180px;
        margin-left: -280px;
    }
    .boton_imagen_comprar {
        position: absolute;
        width: 160px;
        z-index: 50;
        left: 50%;
        top: 0;
        margin-top: 305px;
        margin-left: -280px;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    #capa-logo {
        position: absolute;
        left: 50%;
        width:100%;
        top: 90px;
        z-index:100;
        text-align:center;
        margin: 0 0 0 -50%;
    }

    #capa-logo img {
        width:70%;
        max-width:300px;
    }

    #capa-logo-amarillo {
        position: absolute;
        width: 220px;
        float: left;
        z-index:20;
        display:none;
        top: 150px;
        text-align: center;
        font-family: 'MyriadWebProBold', Arial, Helvetica, sans-serif;
    }

        #capa-logo-amarillo div {
            width:100%;
            float:left;
            background: rgba(255,255,255,0.7);
            box-shadow: 0 0 5px #fff;
            padding:10px;
        }

        #capa-logo-amarillo span {
            font-size: 24px;
            color: #224a97;
            width: 100%;
            margin: 10px 0 0 0;
            float: left;
            text-align: center;
        }

        #capa-logo-amarillo a {
            width: 100%;
            font-size: 11px;
            float: left;
            margin: 10px 0 0 0;
            text-align: center;
        }

    #circulo-der {
        position: absolute;
        top: 394px;
        display:none;
        right: 32px;
        cursor: pointer;
        z-index: 999;
    }

    #circulo-izq {
        position: absolute;
        top: 394px;
        display:none;
        left: 32px;
        cursor: pointer;
        z-index: 999;
    }

    #capa-medalla {
        width: 260px;
        float: left;
        font-size: 16px;
        position: absolute;
        top: 300px;
        z-index:20;
        right:10px;
        display:none;
    }

        #capa-medalla img {
            float: left;
            position: relative;
            z-index: 2;
        }

        #capa-medalla span {
            width: 150px;
            float: left;
            background: rgba(255,255,255,0.7);
            box-shadow: 0 0 5px #fff;
            padding: 15px;
            position: absolute;
            line-height: 20px;
            text-align: center;
            margin: 65px 0 0 -50px;
        }
    
    

    #capa-bolas {
        width: 100%;
        top: 380px;
        left: 0;
        z-index:25;
        position: absolute;
        height: 150px;
        float: left;
        display:none;
    }

    #linea-puntos-bolas {
        display:none;
    }

        #capa-bolas > div {
            width: 450px;
            margin: 0 auto;
        }

    #capa-taste, #capa-beauty, #capa-trust {
        width: 33.33%;
        position: relative;
        float: left;
        text-align: center;
    }

    #imagen-taste, #imagen-beauty, #imagen-trust {
        transition-duration: 0.25s;
        -webkit-transition-duration: 0.25s;
    }

    #capa-taste:hover #imagen-taste {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #capa-beauty:hover #imagen-beauty {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #capa-trust:hover #imagen-trust {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    #imagen-taste, #imagen-beauty, #imagen-trust {
        margin: 5px 0;
    }

    #texto-taste {
        font-size:39px;
        color:#224a97;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #texto-beauty {
        font-size:39px;
        color:#cf0c2b;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #texto-trust {
        font-size:39px;
        color:#95bf20;
        font-family: 'SignPainter', Arial, Helvetica, sans-serif;
    }

    #capa-imagen {
        width: 100%;
        float: left;
    }

    #capa-imagen img {
        width:100%;
        height:auto !important;
    }

    #capa_contenido {
        width: 100%;
        float: left;
    }


    #capa_mini{
        width: 100%;
        float: left;
        min-height: 180px;
        text-align: center;
        margin-top: 70px;
    }

    #capa_mini img{
        width: 90%;
    }

   #capa-pie {
        color: #909090;
        width: 100%;
        position: inherit;
        z-index: 30;
        font-size: 12px;
        float: left;
        background: url(../imagenes/fondo-pie-bueno.png) top repeat-x;
    }

        #capa-pie > div {
            width: 100%;
            float:left;
            padding-top:70px;
            margin-bottom:15px;
        }

        #capa-pie div div {
            width:100%;
            float:left;
            margin:5px 0;
            text-align:center;
        }
        .imagen-organic {
            position: absolute;
            z-index: 30;
            right: 5%;
            width:120px;
            top: 0;
            margin-top: 280px;
            margin-left: 170px;
        }
        .boton_imagen_comprar {
        display: none;
    }
}