
	
	.divProduto{	
		width:296px; float:left; margin:0px; padding:5px; 
	}
	
		.divProduto .texto{
			background:#F6F6F6; width:100%; margin-top:-7px; display:table; font-size:15px; color:#666;
		}
		
	.divProduto2{	
		width:240px; float:left; margin:0px; padding:5px; 
	}
	
		.divProduto2 .texto{
			background:#F6F6F6; width:100%; margin-top:-7px; display:table; font-size:12px; color:#666;
		}
		
		
	
	.produto_esquerda{
		width:185px;
		float:left;
		
	}
	
	.produto_direita{
		width:1000px;
		float:right;
		
	}
	



@media screen and (max-width: 1128px) {
	
	
	.produto_direita{
		width:80%;
		margin-top:20px;

	}
	
	.produto_esquerda{
		width:18%;
		float:left;
		margin-top:20px;
		
	}
	
	.divProduto{	
		width:32%;
	}
	
	.divProduto2{	
		width:32%;
	}
	


@media screen and (max-width: 900px) {
	
	
	
	.produto_direita{
		width:100%;

	}
	
	.produto_esquerda{
		display:none;
		
	}
	
	.divProduto{	
		width:48%;
	}
	
	.divProduto2{	
		width:48%;
	}
	
	.pesquisa{
		/*display:none;*/
		float:none;
	}
	
	

@media screen and (max-width: 718px) {
	
	
	.divProduto{	
		width:100%;
		padding:0px;
		margin:0px;
		margin-bottom:20px;
		height:auto;
	}
	
	.divProduto2{	
		width:100%;
		padding:0px;
		margin:0px;
		margin-bottom:20px;
		height:auto;
	}
	 
	}

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

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