@media screen and (min-width: 700px){
	.products_encuesta_image{
		display: inline-block;
		width: 50%;
		text-align: center;
	}
	.products_encuesta_text{
		display: inline-block;
		width: 48%;
	}
	.encuesta_input.products_comentario{
		width: 100%;
		height: 60px;	
	}
	#boxEncuestaFooter{
		display:none;
	}
}	
.products_encuesta{
	border-bottom: 1px solid #cccccc;
    padding: 15px 0 25px;
}
	
@media screen and (max-width: 700px){
	.products_encuesta_image{
		display: inline-block;
		width: 50%;
		text-align: center;
	}
	.encuesta_input.products_comentario{
		width: 100%;
		height: 50px;
	}
}