@media only screen  and (min-width: 320px) and (max-width:479px) 
{	
	.tab {
		margin-left: 100px;
	}

	#divListaSubastas{
		margin-bottom: 40px;
	}
	
	.contenedorSucursal {
		height: auto;
		padding-bottom: 10px;		
	}
}