@media only screen  and (min-width: 0px) and (max-width:767px) 
{
	.margenDerecha {
    padding-right: 0px;
}
}