@charset "utf-8";
/* CSS Document */


@media screen and (max-width:600px){ 

 .menu ul li {
	display: block;
}



.cuerpo {
	display:none;
	}

	.productosP{
	display: block;
}

.productosP img{
	height: auto;
	width: 90%;
}

.Recuadros img{
	height: auto;
	width: 90%;
}

.info{ width:80%}



}