/*imagem a direita*/
@media only screen and (min-width: 0px) and (max-width: 850px) {
	.module-rightimg .title .title_content,
	.module-rightimg .module_content .middle{
		width: 100% !important;
		margin-left: 0 !important;	
	}
	
	.module-rightimg table.rightimg{
		float:left;
		width: 100%;
	}
	.module-rightimg table.rightimg img{
		position: relative;
		width: 100%;
		top: 0;
	}
}

/*imagem a esquerda*/
@media only screen and (min-width: 0px) and (max-width: 850px) {
	.module-leftimg .title .title_content,
	.module-leftimg .module_content .middle{
		width: 100% !important;
		margin-left: 0 !important;	
	}
	
	.module-leftimg table.leftimg{
		float:left;
		width: 100%;
	}
	.module-leftimg table.leftimg img{
		position: relative;
		width: 100%;
		top: 0;
	}
}