@media (max-width: 1100px){

	.content {
	    width: 96%;
	    margin: auto;
	    position: relative;
	}
	
	.logo{
		top: 50px;
	}
	
	.muneca{
		right: 10%;
	}
	
}


@media (max-width: 640px){
	
	.responsive{
		display: inline-block !important;
	}
	
	.noresponsive{
		display: none;
	}
	
	.menu-responsive{
		position: fixed;
		top: 0;
		z-index: 20000;
		width: 100%;
	}
	
	.site-content{
		width: 100%;
		/*padding-top: 44px;*/
	}
	
	.content{
		width: 100%;
	}
	
	.bloquemusica img{
		display: inline-block;
	}
	
	.columna1{
		width: 100%;
		margin: 0;
	}
	
	.boton a{
		background: url(./img/mas.png) no-repeat;
		background-position: 170px 20px;
	}
	
	.boton-descargable a{
		background: none;
	}
	
	.boton-descargable a:hover{
		background: url(./img/descargar.png) no-repeat;
		background-position: 50% 100%;
	}
	
	.slider-pagina .texto{
		width: 90%;
		margin: 5%;
	}
	
	.slider_home{
		/*margin-top: 44px;*/
	}
	
	.content-test{
		height: auto;
	}
	
	.test{
		margin-top: 50px;
	}
	
	.columna1-producto{
		width: 100%;
	}
	
	.columna2-producto{
		display: none;
	}
	
	.columna2b-producto{
		margin-top: 20px;
	}
	
	.imagen-producto{
		width: 17%;
		display: inline-block;
		height: auto;
	}
	
	
	.imagen-producto img{
		width: 100%;
	}
	
	.bloqueconsejos .texto{
		width: 96%;
		margin: 2%;
	}
	
	.logo-ficha img{
		width: 80%;
		margin: auto;
	}
	
	.ficha .content{
		width: 96%;
		margin: 2%;
	}
	
	
	.contacto .columna1{
		width:100%;
		margin: auto;
	}
	
	.contacto .columna2{
		width:100%;
		margin: auto;
	}
	
	.botones{
		padding-top: 0px;
	}
	
	.bloquemusica{
		padding-top: 0px;
	}
	
	.separador {
    font-size: 25px;
    text-align: left;
    width: 90%;
    margin: auto;
    }
    
    h2{
	    font-size: 27px;
    }
    
    .menu-pie{
	    margin-top: 20px;
	    margin-bottom: 20px;
	    text-align: center;
	    width: 100%;
    }
    
    .menu-pie a{
	    font-size: 16px;
	    color: #fff;
	    display: inline-block;
	    border-right: 1px solid #fff;
	    padding: 0 10px;
	    font-weight: bold;
    }
    
    .lightbox {
	    border-radius: 30px;
	    padding: 10px;
	    width: 95%;
	    height: auto;
	    position: absolute;
	    top: 80px;
	    margin-left: -47%;
	    left: 50%;
	    background: #fddcda;
	    text-align: center;
	}
	
	.cerrar{
		right: 10px;
	}
			
}